Re: excute method will not work without the form's button

2009-12-10 Thread Saeed Iqbal
Or index only instead of index.action On Fri, Dec 11, 2009 at 12:06 PM, Lukasz Lenart < lukasz.len...@googlemail.com> wrote: > 2009/12/11 Nguyen Xuan Son : > > can you tell me more in detail? > > thank you very much > > You're probably accessing your application like that > http://localhost:8080/

Re: excute method will not work without the form's button

2009-12-10 Thread Lukasz Lenart
2009/12/11 Nguyen Xuan Son : > can you tell me more in detail? > thank you very much You're probably accessing your application like that http://localhost:8080/myapp/index.jsp And in such case, action isn't executed. Try to create action that will have execute() method and will return SUCCESS and

Re: excute method will not work without the form's button

2009-12-10 Thread Nguyen Xuan Son
can you tell me more in detail? thank you very much 2009/12/11 Lukasz Lenart > 2009/12/10 Nguyen Xuan Son : > > is there any way that whenever I access to the JSP webpage > > the source code which helps display data using display tag will be > execute? > > Yes, do not go directly to jsp pages, a

Re: excute method will not work without the form's button

2009-12-10 Thread Lukasz Lenart
2009/12/10 Nguyen Xuan Son : > is there any way that whenever I access to the JSP webpage > the source code which helps display data using display tag will be execute? Yes, do not go directly to jsp pages, always access them through actions ;-) Regards -- Lukasz http://www.lenart.org.pl/ -