Did you set the rtexprvalue to true in your tag library descriptor?
This allows you to use JSP expressions as attributes in custom tags.


Example:
      <attribute>
        <name>selectedOption</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
      </attribute>



On Monday 16 June 2003 11:44 am, Larry Meadors wrote:
> If you are going through another struts action, this should work:
>
> <display:table name="results" width="55%" pagesize="15" cellpadding="3"
> cellspacing="0" border="0" requestURI="results.do" summary="Table
> summary blah blah" >
>
> Larry
>
> >>> [EMAIL PROTECTED] 06/16/03 9:15 AM >>>
>
> Why can I not do the following:
>
> <display:table name="results" width="55%" pagesize="15" cellpadding="3"
> cellspacing="0" border="0" requestURI="<%= request.getContextPath()
> %>/results.do" summary="Table summary blah blah" >
>
> ?
>
> Am I doing something wrong, what other option would I have besides
> hard-coding in the path.
>
> -Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Ben Souther
F.W. Davison & Company, Inc.



REGISTER NOW FOR THE SCORPEO USER CONFERENCE!
September 18-19, 2003 in Boston/Brookline, MA
Additional Training Sessions held September 17, 2003
More info >> http://www.fwdco.com/services/Uconf03/default.shtm


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

Reply via email to