RE: Wouldn't validation be better performed by Actions rather tha n ActionForms?

2005-03-18 Thread "Treviño De la Garza, Isidoro"
Another aproach is to generate your ActionForms using Xdoclet so you don't waste time generating them. Also, I think it is a great idea to do sintactic validation using the Commons Validator and then have some business/semantic validation in another layer, the commons validator (combined with xdoc

RE: providers which can host a struts web application

2005-03-09 Thread "Treviño De la Garza, Isidoro"
You can also check out http://www.xpress.com.mx they are cheap and have tomcat servers and other goodies Isidoro Treviño de la Garza Sistemas Accival Desarrollo Ext. 05620 Moncayo Reforma 404 1er piso. -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Tuesday, Ma

RE: Dispatch action and java script?

2005-01-11 Thread "Treviño De la Garza, Isidoro"
Try the lookupDispatchAction There's an example in the javadocs Regards ITG -Original Message- From: Nadia Kunkov [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 10:59 AM To: Struts help (E-mail) Subject: Dispatch action and java script? Hi, I implemented DispatchAction and