Search found 2 matches

by ingemar
Fri May 16, 2003 5:06 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Load problem from request redirect/forwards
Replies: 2
Views: 2558

Found solution

Hi there, Thanks for the reply. I discovered that because the forward/redirects are executed in a different context then the JSPs my relative paths didn't work. I just replaced them with absolute URLs and voila! One strange thing is that there was no JavaScript error (normally "Object expected....
by ingemar
Fri May 16, 2003 2:58 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Load problem from request redirect/forwards
Replies: 2
Views: 2558

Load problem from request redirect/forwards

Hi, I'm using version 3.5.15 in my JSP's inside the Struts framework. My problem is that when I'm coming from a request redirect/forward the menu is not loading. The menu loads perfectly if I ask for the JSP specifically, for example, http://www.myhost.com/menutest.jsp. The file menutest.jsp as belo...