Title: Message
There is a Jira for this, but I'm not sure if it will make it into 2.0
-----Original Message-----
From: Jonas Eriksson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 7:27 PM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] Suggestion

Is it only me.. but sometimes I think it would be nice to have default params in packages that is included in the actions automatically.
 
<package name="pack" ..>
    <action-param name="param1">value1</param>
    <action-param name="param2">value2</param>
 
    <action name="go" class="..">
        <param name="param3">value3</param>
        ...
    </action>
</package>
 
Here the action "go" will have param1,2,3 from the xwork.xml.
 
They should not be inheritated (or maybe one could choose if that should be the case).
 
Of course this feature may be good/useless depending of how you group your action.
 
Thoughts?
 
Jonas

Reply via email to