Re: [OS-webwork] form validation without using webwork custom tags

2003-03-18 Thread Wes
Thank you both for the suggestions. --- Matt Ho <[EMAIL PROTECTED]> wrote: > > So I was converting my view pages to use velocity instead of WW's > tag > > library, and I just started on my form pages. I was replacing > the WW > > custom form tags with standard html form markup. I soon realized >

Re: RE: [OS-webwork] form validation without using webwork custom tags

2003-03-18 Thread Rob Rudin
> > Subject: [OS-webwork] form validation without using webwork > > custom tags > > > > > > The webwork documentation has gotten me interested in Velocity :) > > > > "Why velocity? Because it rocks!" > > > > So I was converting my

RE: [OS-webwork] form validation without using webwork custom tags

2003-03-18 Thread Jason Carreira
0 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] form validation without using webwork > custom tags > > > The webwork documentation has gotten me interested in Velocity :) > > "Why velocity? Because it rocks!" > > So I was converting my view pages to

Re: [OS-webwork] form validation without using webwork custom tags

2003-03-18 Thread Matt Ho
So I was converting my view pages to use velocity instead of WW's tag library, and I just started on my form pages. I was replacing the WW custom form tags with standard html form markup. I soon realized that the handy error handling logic that puts the error message next to the control with the

[OS-webwork] form validation without using webwork custom tags

2003-03-18 Thread Wes
The webwork documentation has gotten me interested in Velocity :) "Why velocity? Because it rocks!" So I was converting my view pages to use velocity instead of WW's tag library, and I just started on my form pages. I was replacing the WW custom form tags with standard html form markup. I soon