RE: Navigation Bar

2004-05-27 Thread Jay Glanville
f.net. -- Jay Glanville > -Original Message- > From: Zaid [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 11:58 AM > To: Struts Users Mailing List > Subject: Navigation Bar > > > Dear Friends, > > I am new Struts developer, meanwhile I did huge coding i

Confirmation Requested: "development has stopped on the presentation tags"

2004-05-27 Thread Jay Glanville
tty much all of the Struts-Logic tag library (equality, iteration, etc) and some of the Struts-Bean library can be replaced with the JSTL. Mike, is this the "presentation library" that you're referring to? So, which libraries am I being discouraged from using? Apologies for being

RE: what is the difference between forward and redirect?

2004-04-15 Thread Jay Glanville
this helps. JDG PS: I'm sure the rest of the community will correct me if I'm wrong. -- Jay Glanville > -Original Message- > From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 15, 2004 8:27 AM > To: Struts Users Mailing List >

RE: what is the difference between forward and redirect?

2004-04-15 Thread Jay Glanville
Another difference that has to be taken into consideration is that a forward keeps all the request scope parameters and attributes, whereas in a redirect, the request scoped parameters and attributes are lost. JDG -- Jay Glanville > -Original Message- > From: [EMAIL PRO

RE: Problem

2004-04-06 Thread Jay Glanville
t.apache.org), it's right there under "Contributing". It's the same with James, Jakarta-Commons, etc. Just a minor pet-peeve of mine. JDG -- Jay Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem

2004-04-06 Thread Jay Glanville
isn't there any reference to mailing lists on the struts pages? I'm used to seeing something mentioned in the navigation panel for all the other apache projects. JDG -- Jay Glanville > -Original Message- > From: Nina Bertilsdotter [mailto:[EMAIL PROTECTED] > Sent: Tu

RE: what's the best way to have an if/else clause?

2004-04-02 Thread Jay Glanville
> If you are using Tomcat 5.0+ (JSP 2.0) you will have built-in > support JSTL in JSP. You wont have to add any libraries. I've taken the attitude not to rely on any container's library set. It doesn't make the web application very portable. Thanks for the suggest, none t

RE: what's the best way to have an if/else clause?

2004-04-02 Thread Jay Glanville
It is an option that I didn't realize I had. Up to now, we've been using the struts tag library almost exclusively, as, up to now, it's provided us with all the JSP functionality we've needed. This situation my provide the impetus to add JSTL to our libraries. Thanks J