Re: need help using Struts2 - interator

2014-06-24 Thread Lukasz Lenart
2014-06-24 22:11 GMT+02:00 Tri Quan : > I use Netbeans-7.0, Tomcat 2.2.3, JDK1.6 for development and use ant-deploy > Per the perspective of Netbeans, iteratorkfc.jsp is under 'Web Pages' > Project IteratorKFC has the following structure: > > InteratorKFC > Web Pages > M

RE: fix my error of coding struts.xml - Struts2 - interator

2014-06-24 Thread Tri Quan
All, I ran "Debug" and "Deploy" under NetBeans and found my error in line "result" of struts.xml file. Change iteratorkfc.jsp ** this line causes error. '/' is missing to /iteratorkfc.jsp URL : http://localhost:8080/IteratorKFC/IteratorKFC/men

RE: need help using Struts2 - interator

2014-06-24 Thread Tri Quan
I use Netbeans-7.0, Tomcat 2.2.3, JDK1.6 for development and use ant-deploy Per the perspective of Netbeans, iteratorkfc.jsp is under 'Web Pages' Project IteratorKFC has the following structure: InteratorKFC Web Pages META-INF WEB-INF it

Re: NoSuchMethodException: while struts action method call ?

2014-06-24 Thread Lukasz Lenart
Struts2 filter isn't used during FORWARD, you must explicite configure it to do so: strits2 /* REQUEST FORWARD 2014-06-23 13:17 GMT+02:00 Mohit Gupta : > Actually when i am redirecting from legacy action to > customer/customer-creater!create.action?custId=200, struts > 2 success

Re: need help using Struts2 - interator

2014-06-24 Thread Lukasz Lenart
2014-06-23 23:06 GMT+02:00 Tri Quan : > iteratorkfc.jsp file is in 'web' folder of the project. Its content listed 'web folder' means nothing, you cannot label folder web or js or css and expect it will be automagically selected as a folder with web content. It depends on build tool you are using,