jps:useBean documentation?

2005-10-29 Thread Pierre Thibault
Hello, This question may seems stupid but where is the documentation the JSP tags? There is the doc at http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html for the JSTL but the tag jsp:useBean is not there like a lot of others. So where are they documented? -- A+ Pierre ---

How to replace ValidatorUtil

2005-08-24 Thread Pierre Thibault
Hello, I am a newbie to struts. I'm reading 'The Complete Reference Struts' to learn Struts and there are using ValidatorUtil. But it seems deprecated and I would like to know what I should use instead. Regards. - Pierre

How to replace ValidatorUtil

2005-08-24 Thread Pierre Thibault
Hello, I am a newbie to struts. I'm reading 'The Complete Reference Struts' to learn Struts and there are using ValidatorUtil. But it seems deprecated and I would like to know what I should use instead. Regards. - Pierre ---

Re: [To sum it up] Re: Confused

2005-06-14 Thread Pierre Thibault
Le 14 juin 2005 à 04:59, Stéphane Zuckerman a écrit : Hello Stéphane, ... Anyway, this little presentation is far from complete, and I suggest you read some doc about J2EE applications before going further with struts (java.sun.com is a good start). -- Stéphane Zuckerman The diff

Re: Confused

2005-06-14 Thread Pierre Thibault
Ok, I'll use Hibernate. Le 14 juin 2005 à 04:31, delbd a écrit : I could add, use EJBs only if you really can't do without them :D Things like Hibernate are more flexible an easy to use than EJB 2.0 and i heard the EJB 3.0 specs will be very similar to what current ORMapping like Hibernate

Re: Confused

2005-06-13 Thread Pierre Thibault
Yes, I want to use Beans. Do you mean that I can use servlets, JSP and taglibs without J2EE? Le 13 juin 2005 à 16:42, Dave Newton a écrit : Pierre Thibault wrote: There are talking about Tomcat but not about JBoss. I'll continue with JBoss because I want to access J2EE. I thin

Re: Confused

2005-06-13 Thread Pierre Thibault
Le 13 juin 2005 à 08:00, [EMAIL PROTECTED] a écrit : Pierre, Struts is no longer a sub-project of Jakarta but is now on its own. Struts is alive and kicking: http://struts.apache.org/ Happy to hear that. You can look at section 6 [this might help]: http://struts.apache.org/userGuide/index

Confused

2005-06-12 Thread Pierre Thibault
Hello, I am new to Struts and I am a bit confused. I would like some light. I have just installed Tomcat 5 for Java WSDP. Do I need this version to make Struts development or can I use the regular 5.5 version too? I have installed both. I also saw that Struts is listed in the Ex-Jakarta se