Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Keith Kwiatek
To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, December 12, 2000 10:31 PM Subject: RE: Orion JSP form validation and redisplay... From: Keith Kwiatek [mailto:[EMAIL PROTECTED]] Does orion have anything that helps with capturing the values of a form, and then if validation f

Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Joseph B. Ottinger
Tuesday, December 12, 2000 10:31 PM Subject: RE: Orion JSP form validation and redisplay... From: Keith Kwiatek [mailto:[EMAIL PROTECTED]] Does orion have anything that helps with capturing the values of a form, and then if validation fails, --allowing you to re-display the form w

RE: Orion JSP form validation and redisplay...

2000-12-13 Thread Suominen, Joni
From: Keith Kwiatek Thanks, I have found some traces of Orion taglibs, but nothing so far that handles forms anything in them that you have found that handles forms? OR are people using Orion and Struts successfully? I haven't used Orion taglibs, Struts works just fine with

Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Keith Kwiatek
Thanks, I have found some traces of Orion taglibs, but nothing so far that handles forms anything in them that you have found that handles forms? OR are people using Orion and Struts successfully? Keith They are, as it turns out; I also have a form taglib (which is very

Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Joseph B. Ottinger
My form taglib doesn't do anything except present it for use. Validation is up to the client, following my personal conviction that presenting architecture is fine and good as long as everybody wants to use it - and not everyone wants to use it. :) Thus, the scope of the form taglib that *I*

Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Keith Kwiatek
al Message - From: "Joseph B. Ottinger" [EMAIL PROTECTED] To: "Keith Kwiatek" [EMAIL PROTECTED] Cc: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 8:51 AM Subject: Re: Orion JSP form validation and redisplay... My form taglib doesn

Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Joseph B. Ottinger
Ottinger" [EMAIL PROTECTED] To: "Keith Kwiatek" [EMAIL PROTECTED] Cc: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 8:51 AM Subject: Re: Orion JSP form validation and redisplay... My form taglib doesn't do anything except present it f

Orion JSP form validation and redisplay...

2000-12-12 Thread Keith Kwiatek
Hello, Does orion have anything that helps with capturing the values of a form, and then if validation fails, --allowing you to re-display the form with the submitted values? Keith

RE: Orion JSP form validation and redisplay...

2000-12-12 Thread Jeff Schnitzer
same bean instance. Jeff Schnitzer [EMAIL PROTECTED] -Original Message- From: Keith Kwiatek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 4:15 PM To: Orion-Interest Subject: Orion JSP form validation and redisplay... Hello, Does orion have anything that helps with

RE: Orion JSP form validation and redisplay...

2000-12-12 Thread Suominen, Joni
From: Keith Kwiatek [mailto:[EMAIL PROTECTED]] Does orion have anything that helps with capturing the values of a form, and then if validation fails, --allowing you to re-display the form with the submitted values? Hi Keith! Jakarta Struts has a nice framework to do this. It implements