RE: html inside an action

2004-03-25 Thread Qureshi, Affan
that jsp generate (that is sent to the browser) on my action , is it possible? thanks a lot , Regards. Qureshi, Affan wrote: So why cant you use simple JSTL or struts-EL tags to do it? Ideally you shouldn't be doing any client-side stuff in your Actions. A cleaner approach would be t

RE: html inside an action

2004-03-25 Thread Qureshi, Affan
ction Qureshi, Affan wrote: >What part of JSP do you want to generate? Is it Java code in the JSP that you want to >generate or static HTML/JavaScript? You might want to look at Tag Libraries as well. > > >-Original Message- >From: ruben [mailto:[EMAIL PROTECTED] >Sent

RE: html inside an action

2004-03-25 Thread Qureshi, Affan
What part of JSP do you want to generate? Is it Java code in the JSP that you want to generate or static HTML/JavaScript? You might want to look at Tag Libraries as well. -Original Message- From: ruben [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 10:00 AM To: Struts Users Mai

RE: extending using struts

2004-03-15 Thread Qureshi, Affan
How are you transferring control from ServletA to ServletB? The request objects will only be shared if you do a server-side forward or include (using requestDispatcher for example). Otherwise if both the servlets belong to the same application the session and servletContext object will be shared

RE: Hiding URL Parameters

2004-03-04 Thread Qureshi, Affan
Only if you submit the form using a POST method instead of the default GET. If you want to achieve such functionality on the click of a link, you may need some Javascript support to do a POST in the background on the 'click' event of the hyperlink. ./Affan -Original Message- From: Ram