Re: Having problems retrieving data from fields/variables in myJSP!

2001-03-08 Thread Sripada Srinivas
Hi, I want to check this syntax once again. jsp:setProperty name="mybean" property = "daysVac" / I think it should have been jsp:setProperty name="mybean" property = "daysVac" Value = "%= request.getParameterValue("daysVac")%" / Do check this. Regards, Sripada Mayuresh Kadu wrote: if u

Re: Session listener redirect

2001-03-06 Thread Sripada Srinivas
Can you not use response.sendRedirect("index.jsp")?? If you can manage to get the handle for the HttpServletResponse object?? or else, you can include this code in JSP page to get the handle to it. I am not sure I got your problem correct. Regards, Sripada Ron Quartel wrote: I have

Communication between two App servers

2001-03-06 Thread Sripada Srinivas
Hi, I have a JSP from which I need to access a EJB. (For the time being forget about MVC architecture etc.). My JSP is residing in one Appserver (iPlanet) and my EJB is residing in Weblogic. My JSP needs to look up for the bean in Weblogic. Now, I am interested in knowing which protocol does