Anyone know how to setup dynamic hyperlinks without writing a decorator.

<display:table name="test" id="item">
        <display:column title="actions">
                <a
href="">         <display:column>
</display:table>

The above works in JSP. 


How would the above be expressed with #tag/#bodytag?

#bodytag( Table "name=list" "sort=list" "export=true" )
  #tag( Column "property=key" "sortable=true" "headerClass=sortable")
  #tag( Column "property=value" "sortable=true" )
  #bodytag( Column "title=testlink_col")  <a href="" #end
  #tag( Column "title=static value" "value=static" )
#end

I can't get the hyperlink http://www.amazon.com to come out.

Matthew Payne

Reply via email to