Re: Struts2 :Tiles request page without action class

2010-01-22 Thread Shasha
Thank you both After incorporating both your comments it's working fine. :clap: DustFrog wrote: > > What about this line: > > > > Noticing that there is not a "/" in front of pages, but in your other > references, there is. Is this a typo or is this the way that you actually > have it in yo

Re: Struts2 :Tiles request page without action class

2010-01-22 Thread Shasha
Petrelli-3 wrote: > > 2010/1/22 Shasha : >> I am trying to show welcome page using tiles so i am calling to call an >> action where the action doesn't exists (since this a feature in struts2) >> it >> thrown an error >> >> org.apache.tiles.definition.NoSuc

Struts2 :Tiles request page without action class

2010-01-21 Thread Shasha
Hi All, I am trying to show welcome page using tiles so i am calling to call an action where the action doesn't exists (since this a feature in struts2) it thrown an error org.apache.tiles.definition.NoSuchDefinitionException: SUCCESS can any let me know what must be the error. web.xml

Re: validation in struts2

2010-01-21 Thread Shasha
> > > -Original Message- > From: Gabriel Belingueres > To: Struts Users Mailing List > Sent: Wed, Jan 20, 2010 10:12 am > Subject: Re: validation in struts2 > > > the form tag is wrong? > > try: > > > > 2010/1/19 Shasha : >> >> Hi

validation in struts2

2010-01-19 Thread Shasha
Hi All, I am not able to get the validation errors from Login-validation.xml when i am using Modeldriven . Login-validation.xml 1. http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd";> 4. 5. 6. 7. 8. 9. 10.