Re: tiles as attribute's value - is it possible ?

2002-07-12 Thread Cedric Dumoulin
Hello, If you have access to the html:mytag ... code, you can modify it to take the tiles' attribute name as attribute, and retrieve the corresponding value from TilesContext. Check how tiles:getAsString is implemented for examples (class GetAttributeTag.java). If you don't want some

RE: tiles as attribute's value - is it possible ?

2002-07-12 Thread Holman, Cal
Message- From: Arik Levin ( Tikal ) [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 13:33 To: Struts Users Mailing List Subject: tiles as attribute's value - is it possible ? Hi all. I have some tag which I want it to be like

tiles as attribute's value - is it possible ?

2002-07-11 Thread Arik Levin ( Tikal )
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:

RE: tiles as attribute's value - is it possible ?

2002-07-11 Thread Martin Cooper
as attribute's value - is it possible ? 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