RE: jstl not working when i use a web.xml file

2004-08-19 Thread Simon Benzekri
Hello Jeff, Try this as the top line in web.xml file. web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd version=2.4 all other declaraqtions /web-app

RE: JSTL 1.0 and the function library

2004-08-17 Thread Simon Benzekri
I think you mean http://www.servletsuite.com/ on the left side of the screen under products server side. :-) Simon -Original Message- From: Þorgils Völundarson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 6:35 AM To: Tag Libraries Users List Subject: Re: JSTL 1.0 and the

RE: When are tags executed?

2004-08-11 Thread Simon Benzekri
When you say real time validation's Do you mean that all your validation is javascript?. -Original Message- From: michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 10:48 AM To: Tag Libraries Users List Subject: Re: When are tags executed? The tags are used to create

RE: jstl, jsf , struts or ...

2004-07-28 Thread Simon Benzekri
I strongly suggest you download a demo of JSF you will be, as I was, very impressed with the power of it. Look up http://horstmann.com/corejsf/ for an intro. This other site will answer most of your questions as to were JSF struts fit. http://www.jsfcentral.com/ Cheers, Simon -Original

RE: [JSTL] Indexed array variable

2004-06-02 Thread Simon Benzekri
Good idea but how will multi-dimensional arrays be populated? Simon -Original Message- From: Helios Alonso [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 9:48 AM To: Tag Libraries Users List Subject: RE: [JSTL] Indexed array variable It would be great. I think it's very

RE: [JSTL] Indexed array variable

2004-06-02 Thread Simon Benzekri
whose elements may themselves each refer to another one-dimensional array, and so on. What do you think? Derek -Original Message- From: Simon Benzekri Sent: June 2, 2004 10:10 AM To: Tag Libraries Users List Subject: RE: [JSTL] Indexed array variable Good idea but how will multi