Re: some advanced questions in Struts2

2007-08-30 Thread Ted Husted
In Strut 2, calling any method on a class is directly supported. Essentially, "execute" is just the default. We can also specify another mapping or method to call from a button on a form, meaning that the same form can submit to different methods on the same class, or a different mapping. Struts 2

Re: some advanced questions in Struts2

2007-08-29 Thread Pavel Sapozhnikov
Yes that validation.xml that I pasted is from Struts1 and in Struts1 you have this attribute called page in Struts2 you don't have that. On 8/29/07, j alex <[EMAIL PROTECTED]> wrote: > > Pavel, > > Are you sure you pasted the right validation xml entries for username and > password > > ** As you c

Re: some advanced questions in Struts2

2007-08-29 Thread j alex
Pavel, Are you sure you pasted the right validation xml entries for username and password ** As you can see for userName and password we have this attribute called page ** -- i'm not able to understand this. On 8/29/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > Hey guys I have posted be

some advanced questions in Struts2

2007-08-29 Thread Pavel Sapozhnikov
Hey guys I have posted before but I think I got no responses not sure what happened so here I go with more information this time. I have several questions about Struts2. Basically what I am trying to do is to learn Struts2 on my own by trying to migrate a small piece of our existing application whi