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: how to configure the json handler in the rest plugin?

2009-02-18 Thread Jack Qu
You can use struts2-jsonplugin ,that's can return json result type! -- From: "Andrei Ivanov" Sent: Wednesday, February 18, 2009 11:03 PM To: "Struts Users Mailing List" Subject: how to configure the json handler in the rest plugin? Hello, I'm tr

Re: Cookie Intercepter configuration

2009-02-10 Thread Jack Qu
what's the file:/C:/dev/sun/sjas9_1_u2/domains/domain1/applications/j2ee-modules/conap/WEB-INF/classes/struts.xml:17:44 show text! -- From: "Norris Shelton" Sent: Tuesday, February 10, 2009 9:47 PM To: "Struts Users Mailing List" Subject: Re: Coo

Re: action alias / redirect

2009-02-10 Thread Jack Qu
may be the action chain result type can help to do this ! -- From: "Leonidas Papadakis" Sent: Tuesday, February 10, 2009 1:39 AM To: "Struts Users Mailing List" Subject: action alias / redirect Greetings to all, in my struts2 actions file i hav

Re: Text link to submit a form ¿ struts2 way?

2009-02-10 Thread Jack Qu
ign I must use text as submit buttons. Buttons were to big for the graphic designer to fit them. Jack Qu wrote: Can submit button meet your request! -- From: "Ignacio de Córdoba" Sent: Monday, February 09, 2009 7:31 AM To: Subject: T

Re: Text link to submit a form ¿struts2 way?

2009-02-10 Thread Jack Qu
Can submit button meet your request! -- From: "Ignacio de Córdoba" Sent: Monday, February 09, 2009 7:31 AM To: Subject: Text link to submit a form ¿struts2 way? Hi there, I just wonder if there is any proposed way or struts2 tag to generate a

Re: model bean from a servlet

2009-02-10 Thread Jack Qu
Hi Gianluca Why do you do this ,s2 is use to replace on control layer of MVC and model be put in valueStack on current thread,it 's diffcultly to visit it in other thread! -- From: "Gianluca Musella" Sent: Monday, February 09, 2009 7:06 AM To: