From: "temp temp" <[EMAIL PROTECTED]> > I would like to retrieve message from application > Resources property file and save it into a bean in a > jsp. > > <bean:message key="someKey"> writes to response . > But I want this value to be saved in a bean in page > scope can I do this.
http://struts.apache.org/userGuide/struts-bean.html#define Wrap it in a <bean:define> or <c:set> tag. Both tags will take the body of the tag as the value of the new bean. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]