--- On Wed, 7/9/08, Chris Pat <[EMAIL PROTECTED]> wrote:
> 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}"/>

Did you try just beanName.beanMember?

Are you using a JSP 2+ container? If not, are you using the EL tags?

> <html:text ... value="<bean:write name="myBean"
> property="beanMemberName"/>"/>. 

Well you had to know *that* wouldn't work.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to