I got the fetching scheme Its <bean:parameter name="header"
id="head" value="Default Header"/> <bean:write name="head" /> But other problems remains, how to tell
jsp:include tag that pick the actual value from resource bundle for value="${global.commandinformation.title1}"
/> From: HI Bill,
I am
sorry I didn't get it. Anyway
let me tell you the scenario. I am
passing parameter from my main jsp file to include jsp using the following
scheme. <jsp:include
page="CommandSaveIncludeHeader.jsp"> First
thing, I am not sure if any Struts tag is there for above statement. Using
following scheme, so it will pick the actual value from resource bundle, which
is also not working, my page is displaying this value literally. "value="${global.commandinformation.title1}"
Second I
am fetching this parameter in include jsp using this <%
%>
I
understand, this is also not the right way, please suggest.
Regards
-----Original
Message----- Use --
this will
create a page-scoped variable and a scripting variable. http://jakarta.apache.org/struts/userGuide/struts-bean.html#parameter
> HI,
---------------------------------------------------------------------
|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]