Steve Davis wrote:

> Here is a patch for the template.tld file that will allow 
> scripting variables to be used as the name attribute values 
> for the pane and portlet tags.  I.E. for
> 
>    <% String pane = "some_pane_name"; %>
>    <jetspeed:pane name="<%= pane %>" />
> 
> The "<%= pane %>" value will now be interpreted by the jsp parser
> and turned into the string "some_pane_name" before being passed
> to the JetspeedPaneTag code. Currently it passes the literal
> string "<%= pane %>" to the JetspeedPaneTag code.
> 


Committed in CVS.

Thanks.


--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris


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

Reply via email to