Hi, I am using jsp:getProperty tag to display a value loaded in a session scope ActionForm bean in a JSP page using following code:
<input type=text size=20 value=<jsp:getProperty name="domainBean" property="registrantContactId"/> name="registrantContactId"><br> Now problem is when this property has a value the JSP page dislays it properly. However if the property i.e registrantIContactId is empty string (not null empty) it displays: name="registrantContactId" and when I try to change the value and do a submit the value is not populated in bean. Any solutions will be appreciated. Thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>