Help needed to use the scope interceptor for a wizard

2009-02-21 Thread Celinio Fernandes
Hi, I am trying to implement a wizard form in Struts 2, using the SCOPE INTERCEPTOR. That wizard is used to register a new user. I have 3 pages : In the first page, the user chooses a login and a password. In the second page, the user enters his phone number, age, first name, name, fax. In the

Re: about s:iterator

2009-02-21 Thread Hardik Shah
Sove Error By s:iterator value=getDTlthis is for first elements:property value=top[1]/s:iterator Sébastien Domergue wrote: When you are inside an iterator, the context becomes the objet as it is in a for except that there is no explicit name for the property handled. In struts, it's a

Re: exception in jsp file

2009-02-21 Thread Jack Qu
Hi: you can find this java source file translated from jsp in you %catalina_home%/work/youAppcontext/org/**/org.apache.jsp.pages.CPFA_005fMensuel.saisi_005fajustement.ajust_005fcpe1_jsp._jspService(ajust_005fcpe1_jsp.java then you can find error line 498 ; or you can debug your app while start

Re: WARNING: Could not find action or result There is no Action mapped for na...

2009-02-21 Thread Dave Newton
musom...@aol.com wrote: In your index.jsp if seems you are saying s:form action=loadAmrita so the framework is searching the default / namespace. Try s:form action=/Amrita/loadAmrita.action Alternatively, use the namespace attribute: s:form action=loadAmrita namespace=/Amrita Dave

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-21 Thread Jerome ROBERT
Chris, I haven't had much time to investigate on that problem since my last post (2 weeks ago) and unfortunately hadn't come to any resolution of the problem. In fact we tried to deploy on JBoss 5.0.0.GA and it solved the problem since its classloading policy seems to be more orthodox but by doing

Re: Struts performance metrics

2009-02-21 Thread Dave Newton
Mohan Radhakrishnan wrote: I will use larger datasets and property access also. Wait, you weren't comparing property access speed? Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands,

Re: Problem with Jboss 4.2.3.GA and convention plug-in 2.1.6

2009-02-21 Thread Jerome ROBERT
In fact, exception occurs before the methods getPackageLocatorTest and getPackageFinderTest are executed. It seems to occur when the ClassFinder is instantiated ( PackageBasedActionConfigBuilder.java line 295 : ClassFinder finder = new ClassFinder(getClassLoaderForFinder(),

Re: Struts performance metrics

2009-02-21 Thread Steven Yang
We plan to profe right from the beginning but I am not sure how JSTL can replace Struts tags to increase performance. I understand that in order to display data we can use JSTL. Struts tags are required to use the framework fully. Isn't it ? - I guess for some cases you do have to use