Re: Sharing the action form by different actions

2006-04-07 Thread Ted Husted
On 4/7/06, Carl Smith <[EMAIL PROTECTED]> wrote: > Hello folks, I got two replies, can someone else offer some more insights on > this topic? I've written many applications that only used one ActionForm class, and just validated it differently. I find it useful to have a single object that repres

Re: Sharing the action form by different actions

2006-04-07 Thread Carl Smith
Hello folks, I got two replies, can someone else offer some more insights on this topic? Thanks. It is practical to share the same action form by different actions, For example (I only listed two actions sharing the same form here, but the questions apply for multiple actions sha

Re: Sharing the action form by different actions

2006-04-07 Thread Carl Smith
Thank you Michael for the reply. I like the answer, which agree with what I thought, but can you explain it in a little detail? The website you attached doesn't clearly explain your answer "No". Thanks. Michael Jouravlev <[EMAIL PROTECTED]> wrote: On 4/6/06, Carl Smith wrote: > It is pr

Re: Sharing the action form by different actions

2006-04-06 Thread Michael Jouravlev
On 4/6/06, Carl Smith <[EMAIL PROTECTED]> wrote: > It is practical to share the same action form by different > actions, For example (I only listed two actions sharing the same form here, > but the questions apply for multiple actions sharing the same form): > > > >scope="session" name="shar

Re: Sharing the action form by different actions

2006-04-06 Thread Wendy Smoak
On 4/6/06, Carl Smith <[EMAIL PROTECTED]> wrote: > It is practical to share the same action form by different > actions, For example (I only listed two actions sharing the same form here, > but the questions apply for multiple actions sharing the same form): Sure. I have an app that uses a singl