Re: newbie: html:form EL in action tag

2004-01-20 Thread Mark Lowe
I've used el for the value of the action attribute.. works fine. Just feed it a string. On 20 Jan 2004, at 13:08, Simon Pett wrote: Thanks Frédéric, I used the taglig import from the Jakarta JSTL 1.1 getting started doc <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> The focus="

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.

Re: newbie: html:form EL in action tag

2004-01-20 Thread Frédéric Dreier
So I think the EL works just not in the action parameter of the html:form ?? It works for me. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: newbie: html:form EL in action tag

2004-01-20 Thread Simon Pett
Thanks Frédéric, I used the taglig import from the Jakarta JSTL 1.1 getting started doc <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> The focus="${focus}" appears to work and I was able to So I think the EL works just not in the action parameter of the html:form ?? Simon -

Re: newbie: html:form EL in action tag

2004-01-20 Thread 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 attributes for the action and focus parameters in the html:

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. The focus worked fine however the action gave the error ServletException in:/pages/common/layouts/formlayout.jsp] Can