Use -- <bean:param id="headerVar" name="header"/>
this will create a page-scoped variable and a scripting variable. Complete details can be found at:
http://jakarta.apache.org/struts/userGuide/struts-bean.html#parameter
Naresh Sharma wrote:
HI,
In one of my include JSP I wish to fetch a particular request attribute which was set by main jsp page
<%
HttpServletRequest httpRequest = (HttpServletRequest)request;
String header = httpRequest.getParameter("header");
%>
Right now I am doing something like this?, please let me know the struts way
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]