Form template

2008-06-13 Thread Matthieu MARC
Hi, I am making a form page with jstl tags : <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> cssStyle="font-weight: bold;" /> onchange="countHour();" id="am%{index}" key="timetable.morning" list="heures" value="%{am}" /> onchange="countHour();"

Re: Form template

2008-06-13 Thread Ralf Fischer
Hi Matthieu, On Fri, Jun 13, 2008 at 11:08 AM, Matthieu MARC <[EMAIL PROTECTED]> wrote: > Hi, > > I am making a form page with jstl tags : > > <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> > > > > >cssStyle="font-weight: bold;" /> >id="am%{index}" key="ti

Re: Form template

2008-06-13 Thread Craftyman
Hi, You can use theme="simple" in your tag to disable table mode. Ex : Cédric 2008/6/13 Ralf Fischer <[EMAIL PROTECTED]>: > Hi Matthieu, > > On Fri, Jun 13, 2008 at 11:08 AM, Matthieu MARC > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am making a form page with jstl tags : > > > > <%@ taglib

[s2] form template

2006-10-01 Thread Garner Shawn
I just did my first form in a JSP and it has some kind of default format being applied to it. I'm not sure where it's comming from but I'd like to know how to override/remove it. I assume it's some kind of velocity or freemarker template being applied but I don't know how to get rid of it or ove

Re: [s2] form template

2006-10-01 Thread Martin Gainty
o: Sent: Sunday, October 01, 2006 6:04 PM Subject: [s2] form template >I just did my first form in a JSP and it has some kind of default > format being applied to it. I'm not sure where it's comming from but > I'd like to know how to override/remove it. > > I assume it&