Re: fmt+struts headaches.

2003-11-25 Thread Caoilte O'Connor
class from action code > > as well. Depending on what type of app server you're > > using, you'll want a different version of JSTL, which > > means different taglib URIs: > > > >JSP 1.2 / JSTL 1.0 (e.g. Tomcat 4): > >http://java.sun.com/jstl/fmt > >

Re: fmt+struts headaches.

2003-11-20 Thread Caoilte O'Connor
ot;fmt" uri="/WEB-INF/fmt.tld"%> > > > -Original Message- > > From: Caoilte O'Connor [mailto:[EMAIL PROTECTED] > > Sent: Thursday, November 20, 2003 7:43 AM > > To: [EMAIL PROTECTED] > > Subject: Re: fmt+struts headaches. > > > >

Re: fmt+struts headaches.

2003-11-20 Thread Caoilte O'Connor
g TLD files in /WEB-INF, you can use <%@ > taglib prefix="c" uri="/WEB-INF/c.tld"%>, for example. No > connectivity problems... :o) > > > -Original Message- > > From: Caoilte O'Connor [mailto:[EMAIL PROTECTED] > > Sent: Thursday, No

Re: fmt+struts headaches.

2003-11-20 Thread Caoilte O'Connor
or separate tld > files and entries in web.xml - at least for > packaged taglibs like Struts and JSTL. Just use the > following directive in your JSP: > > <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; > %> > > Quoting Caoilte O'Con

Re: fmt+struts headaches.

2003-11-20 Thread Caoilte O'Connor
/ JSTL 1.0 (e.g. Tomcat 4): > http://java.sun.com/jstl/fmt > > JSP 2.0 / JSTL 1.1 (e.g. Tomcat 5): > http://java.sun.com/jsp/jstl/fmt > > Quoting Caoilte O'Connor <[EMAIL PROTECTED]>: > > hey all, > > I'm playing around and trying to get the jstl > > i

fmt+struts headaches.

2003-11-20 Thread Caoilte O'Connor
hey all, I'm playing around and trying to get the jstl internationalization tags working with struts. It's proving a bit more of a headache than I'd like. I made the usual changes and eventually figured out that the 1.0.0 release (included in the struts 1.1 contrib dir) is seriously broken. N