Hi,
I'm having trouble trying to use prototype.js in my Struts2+Tiles2 webapp.
My mainLayout.jsp, includes the call for prototype with the following line:
If I put the prototypejs call before this one:
It causes the whole text to dissapear and only the colors provided by the css can be seen.
On the other hand, if I put the prototypejs call after the stylesheet call, the whole page goes completly 'blank'.
This is the code of my mainLayout.jsp
This is the code of the generated page as returned when requested with
http://localhost:8080/AdminCole-1.0/Home.action:
Please note that the part containing the ";jsessionid=XXXXXXXX" on the two lines of the <head> tag, are only seen when I use 'curl', with firefox they don't appear. But then again, I'm using cookies with firefox so I don't believe that it has something to do with the problem.
I would appreciate any pointers,
Regards,