Re: Using JSTL 1.1 with Struts 1.2.4 and JBoss 3.2.5 or 4.0?

2004-10-14 Thread Satish Talim
nal Message - From: "Karr, David" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, October 14, 2004 7:03 PM Subject: RE: Using JSTL 1.1 with Struts 1.2.4 and JBoss 3.2.5 or 4.0? > -Original Message- > From: Sa

Re: Using JSTL 1.1 with Struts 1.2.4 and JBoss 3.2.5 or 4.0?

2004-10-14 Thread Satish Talim
t; To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, October 14, 2004 8:17 AM Subject: Re: Using JSTL 1.1 with Struts 1.2.4 and JBoss 3.2.5 or 4.0? Satish Talim wrote the following on 10/13/2004 9:39 PM: > Rick, I ain't doing this db stuff in my jsp - I kn

Re: Using JSTL 1.1 with Struts 1.2.4 and JBoss 3.2.5 or 4.0?

2004-10-13 Thread Satish Talim
n the container. " - so how does this JBoss container evaluate To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 2004 10:01 PM Subject: Re: Using JSTL 1.1 with Struts 1.2.4 and JBoss 3.2.5 or 4.0? A much more important question is why are you doin

Re: Using JSTL 1.1 with Struts 1.2.4 and JBoss 3.2.5 or 4.0?

2004-10-13 Thread Satish Talim
names for "x") in general is that the "x-rt.tld" forms allow old-style expression scriplets. You'll probably only want to use the "x.tld" forms. > -Original Message- > From: Satish Talim [mailto:[EMAIL PROTECTED] > > I am using JBoss 4.0 (which I b

Using JSTL 1.1 with Struts 1.2.4 and JBoss 3.2.5 or 4.0?

2004-10-12 Thread Satish Talim
I am using JBoss 4.0 (which I believe is a Servlet 2.4 / JSP 2.0 container) and Struts 1.2.4. I want to use JSTL 1.1 with Struts and JBoss. For example, I would like to use something like this: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> <%@ taglib prefix="sql" uri="http:/

Re: Problem displaying errors/messages - Repost

2004-10-10 Thread Satish Talim
Monday, October 11, 2004 8:42 AM Subject: Re: Problem displaying errors/messages - Repost Satish Talim wrote the following on 10/10/2004 9:22 PM: > <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html" %> > <%@ taglib uri="http://struts.apache.org/tag

Problem displaying errors/messages - Repost

2004-10-10 Thread Satish Talim
I am re-posting the problem we are facing, as I did not get any reponse on this from the group. We are new to Struts and experimenting with a simple Login screen using Struts 1.2.4 with JBoss 4.0 and J2SDK 1.4.2. The problem that we are facing is - we are unable to display any error messages on

Re: Unable to display Errors

2004-10-08 Thread Satish Talim
. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 08, 2004 4:11 PM Subject: RE: Unable to display Errors Did you put in the JSP ? -Original Message- From: Satish Talim [mailto:[EMAIL PROTE

Unable to display Errors

2004-10-08 Thread Satish Talim
Hello all, I am new to Struts and experimenting with a simple Login screen using Struts 1.2.4 with JBoss 4.0 and J2SDK 1.4.2. The problem I am facing is that I am unable to display any error messages on my Login screen (login.jsp), in case the user does not enter any data on the Login ID and/or

Re: Struts and EL/JSTL

2004-09-25 Thread Satish Talim
David it works! Thanks. Satish - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Satish Talim" <[EMAIL PROTECTED]> Sent: Sunday, September 26, 2004 10:23 AM Subject: R

Struts and EL/JSTL

2004-09-25 Thread Satish Talim
er. I feel that Struts-EL will certainly NOT become part of the core Struts tag library, as there's no point to it." Therefore, a simple question is do we use the tag libraries as declared in struts-html-el.tld or c.tld etc? If not, how do we use something like It's very confusin

ActionMessage and ActionMessages Problem

2004-09-25 Thread Satish Talim
ache.org/tags-html-el"; prefix="html" %> <%@ taglib uri="http://struts.apache.org/tags-bean-el"; prefix="bean" %> What am I doing wrong and what's the right solution? All help most appreciated. Regards, Satish Talim