Hi I am using the 1.1.1 jstl jars. I thought the struts bean tags put the bean into the pageScope or sessionScope. I can get other bean.values from the sessionScope with the jstl syntax. I tried the <bean:write.../> substitution the ' for the " within some contexts worked in the past, of course it didnt here. What framework/jars do I need to get this to work with Tomcat 5.0.28? Yes I should upgrade, I just want to get this work first. Any ideas/edification appreciated.
--- On Wed, 7/9/08, Chris Pat <[EMAIL PROTECTED]> wrote: From: Chris Pat <[EMAIL PROTECTED]> Subject: page level bean into value To: "Struts Users Mailing List" <user@struts.apache.org> Date: Wednesday, July 9, 2008, 5:30 PM Hello I have defined a page level bean (<bean:page .../>) and I can get at its members, however I cant get the damn syntax right to expose the members in a struts html:text tag. I have tried <html:text ... value="${pageScope|sessionScope.beanName.beanMember}"/>or even <html:text ... value="<bean:write name="myBean" property="beanMemberName"/>"/>. Is it possible? What is the syntax? tia.