Hai,

In my JSP page, I ve checked for object validity by using the logic:present tag.  But, 
all the html code sandwitched between the <logic:present...> </logic:present> tags are 
not rendered(quite obviously).   Now, my situation is that of a modify page, where the 
page should show all the existing values in edit mode.  Those fields(like an text 
control) whose objects were not present should still render a blank control with no 
value, so that the user can give a value if he wishes so and on submit, I need to save 
it to the database.  I cant let go of the check (logic:present or some other) cauz, 
its not mandatory that the objects from the form-bean should come with proper 
allocation.

The case of a modify page could be a common scenario.  So, can you please share the 
solution/alternative with me.

Thanks
Rajesh

Reply via email to