RE: Struts vs JSP : Validators

2003-09-26 Thread Edgar P Dollin
Tiles and validator contain functionality not readily available in JSF.

Edgar

 -Original Message-
 From: Guido García Bernardo [mailto:[EMAIL PROTECTED] 
 Sent: Friday, September 26, 2003 6:41 AM
 To: Struts Developers List
 Subject: Struts vs JSP : Validators
 
 
 What do you think about Struts validators vs JSF validators ? 
 (advantages, etc)
 
 I think you encourage the user to migrate to jsf html tags instead of 
 using the struts ones (at least for new projects), but what about 
 validators?
 
 Regards.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts vs JSP : Validators

2003-09-26 Thread Craig R. McClanahan
Guido García Bernardo wrote:

What do you think about Struts validators vs JSF validators ? 
(advantages, etc)

I think you encourage the user to migrate to jsf html tags instead of 
using the struts ones (at least for new projects), but what about 
validators?
This isn't really an either-or choice.  You can use the Struts 
validation framework (including its support for client side Javascript) 
if you use the struts-faces integration library.

Craig



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Struts vs JSP : Validators

2003-09-26 Thread Ted Husted
In the context of new development You might be thinking of the JSTL 
tags (struts-el). Since JavaServer Faces is still in the Early Access 
stage, I don't believe any of us would be recommending JSF for new 
development that you planned on shipping yourself. The Early Access 
license says that Licensee shall have no right to use the Software for 
productive or commercial use.

-Ted.

Guido García Bernardo wrote:

What do you think about Struts validators vs JSF validators ? 
(advantages, etc)

I think you encourage the user to migrate to jsf html tags instead of 
using the struts ones (at least for new projects), but what about 
validators?

Regards.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
Ted Husted,
  Junit in Action  - http://www.manning.com/massol/,
  Struts in Action - http://husted.com/struts/book.html,
  JSP Site Design  - http://www.amazon.com/exec/obidos/ISBN=1861005512.
Get Ready, We're Moving Out!! - http://www.clark04.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]