I'm running apache2 and tomcat6 with catalina on an ubuntu 11.10 box. I have the javascript functioning but when I use this.form it passes as "[object HTMLFormElement]" instead of the actual form value. From what I have read I need to enable the XLST/XML package. I have installed all packages that I thought to be relevant. Any ideas?

link|improve this question
This was an issue with the JS function. It was calling the plain variable of the form and not the input from the form. I changed the function to call variable.input1.value and the script is functioning ok. – Mudman266 Nov 2 '11 at 20:25
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.