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=23409>.
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=23409

Additional parameters for actions

           Summary: Additional parameters for actions
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Currently there are ability of adding parameter into action:
<action ... parameter="tiles.storyAdd" ... />
But I think this is not very good. Why only one parameter? Why there are no 
ability to add two or more parameters. Of course we can create some additional 
configuration file with different sections, and take configuration section name 
from parameter in action. But I think it would be not bad idea to add ability 
for creating more flexible parameters in action. Thus this action parameters can 
be used in action implementations. E.g. we can define digester schemas for 
reading such parameters, or at worst, add subelements for <action :
<parameter name="" value="" />

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

Reply via email to