Re: Scope Interceptor and Struts2 Validation query...

2011-07-06 Thread Dave Newton
cript. > > 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.htm

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-05 Thread Wes Wannemacher
On Tue, Jul 5, 2011 at 4:10 PM, log2akshat 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 error. > > Or is there a

Scope Interceptor and Struts2 Validation query...

2011-07-05 Thread log2akshat
dpoint.java:489) at java.lang.Thread.run(Thread.java:662) then I tried using SCOPE Interceptor and modified my struts.xml file as: appform.CCity, state ACTION start true Apply Apply OLAppForm

Problem using scope interceptor

2009-08-18 Thread spsarolkar
d in EnterLocationDetails!input"); else System.out.println("Event not found in EnterLocationDetails!input"); return INPUT; } } I am not able to persist Event object across the two requests I am getting event as 'n

Re: Scope interceptor / Practical Apache Struts 2

2009-08-14 Thread spsarolkar
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

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

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 th

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: Scope interceptor / Practical Apache Struts 2

2008-07-19 Thread Phan Le
b 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. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

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 includ

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 includ

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 in

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 to

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

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

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.apres

Re: Help with scope interceptor

2007-08-19 Thread j alex
- the value from session 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 interpretat

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) B

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