Complex Form Validation

2003-11-18 Thread George Steimer
We are trying to perform some complex form validaion with the new Validator plugin. Here is what we are trying to do: 1 -- validate a form field based on other form fields 2 -- validate a form field based on div style settings I know that I could solve the first problem with the old validation

Re: Complex Form Validation

2003-11-18 Thread George Steimer
George Steimer [EMAIL PROTECTED]To: [EMAIL PROTECTED

Re: RE: Struts and frames: what about the request scope?

2003-10-30 Thread George Steimer
I had this same problem on the project I am working on. Based on the functionality of the application, I could not put the form in session scope. I got around this problem by having each frame call an action that recreated the form bean in request scope and then forwarded to the frame jsp.

Re: RE: Frames and IFrames in Struts

2003-10-28 Thread George Steimer
: George Steimer [mailto:[EMAIL PROTECTED] Sent: Tuesday, 28 October 2003 06:00 To: [EMAIL PROTECTED] Subject: Frames and IFrames in Stuts Hi, I am a relative newbie with struts and I am trying to utilize both frames and IFrames from within a struts web application. The application we

Re: Struts cannot support relative uri ?

2003-10-28 Thread George Steimer
Do you have a html:base/ tag within your html head element? Hi, all. I am fajaven from matrix(www.matrix.org.cn) in China. I wonder it seems like Struts cannot support relative uri. In tomcat 5.0 , my webapp looks like: tomcat/webapps/asales Two files are:

Frames and IFrames in Stuts

2003-10-27 Thread George Steimer
Hi, I am a relative newbie with struts and I am trying to utilize both frames and IFrames from within a struts web application. The application we are building has a form that submits to a jsp page that conatains a frameset. I am using the html:frame tag in the frameset, but when the framed