Re: Field level ActionErrors

2001-08-07 Thread VASQUEZ_JASON
Will, It's actually pretty easy. When you are generating your errors, i.e.: ActionErrors errors = new ActionErrors(); errors.add(field1, new ActionError(field1.error.message)); That ties the error to a property on your form called field1. Then if you want to display that error message (if

DataSource timeouts?

2001-08-03 Thread VASQUEZ_JASON
Is there any parameter that can be set to timeout datasources, or to re-init them after a specified period of time? We recently bounced our Oracle database that our struts connection pool points to, and I noticed that all the connections had hung (the app just hung while trying to perform

RE: DataSource timeouts?

2001-08-03 Thread VASQUEZ_JASON
I understand that--my app does close connections (release back to the pool). The problem is that the pool itself maintains open connections to the database, and doesn't seem to recover very well when the databsae dies and comes back. -jason [EMAIL PROTECTED] 08/02/2001 11:31 AM Please

Re: some comparision between JSP/struts and velocity

2001-07-27 Thread VASQUEZ_JASON
This month's Java Developer's Journal has an article comparing jsp/struts and velocity/turbine. Pretty interesting read, especially since I wasn't too familiar with velocity/turbine. -jason suhas [EMAIL PROTECTED] 07/27/2001 06:40 AM Please respond to struts-user To: