> From: as as [mailto:[EMAIL PROTECTED] 
> I got it..
> I just added this in my jsp and it works...
> <html:select property="fullName" value='<%=(String) 
> request.getAttribute("formFullName")%>'>

I confess to not having been following along, but... haven't we already
had this discussion?  You do not have to mess with the 'value' attribute
of the Struts tags.  Struts will populate your form bean from the
request, and automatically pre-select the correct item.

If you need to pre-populate the values, you do that in the Action, and
when you forward to the JSP, Struts will again automatically pre-select
the correct item.

The only time you run into trouble is if the form fails validation and
it is not in session scope.

Unless you're doing something unusual, the only properties you need to
reset are checkboxes.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to