SV: jsp:forward / jsp:param problem

1999-10-27 Thread Magnus Stenman
, 1999 2:35 PM Subject: jsp:forward / jsp:param problem > Hi All, > > Under Orion 0.7.6b I had problems with the following code > inside a JSP: > > <%! String key; %> > <% key = "DR0001"; %> > > > > > > The JSP to which I forwarded the re

Re: jsp:forward / jsp:param problem [and other problems!]

1999-10-26 Thread Neal Kaiser
I have a somewhat similar problem. I do a RequestDispatcher.forwared() call in a servlet. But before I do the forward() is set some request attributes. These attributes are NOT accessible from the page that it was forwarded to?? Smells like a bug to me. Orion team, care to comment? Also, if you

jsp:forward / jsp:param problem

1999-10-26 Thread gary . janes
Hi All, Under Orion 0.7.6b I had problems with the following code inside a JSP: <%! String key; %> <% key = "DR0001"; %> The JSP to which I forwarded the request ( i.e. cust_valuation.jsp ) was unable to access the value of the 'agent' parameter. Looking at the changes.txt for the latest