Re: Cookies And Session Problems

2004-03-10 Thread Brian Alexander Lee
In this case you should not set the data in the session. Set it on the form and set the form to request scope. This will prevent the refresh problem you are seeing. BAL - Original Message - From: "Ciaran Hanley" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>; <

Re: Can Validator javascript show more than one error at a time?

2003-07-27 Thread Brian Alexander Lee
There's currently a defect (http://issues.apache.org/bugzilla/show_bug.cgi?id=20754) in bugzilla that would use "&" (bitwise operator) instead of "&&" so it would process all validations. You can apply the patch yourself. It's only two files ValidatorPlugIn.java and JavascriptValidatorTag.java. B

Re: Java Pet Store rewritten with Flash Remoting Front End

2003-01-27 Thread Brian Alexander Lee
But wouldn't the world be better off if someone shut JRun down? Dear God will some one stop it. BAL - Original Message - From: "Haseltine, Celeste" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 3:16 PM Subject: Java Pet Store rewri

Re: Too much log info in b3

2003-01-10 Thread Brian Alexander Lee
Thanks for the response. This is what we're doing now. I was just wondering if there was a better way. BAL - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 7:00 PM Subject: Re: Too much l

Re: code too large for try statement

2002-12-21 Thread Brian Alexander Lee
Removing the try/catch block would be a truly inelegant solution. The try/catch is probably added by the jsp compiler. BAL - Original Message - From: "David Graham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 8:09 PM Subject: Re: code too large for try stat

Re: Request v Page scope?

2002-10-15 Thread Brian Alexander Lee
I thought the British were too busy having sexual intercourse with cabin boys to busy themselves with humor. BAL - Original Message - From: "Chappell, Simon P" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 5:29 PM Subject: RE: Requ

Re: Any Idea about Paging Logic

2002-10-06 Thread Brian Alexander Lee
I looked at the display tag library: http://edhill.its.uiowa.edu/display/ Did I majorly screw something up or is this tag not thread safe? I noticed when I sorted a page of data, the next user to hit the page got that default sort. It was quite infuriating. I hope it was just me. BAL - Orig