DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11330>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11330

FormTag permits to define name and type of a form bean.





------- Additional Comments From [EMAIL PROTECTED]  2002-08-09 02:50 -------
I'm not sure why you would want to do this, since the action will then have to 
somehow determine which kind of form bean it has been provided with. In any 
case, the way to do this is to define multiple action mappings. Each mapping 
would use the same action class, but a different form bean. Better would be to 
not use one action for multiple form beans, but use multiple actions, which can 
then call into common code if necessary.

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

Reply via email to