Re: Complex Form Validation

2003-11-18 Thread George Steimer
; Hope this helps a little. If there are better ways to do this, I'd love to > get the feedback :-) > Nick > > > > > > George Steimer

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: 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. Ge

Re: Struts cannot support relative uri ?

2003-10-28 Thread George Steimer
Do you have a tag within your html 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: > tomcat/webapps/asales/pages/l

Re: RE: Frames and IFrames in Struts

2003-10-28 Thread George Steimer
d doing that templating using > Tiles? > > > -Original Message- > From: 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 n

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