RE: Orion doesn't interpret Javascript correctly

2000-10-25 Thread Drew Kidder
ge- From: Drew Kidder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 8:20 AM To: Orion-Interest Subject: Orion doesn't interpret Javascript correctly All, I have a fully functional webapp that runs perfectly under Tomcat (albeit a little slow). The main menu bar c

Orion doesn't interpret Javascript correctly

2000-10-24 Thread Drew Kidder
All, I have a fully functional webapp that runs perfectly under Tomcat (albeit a little slow). The main menu bar consists of rollovers that utilize the onmouseover and onmouseout routines of Javascript. For example, one of the tags looks like this: a href="/news/"

Re: Orion doesn't interpret Javascript correctly

2000-10-24 Thread Joe Walnes
Andrew, The reason this is happening, is that when JSPs are compiled, Orion recreates them slightly to insert code for url-rewriting for session-tracking. Obviously it is always recreating the tag with attributes enclosed in "". The short term solution to your problem is to switch around