Re: Scope Interceptor and Struts2 Validation query...

2011-07-06 Thread log2akshat
Validation and using my Javascript. But can you please look into my 2nd query... Thanks -- Akshat -- View this message in context: http://struts.1045723.n5.nabble.com/Scope-Interceptor-and-Struts2-Validation-query-tp4554566p4556964.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Scope Interceptor and Struts2 Validation query...

2011-07-06 Thread Dave Newton
please look into my 2nd query... Thanks -- Akshat -- View this message in context: http://struts.1045723.n5.nabble.com/Scope-Interceptor-and-Struts2-Validation-query-tp4554566p4556964.html Sent from the Struts - User mailing list archive at Nabble.com

Scope Interceptor and Struts2 Validation query...

2011-07-05 Thread log2akshat
) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662) then I tried using SCOPE Interceptor and modified my struts.xml file

Re: Scope Interceptor and Struts2 Validation query...

2011-07-05 Thread Wes Wannemacher
On Tue, Jul 5, 2011 at 4:10 PM, log2akshat akshat-...@iiitmk.ac.in wrote: i have implemented the Struts2 validation framework, it is working fine. But I want these error-messages in a small popup screen with a ok button, when this popup is closed the focus should go to the field that has an

Problem using scope interceptor

2009-08-18 Thread spsarolkar
not able to persist Event object across the two requests I am getting event as 'null' in SelectLocationTypeAction.java -- View this message in context: http://www.nabble.com/Problem-using-scope-interceptor-tp25020317p25020317.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Scope interceptor / Practical Apache Struts 2

2009-08-14 Thread spsarolkar
Source web: http://www.fdar.com - email: i...@fdar.com Selckin wrote: Hello, In Chapter 6 of Practical Apache Struts 2 Web 2.0 Projects, It explains how to use the scope interceptor to create sort of wizard pages. I've been trying to figure these out, but cannot get this to work. Even

Re: Struts 2.1.6, Convention plugin, and Scope interceptor

2009-04-04 Thread dusty
I am not sure that I understand your problem if there is one. --- I have that shirt Patrick Aikens wrote: I'm trying to go with an all-annotation based configuration for a project I'm working on, and now have the desire to use a scope interceptor in my app. The following

Struts 2.1.6, Convention plugin, and Scope interceptor

2009-04-03 Thread Patrick Aikens
I'm trying to go with an all-annotation based configuration for a project I'm working on, and now have the desire to use a scope interceptor in my app. The following is an example of my current ideas, but I'm not sure it's working correctly (I have a sneaking suspicion that I'm modifying

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

Re: Scope interceptor / Practical Apache Struts 2

2008-07-19 Thread Phan Le
Projects, It explains how to use the scope interceptor to create sort of wizard pages. I've been trying to figure these out, but cannot get this to work. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Scope interceptor / Practical Apache Struts 2

2008-07-18 Thread tonalnagual
Selckin wrote: Hello, In Chapter 6 of Practical Apache Struts 2 Web 2.0 Projects, It explains how to use the scope interceptor to create sort of wizard pages. I've been trying to figure these out, but cannot get this to work. Even the included example (downloadable from http

Re: Scope interceptor / Practical Apache Struts 2

2008-07-18 Thread tonalnagual
Selckin wrote: Hello, In Chapter 6 of Practical Apache Struts 2 Web 2.0 Projects, It explains how to use the scope interceptor to create sort of wizard pages. I've been trying to figure these out, but cannot get this to work. Even the included example (downloadable from http

Re: Scope Interceptor

2008-04-20 Thread Jeromy Evans
Kibo wrote: Hi konference I read the article there: http://struts.apache.org/2.0.9/docs/scope-interceptor.html and a want use scope interceptor, but it not work my. I dont know exactly, that i good understand it. I want save into session model: Employee. Hi Tomas, You are close

Re: Scope Interceptor

2008-04-20 Thread Kibo
Hi Jeromy I understand it now. It help me the most. Thanks You very much. Here I find an practise for scope interceptor. Maybe it can need somebody. http://d.hatena.ne.jp/nikkei225f/20080111/1200022384 Tomas Jurman Czech Republic - Tomas Jurman Czech Republic -- View this message

Scope Interceptor

2008-04-19 Thread Kibo
Hi konference I read the article there: http://struts.apache.org/2.0.9/docs/scope-interceptor.html and a want use scope interceptor, but it not work my. I dont know exactly, that i good understand it. I want save into session model: Employee. // In my Action Class

Scope interceptor / Practical Apache Struts 2

2008-02-14 Thread Selckin
Hello, In Chapter 6 of Practical Apache Struts 2 Web 2.0 Projects, It explains how to use the scope interceptor to create sort of wizard pages. I've been trying to figure these out, but cannot get this to work. Even the included example (downloadable from http://www.apress.com/book/view

Re: Scope interceptor / Practical Apache Struts 2

2008-02-14 Thread Ian Roughley
? /Ian -- Ian Roughley From Down Around, Inc. Consulting * Training / Mentoring * Agile Process * Open Source web: http://www.fdar.com - email: [EMAIL PROTECTED] Selckin wrote: Hello, In Chapter 6 of Practical Apache Struts 2 Web 2.0 Projects, It explains how to use the scope interceptor

Re: Help with scope interceptor

2007-08-19 Thread j alex
is obtained, not the one which was submitted in the previous request. -Josph On 8/18/07, Laurie Harper [EMAIL PROTECTED] wrote: I haven't used the Scope interceptor, so I may not be 100% correct, but the following answers are based on my interpretation of the documentation: j alex wrote: Hi

Re: Help with scope interceptor

2007-08-18 Thread Laurie Harper
I haven't used the Scope interceptor, so I may not be 100% correct, but the following answers are based on my interpretation of the documentation: j alex wrote: Hi, I need help regarding correct usage of Scope interceptor (http://struts.apache.org/2.0.9/docs/scope-interceptor.html) Before

Help with scope interceptor

2007-08-16 Thread j alex
Hi, I need help regarding correct usage of Scope interceptor (http://struts.apache.org/2.0.9/docs/scope-interceptor.html) Before going into details i had couple of qns : #1. Is this usable we have multiple actions sharing the same model object ? - i.e each page of the app posts to a different