Using token-session with IE

2008-03-18 Thread Chamara Gunaratne
Hi, I have a rather strange problem. I am using token-session interceptor to deal with the multiple requests problem. The relevant part of the struts.xml file is appended below. This works fine in Firefox (2 and 3 beta) but fails in IE7. When the form (which contains the s:token tag) submit butto

RE: Struts 2 scheduler

2008-03-12 Thread Chamara Gunaratne
We've successfully used Quartz in projects that also use Struts 2. Developing a basic implementation of a scheduler using Quartz seemed to be pretty straightforward ... Chamara -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 9:42 AM To: Str

RE: short-circuit="true" not working in field validator

2008-03-10 Thread Chamara Gunaratne
: Struts Users Mailing List Subject: RE: short-circuit="true" not working in field validator --- Chamara Gunaratne <[EMAIL PROTECTED]> wrote: > Ah. I'm not sure that the short-circuiting behavior works with client-side validation, although it probably should. I don't

RE: short-circuit="true" not working in field validator

2008-03-07 Thread Chamara Gunaratne
it="true" not working in field validator Please repost your configs, JSP, and action; I'll look at it again. Dave --- Chamara Gunaratne <[EMAIL PROTECTED]> wrote: > Hmmm, I tried setting the log level to DEBUG and it yielded a mass of > logging entries, but nothing that

RE: short-circuit="true" not working in field validator

2008-03-07 Thread Chamara Gunaratne
find anywhere I have deviated from the documentation ... Chamara -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Wednesday, March 05, 2008 2:44 PM To: user@struts.apache.org Subject: Re: short-circuit="true" not working in field validator Ch

RE: short-circuit="true" not working in field validator

2008-03-05 Thread Chamara Gunaratne
: Re: short-circuit="true" not working in field validator Chamara Gunaratne wrote: > Dave: > Thank you for your reply. I changed type attribute to "requiredstring". But > it doesn't help with the short-circuit problem. > > Yes, both the first name and last n

RE: short-circuit="true" not working in field validator

2008-03-05 Thread Chamara Gunaratne
Is anybody using the short-circuit attribute in the validations successfully? -Original Message- From: Chamara Gunaratne [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 12:56 PM To: 'Struts Users Mailing List' Subject: RE: short-circuit="true" not workin

RE: short-circuit="true" not working in field validator

2008-03-05 Thread Chamara Gunaratne
ator you declared is unnecessary as the second regex validator will identify that condition http://struts.apache.org/2.x/struts2-core/apidocs/com/opensymphony/xwork2/va lidator/Validator.html Anyone? M- - Original Message - From: "Chamara Gunaratne" <[EMAIL PROTECTED]> To:

RE: short-circuit="true" not working in field validator

2008-03-05 Thread Chamara Gunaratne
-Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2008 10:54 AM To: Struts Users Mailing List Subject: Re: short-circuit="true" not working in field validator --- Chamara Gunaratne <[EMAIL PROTECTED]> wrote: > I am using strut

short-circuit="true" not working in field validator

2008-03-05 Thread Chamara Gunaratne
Hello, I am using struts2 to validate form input. For some reason I can't figure out, the short-circuit="true" attribute is not working. Everything else seems to be working fine. The validation rules are embedded in a action_class_name-validation.xml file. Here's a sample from the xml file: