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