Hi there,
I am trying to get some property value in my SaveEditAction object.
I can get the correct property value from ActionForm when my text
field is editable in editForm.jsp , like
<html:text property="departmentId" size="3"/>
However, if I change it to be uneditable, like
<html:text property="departmentId" disabled="true" size="3"/>
or
<bean:write name="departmentForm" property="departmentId"/>
Then, I faile to get the departmentId.
Thus, I need to use hidden tag to store departmentId, like
<html:hidden property="departmentId"/>
Then, I need to get departmentId from request instead of from the
ActionForm.
Is there some other way to handle it?
Regards,
Sophia
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>