this might not be right for this forum but, i have a form that i would like to prepopulate with info that i have stored in a bean in a session.
i usually use this to write to the screen
<bean:write name=”com.mlmic.physreg.physicianinfo” property=”firstName”/>
this is what i have for my field
<html:text property=”shipFirstName” size=”15″ maxlength=”15″ />
how do i prepopulate the text field with that value in the bean