Javascript and the webserver are independent of one another since javascript runs on the client.

My guess is velocity isn't running on the tomcat. If you have both web server instances available, I would save the output source from both and diff them and hope something helpful shows up.

-Tim

Mattias Carleh�ll wrote:
Forgot to tell that I use velocity also, so $object is an object of some type, In this case a student. (context.put("object",studentObject))



I think Orion is doing extra server parsing. Because of this line:

<input type=hidden name="id" value=$object.getCivicNo()>
^^^^^
"$object.getCivicNo()" is probably being translated by Orion into something else but tomcat doesn't handle that syntax.






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



Reply via email to