Jason, I have to disagree with you on this. I've
written a lot of WebWork apps and multiple aliases is
rarely used (maybe 1-5% of the time for me). Perhaps
you can give the common examples you come across so
that we can understand your style better?
I think I posted this last week, but here's the Invoice CRUD action definitions:
<!-- Invoice CRUD Actions
<action name="listInvoice" class="" method="list">
<interceptor-ref name="listStack"/
<result name="CRUD-list" type="freemarker">/</result
</action>
<action name="editInvoice" class="">
<interceptor-ref name="editStack"/>
</action>
<action name="saveInvoice" class="" method="save">
<interceptor-ref name="crudStack"/>
</action>
<action name="deleteInvoice" class="" method="delete">
<interceptor-ref name="crudStack"/
</action>
repeat for each entity in the system
Posted via Jive Forums
#77960
To unsubscribe, e-mail: dev-unsubscribe (AT) struts (DOT) apache.org
For additional commands, e-mail: dev-help (AT) struts (DOT) apache.org