Re: html-el:select and tag files

2006-01-23 Thread Rahul Akolkar
On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > On Mon, Jan 23, 2006 at 03:00:27PM -0500, Rahul Akolkar wrote: > > On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > > > On Mon, Jan 23, 2006 at 12:36:02PM -0700, Wendy Smoak wrote: > > > > > > > > Use the plain HTML tags and make sure you'

Re: html-el:select and tag files

2006-01-23 Thread Clint Popetz
On Mon, Jan 23, 2006 at 03:00:27PM -0500, Rahul Akolkar wrote: > On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > > On Mon, Jan 23, 2006 at 12:36:02PM -0700, Wendy Smoak wrote: > > > On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > > > > > > > This may be more of a jsp 2.0 questio

Re: html-el:select and tag files

2006-01-23 Thread Rahul Akolkar
On 1/23/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > You don't need to configure it (if you don't want to turn EL off). EL > is simply what JSP 2.0 container does. EL and JSTL are part of JSP 2.0 > spec. > JSTL is not part of JSP 2.0. They're separate JSRs (52 and 152 respectively). -Ra

Re: html-el:select and tag files

2006-01-23 Thread Michael Jouravlev
On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > On Mon, Jan 23, 2006 at 12:36:02PM -0700, Wendy Smoak wrote: > > On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > > > > > This may be more of a jsp 2.0 question than a html-el tag > > > library question, but here goes. > > > > If yo

Re: html-el:select and tag files

2006-01-23 Thread Rahul Akolkar
On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > On Mon, Jan 23, 2006 at 12:36:02PM -0700, Wendy Smoak wrote: > > On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > > > > > This may be more of a jsp 2.0 question than a html-el tag > > > library question, but here goes. > > > > If yo

Re: html-el:select and tag files

2006-01-23 Thread Clint Popetz
On Mon, Jan 23, 2006 at 12:36:02PM -0700, Wendy Smoak wrote: > On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > > > This may be more of a jsp 2.0 question than a html-el tag > > library question, but here goes. > > If you're using JSP 2.0, you should not be using Struts-EL. > > Use

Re: html-el:select and tag files

2006-01-23 Thread Wendy Smoak
On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote: > This may be more of a jsp 2.0 question than a html-el tag > library question, but here goes. If you're using JSP 2.0, you should not be using Struts-EL. Use the plain HTML tags and make sure you've configured your webapp for Servlet 2

html-el:select and tag files

2006-01-23 Thread Clint Popetz
Hello, This may be more of a jsp 2.0 question than a html-el tag library question, but here goes. I have a jsp page that has a list of dates that need to be entered. I have a custom tag file that displays a date selector using three html-el: selects (year/month/day.) It takes as