This is not a question, but rather a suggestion.

I reuse the same FormBean in session scope for three different ActionMapping, 
and most of the FormBean properties are not reseted. So if the user comes 
back to the same form, sees the recently entered values. But for these 3 
forms I want to remember 3 different entires. 

So I added the 'attribute' property for each ActionMappings with 3 different 
values.  I have to handle the name and the type attribute for the <html:form> 
tag where the name is the same as in the mapping respectively, and the type 
is the same as the name for the FormBean in the struts-config.xml.

I think these attributes could be determined from the ActionMapping, but they 
aren't yet. 

Did I misunderstood something in the documentation, or are these attributes 
used not properly, or has the 'attribute' property for the ActionMapping got 
a different purpose?

Tib

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

Reply via email to