RE: JSTL 1.1 + HTML-EL Problem

2004-05-06 Thread Kris Schneider
MAIL PROTECTED]>: > What are "runtime" and "request-time"? Where can I change "runtime"? > > Zsolt > > > -Original Message- > > From: Kris Schneider [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, May 05, 2004 7:41 PM > > To:

RE: JSTL 1.1 + HTML-EL Problem

2004-05-05 Thread Zsolt Koppany
What are "runtime" and "request-time"? Where can I change "runtime"? Zsolt > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 7:41 PM > To: Struts Users Mailing List > Subject: Re: JSTL 1.1

RE: JSTL 1.1 + HTML-EL Problem

2004-05-05 Thread Ricardo Cortes
Thanks Kris. Removing the use of the tags solved my problem. Ciao, Ricardo -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 1:41 PM To: Struts Users Mailing List Subject: Re: JSTL 1.1 + HTML-EL Problem Ugh. Change "runtime" t

Re: JSTL 1.1 + HTML-EL Problem

2004-05-05 Thread Kris Schneider
Ugh. Change "runtime" to "request-time"... Quoting Kris Schneider <[EMAIL PROTECTED]>: > The Struts-EL tags are essentially useless in JSP 2.0. Use the standard > Struts > tags and JSP 2.0 will automatically allow EL expressions for attribute > values. > At least for those that would normally acc

Re: JSTL 1.1 + HTML-EL Problem

2004-05-05 Thread Kris Schneider
The Struts-EL tags are essentially useless in JSP 2.0. Use the standard Struts tags and JSP 2.0 will automatically allow EL expressions for attribute values. At least for those that would normally accept runtime expressions... Quoting Ricardo Cortes <[EMAIL PROTECTED]>: > Hey guys, > > I've been