Re: Dynamic Attributes with Velocity

2015-02-02 Thread Lukasz Lenart
2015-01-28 23:07 GMT+01:00 Sean Powell : > I have a question about how to set dynamic Attributes of a Struts 2 tag in a > Velocity template. > > I've been trying to do it this way, but Struts is treating my Map as a String. > > #stextfield("label=TFLable" "name=TFName" "value=TFValue" "id=TFId" >

RE: Dynamic Attributes with Velocity

2015-01-28 Thread Martin Gainty
> From: sean.pow...@legalmatch.com > To: user@struts.apache.org > Subject: Dynamic Attributes with Velocity > Date: Wed, 28 Jan 2015 22:07:13 + > > I have a question about how to set dynamic