Patrick Lightbody wrote:
See, I just think it's invaluable for action re-use to be able to lock down
certain parameters for various aliases, even if the action classs is the
same. For example:

In my document/workflow management system, we have various businessgroups
that can create documents. Ideally, there could be a FooCreateDocument and
BarCreateDocument action aliasing, both maping to com.cisco.CreateDocument.
The only different would be that each alias would have a different value for
the "businessGroup" parameter (one has Foo, one has Bar). Yes, this could be
done with CreateDocument.action?businessGroup=Foo, but then the burdon is on
the HTML/JSP writers and not the application designer.
Hm.. but that doesn't sound like an application deployment setting (which action parameterizing would be). Sounds more like a business logic parameter to me.

And if you really want to an action configuration like that, the Preferences API should do the trick.

/Rickard



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to