Hi all.
I have some tag which I want it to be like this:
<html:mytag value="<tiles:getAsString
name="title" />" />
As I saw after some searching I saw that some of you
out there did it like this:
<tiles:useAttribute name="title"
classname="java.lang.String" ignore="true"/>
<html:mytag value="<%=title%>"/>
Did somebody has manage to come up with a cleaner
idea?
- Re: tiles as attribute's value - is it possible ? Arik Levin ( Tikal )
- Re: tiles as attribute's value - is it possible... Cedric Dumoulin
- Visual Basic to struts connection Martin Kuypers
- RE: tiles as attribute's value - is it possible... Martin Cooper
- RE: tiles as attribute's value - is it possible... Holman, Cal

