Trouble with using struts tags in freemarker files

2007-10-05 Thread anine.louise.medhus-dale
Hi, I hope someone can help me with this problem. I have a freemarker file where I need to use struts tags to create url. My problem is that I don't know what's the correct way to reference the struts taglib. My code: <#assign s=JspTaglibs["/META-INF/struts-tags.tld"]> ">Link her

Trouble with using struts tags in freemarker files

2007-10-11 Thread anine.louise.medhus-dale
Hi, I hope someone can help me with this problem. I have a freemarker file where I need to use struts tags to create url. My problem is that I don't know what's the correct way to reference the struts taglib. My code: <#assign s=JspTaglibs["/META-INF/struts-tags.tld"]> ">Link her

SV: Trouble with using struts tags in freemarker files

2007-10-12 Thread anine.louise.medhus-dale
When I try without the reference to struts-tags I get this error-message: [ WARN] 15:12:36 Can't generate HTML subscription mail; nested exception is freemarker.core.InvalidReferenceException: Expression s is undefined on line 1, column 12 in mail-html.ftl. [] at com.opensymphony.xwork2.intercep

RE: Trouble with using struts tags in freemarker files

2007-10-15 Thread anine.louise.medhus-dale
When I try without the reference to struts-tags I get this error-message: [ WARN] 15:12:36 Can't generate HTML subscription mail; nested exception is freemarker.core.InvalidReferenceException: Expression s is undefined on line 1, column 12 in mail-html.ftl. [] at com.opensymphony.xwork2.interce

SV: Radio Button - setting a to 'checked'

2007-07-23 Thread anine.louise.medhus-dale
Hi, I also experience this problem with the radio button. Could you please give me an example of how this is done? My code: gives a 'true' output. If I change from radio to select it works ok, strange... Thanks in advance for your help :) ALM -Opprinnelig melding- Fra: Nuwan Chan

SV: Radio Button - setting a to 'checked'

2007-07-23 Thread anine.louise.medhus-dale
I figured it out just after posting the message :) The mistake was that I had put '' around the boolean values. When I removed them it worked. I also changed from 0 and 1 to true and false which is what gives as output. Example: Hope this helps you :) ALM -Opprinnelig melding- Fr