Outside of what is defined as differences in the
revisions.html file -- what are the backwards
compatibility issues.  This is really an effort to
understand what will be required when Struts1-1 goes
final and what changes will be required.

so...

What are the backwards compatibility issues between
the nightly builds of the validator and the 7/2/2001
build for struts1-0?

>From a glance at the sample applications there seems
to be a javascript difference.  In the 7/2/2001
version the javascript requires a certain variable to
be set "bCancel", whereas the latest build allows you
to code this, but a simple function is necessary:

<script language="javascript">
<!--
function submitForm(form) {
  if (form.validate.value == "0") {
    return true;
  }
  if (validateSimpleForm(form)) {
    form.submit.value=" ..."; 
    return true;
  } 
  else return false;
};
// -->
</script>

What are the new validators that have been added?  Can
these be used in the strut1-0 compliant version or
will it not work?  What javascript additional
functionality has been added for the old validators as
well?  Basically what is a list of all changes to the
validation.xml validators and which of these can I
copy and paste into the struts1-0 compliant version?

When defining a msg parameter does the name attribute
have to be defined?

The alternative format for variables i.e.

var name="" value=""

does not work for struts1-0 compliant version?


- sandeep


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

Reply via email to