I'm trying to make a custom template for the checkboxlist struts tag to
only write out the html for the checkboxes in the list between two
parameter values I send to the template.

I want to pass parameters from the jsp file into the freemarker template
but I'm not sure how to do it. 


So, I'm thinking that in the jsp I do something like:

<s:checkboxlist name="x" list="myList" template="mycheckboxlist"
templateDir="WEB-INF/freemarker">
        <s:param name="start" value="%{2}"/>
        <s:param name="stop" value="%{4}"/>
</s:checkboxlist>

Can I access that in the template somehow?

Thanks,
Jason




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to