do you guys have a pattern that you always try and use when writing actions
and choosing what alias to use flow?

i've used a few but im curious as to what you guys are using

im thinking of one like this (this is just a simple scenario for example,
editing a users address):

createObject shows the actual data entrance form, then it goes to
updateObject to do the updating, if that fails it displays the form along
with the errors if it succeeds it goes to listObjects

createObject and editObject use the same jsp/velocity file

listObjects.action -> createObject.action -> updateObject.action
redirectToOnSuccess    listObjects.action
listObjects.action -> editObject.action    -> updateObject.action
redirectToOnSuccess    listObjects.action
listObjects.action -> deleteObject.action
redirectToOnSuccess    listObjects.action



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to