Re: Passing parameters to ftl template with s:param

2008-04-28 Thread Peter Wages
If you want to use the value parameter, you must enclose the value with single quotation marks in addition to double quotation marks. , if your value is a string " ' value ' " The value parameter is assuming you are passing an object. This is associated with OGNL What worked for you A

Re: Passing parameters to ftl template with s:param

2008-04-28 Thread Alan Nisbet
Hi, In case anyone is interested s:param tag only works(for me) when value is defined in body of tag and not in value attribute doesn't work fromDate does work Alan Nisbet wrote: Hi, First time poster and relative struts newbie, I'm trying to create an ftl template that positions two s:

Passing parameters to ftl template with s:param

2008-04-25 Thread Alan Nisbet
Hi, First time poster and relative struts newbie, I'm trying to create an ftl template that positions two s:datetimepicker(s) side by side to capture date and time. I use the s:component tag and define my template shown below. It is working relatively well however I'm unable to retrieve any