You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dan Tran <da...@hotmail.com> on 2002/11/12 22:26:07 UTC

Need scriptlet to substitute bean:message result to a custom tag param value

Hi I try to substitute a result of a bean:message value to
a tag's param value, but have no luck

Here is  the snippet

<display:table name="lotSummaryList" >
  <display:column property="lotId"  title="<% bean:message
key=\"prompt.lotId\" %>" />  <-------- this returns blank, how do I correct
this?
  <display:column property="partNo" />
</display:table>


Any help is greatly appreciated


-Dan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>