Hi,
I am having a problem with the javascript that is generated by the
validator framework.
** JAVASCRIPT **
Here is a snippet of the generated javascript
function validate/testAction(form) {
[snip]
The server-side validations work fine but looks like the client-side
javascript creation needs to be updated to use a different name in
case the form name uses an Action path (containing /).
Has anyone else seen this problem ? This could possibly be a bug in Struts.
Ashwin - what version of struts are you on?
This was a bug in older versions of struts 1.2 (possibly in 1.1 and earlier too, but I'm not positive). Check out this bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=29796
This should be fixed in nightly builds after 7/1/04 or so, and in the latest stable release (1.2.4).
Matt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]