c:if problem

2004-09-08 Thread jean-charles . jabouille
Hi, I have a problem, I try to do an if condition. c:if test=${done != 'false'} blablabla /c:if I'm running it on tomcat 5. I think, that the problem is that I compare a string with a variable. thanks for your answer... this is the error trace: javax.servlet.ServletException:

Réf. : Re: c:if problem

2004-09-08 Thread jean-charles . jabouille
my variable is set in a struts action, not in the jsp... when i try c:out value=${done}/ it work fine. your solution doesn't work

Réf. : Réf. : Re: c:if problem

2004-09-08 Thread jean-charles . jabouille
I have solve the problem... I forgot to include the jstl.jar in my webapp :-) bye jean-charles.jabouil

Re: New user

2004-04-01 Thread Jean Charles Jabouille
Hi, you can start here: http://jakarta.apache.org/taglibs/ Martin Nad wrote: Hello! I have some idea to use jslt But I don't know which tag is support in the jslt. I have tried to find some documentation aobout the tag-list, But i couldent find any. And i wonder where i can find

[Q]i18n

2004-02-05 Thread Jean Charles Jabouille
hi, i have a struts application and i use jtsl taglibs. In order to internationalise my webpage, i use the taglibs-i18n taglib. I make my file correctly like -ApplicationResources.properties -ApplicationResources_fr.properties I'd like to know how i18n choose the appropriate language between the

Hashtable and JSTL

2003-11-26 Thread Jean Charles Jabouille
Hi, I d'like to know if it's possible to iterate on an hashtable object. For exemple, I have a project which contains hashtable. The project is in a session variable. Is it possible we foreach or differents taglibs ? Thanks -

stylesheet CSS with tiles

2003-11-06 Thread Jean Charles Jabouille
Hi, i'm a beninger in jstl and i have a problem. I use tilesDefinition.xml in order to define the different frame of my page. I created a CSS stylesheet and when I load my page, the style sheet work but not like I want. And when I load only a frame the stylesheet runs ok. Is it a struts conflit ?

Re: stylesheet CSS with tiles

2003-11-06 Thread Jean Charles Jabouille
Thanks for your help Adam, i found the solution with your method. Adam Hardy wrote: On 11/06/2003 11:40 AM Jean Charles Jabouille wrote: Hi, i'm a beninger in jstl and i have a problem. I use tilesDefinition.xml in order to define the different frame of my page. I created a CSS