Greetings:
      I am forced to do much of this type of code in Java script:
document.customerForm.submit();
of course the name: customerForm is found in the mapping config file.
 I would like to make it so that my javascript does not break if the name of the form 
bean
changes in the config file.

Does anyone do this?

I am trying the
<bean:struts mapping="acctMeshingRouter" id="thisMapping"/>
<%= thisMapping.getXXX %>

Am I on the right track?

I get a runtime exception with a message: No Struts internal object named 
acctMeshingRouter

Thanks for any help!


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to