RE: extending Struts taglibs to indicate form field states

2003-07-31 Thread Steve Caswell
Any chance of you posting an example? This sounds like a solution to a requirement I have. -Original Message- From: Rob Leland [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:37 PM To: Struts Users Mailing List Subject: Re: extending Struts taglibs to indicate form field states

RE: Validator not working

2003-07-28 Thread Steve Caswell
ently. -Original Message- From: Gabriel Guerreiro [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 12:58 PM To: Steve Caswell Subject: Re: Validator not working Thanks for your advice. Logging is a subject I didnĀ“t care much about. In Struts 1.0 I used only servlet.log(...). I gess the validat

FW: Validator not working

2003-07-28 Thread Steve Caswell
The Struts Validator plug-in delegates to Commons Validator for the real work. Commons Validator uses Commons Logging for logging. You can enable logging by configuring one of the loggers supported by Commons Logging. I use Log4J. Here is my log4j.properties files in WEB-INF/classes: log4j.appe

RE: Dynamic ActionMapping params

2003-07-23 Thread Steve Caswell
The way I've solved this is to: - get the configured ActionForward from mapping.findFoward("BLA") - build a new path string using the path from the configured ActionForward and the dynamic querystring - create a new instance of ActionForward - populate it with the new path and the other propertie

RE: According to TLD, tag bean:message must be empty, but is not'

2003-07-23 Thread Steve Caswell
Be sure you haven't done something like: some content You are not allowed to put anything between the opening and closing bean:message tags. -Original Message- From: Tim Clotworthy [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 3:14 PM To: Struts Users Mailing List Subject: A

DynaForm mapped property client-side validation problem

2003-07-22 Thread Steve Caswell
so the validateRequired() function fails when it tries to find a field with that name ("valueD"). I've looked all around the documentation and the mailing list archives, and I don't see anything specific to this case. Am I missing something, or is this a shortcoming of the html:javascript tag? TIA. Steve Caswell [EMAIL PROTECTED]