using html:form with el logic tags

2004-03-25 Thread Simon Pett
Hi, Can someone tell me why I get an unbalanced error when I try to optionally use a form tag? org.apache.jasper.JasperException: /pages/common/layouts/layout.jsp(56,1) The end tag /c:when is unbalanced tiles:useAttribute name=action/ tiles:useAttribute name=focus/

Validator Framework question

2004-02-17 Thread Simon Pett
Hi As I use the validator framework I'm reading the mail archive and I have come across a few comments like One more reason to use Strings for all ActionForm properties? though I haven't found a good discussion on why. Is this piece of advice still current, can someone point me in the direction

newbie: html:form EL in action tag

2004-01-20 Thread Simon Pett
Hi I am trying to use tile attributes for the action and focus parameters in the html:form tag. So I imported the attributes to the page scope and then used EL to set them. tiles:useAttribute name=action/ tiles:useAttribute name=focus/ html:form action=${action} focus=${focus} The focus

RE: newbie: html:form EL in action tag

2004-01-20 Thread Simon Pett
of the html:form ?? Simon -Original Message- From: Frédéric Dreier i'm not sure but, do you have declared the right library (with el suffix) at the begining of your page? %@ taglib uri=/WEB-INF/struts-html-el.tld prefix=html % regards, frederic Simon Pett wrote: Hi I am trying to use tile

RE: newbie: html:form EL in action tag

2004-01-20 Thread Simon Pett
Thanks Frédéric - your right of course - I was missing the point using struts-html-el now -Original Message- From: Frédéric Dreier So I think the EL works just not in the action parameter of the html:form ?? It works for me.