Struts-layout menu tag : scrollbar possible?

2002-01-15 Thread DUPRAT Alexandre
Hi, I currently use struts-layout menu tag witch work fine with struts-template. My problem is that my menu is a dynamic one : it can go larger if i insert long named nodes. This is making node to wrap on next line, not so nice... How can i avoid this? How can i have something like a horizontal

RE: First try using Tiles - what appends ?

2002-01-14 Thread DUPRAT Alexandre
with Tiles ? Do they work for you ? Check if you really use Tomcat 3.2.3. Cedric DUPRAT Alexandre wrote: Hi, I'm trying using tiles for the first time in order to mix struts-menu and tiles (or template with is similar if i understand the good way). my first try is using the classicLayout.jsp

First try using Tiles - what appends ?

2002-01-11 Thread DUPRAT Alexandre
Hi, I'm trying using tiles for the first time in order to mix struts-menu and tiles (or template with is similar if i understand the good way). my first try is using the classicLayout.jsp for tiles tutorial and my index page lookin like : %@ taglib uri=/WEB-INF/tiles.tld prefix=tiles %

RE: Parser error while testing struts-layout

2002-01-04 Thread DUPRAT Alexandre
strut-layout\WEB-INF\lib\common-digester.jar seems to make all go round. Thanks Jean-Noel for help and a good article found at http://www.develop.com/downloads/DevWPJav.pdf (it enlighted the first exception message) I hope i can now use struts tree-view. -Message d'origine- De: DUPRAT

Parser error while testing struts-layout

2002-01-03 Thread DUPRAT Alexandre
Hi all, Happy new year :-) I'm currently testing struts-layout found at : http://struts.application-servers.com/ when deploying on tomcat 3.2.3 i got errors like : Digester.getParser: javax.xml.parsers.ParserConfigurationException: Namespace not supported by SAXParser at

RE: Parser error while testing struts-layout

2002-01-03 Thread DUPRAT Alexandre
Jean-Noel : I just tried replacing my digester 1.0 by 1.1.1 I got a different error : Digester.getParser: javax.xml.parsers.ParserConfigurationException: Namespace not supported by SAXParser at com.sun.xml.parser.SAXParserImpl.init(SAXParserImpl.java:60) at

RE: Parser error while testing struts-layout

2002-01-03 Thread DUPRAT Alexandre
I put xerces.jar in WEB-INF/lib but it doesn't change anything. Error appends when i start tomcat, not while running the webapp. Tomcat server can't start with struts-layout. It was starting with struts-example and our struts application... The first error was a ClassNotFoundException for

RE: How to use SytleSheet in Structs?

2001-11-29 Thread DUPRAT Alexandre
I think you can look at style, styleClass and styleId in html tags. we use something like : LINK REL = stylesheet TYPE=text/css HREF= maquette.css in the head of page. and form:text styleClass=classId property=myProperty/ for struts tags Hope this helps Alex. -Message d'origine-

RE: If someone is interested

2001-11-16 Thread DUPRAT Alexandre
Hi Yuriy, it's a really good site. I think you cover most interesting things. Coul'd I have a look at the source too? thanks Alexandre -Message d'origine- De: Martin Farrell [mailto:[EMAIL PROTECTED]] Date: vendredi 16 novembre 2001 11:32 À: 'Struts Users Mailing List' Objet: RE: If

RE: Knowing where you came from

2001-10-25 Thread DUPRAT Alexandre
Hi, I would be pretty interresting to know what is the action mapping when validating an ActionForm. We are using one form bean for 3 actions. We need to know what is the current action but the form is validating before going to action.perform() :-( do something exist to help us? -Message

RE: how to get the position when iterating over a vector?

2001-10-18 Thread DUPRAT Alexandre
iteration.[RT Expr] Mark -Original Message- From: DUPRAT Alexandre [mailto:[EMAIL PROTECTED]] Sent: 17 October 2001 08:43 To: '[EMAIL PROTECTED]' Subject: how to get the position when iterating over a vector? Hi all, I would like to know how I can get the position of an object

RE: User-messages from Action-Class to JSP

2001-09-25 Thread DUPRAT Alexandre
I don't jnow about your firs question but for the second one : you can write error message if you specify the input page in your action mapping. then you use html:errors/ in your formular in front of each field. The validade method of your FormBean must register error for the appropriate

RE: Validating a form

2001-08-20 Thread DUPRAT Alexandre
PROTECTED]' Objet: Re: Validation a form On Mon, 6 Aug 2001, DUPRAT Alexandre wrote: hi, How can i validate a form? I tried : public ActionErrors validate(ActionMapping mapping, HttpServletRequest req) { ActionErrors errors= new ActionErrors(); if(! getSqlQuery().startsWith

RE: Validating a form

2001-08-20 Thread DUPRAT Alexandre
/ forward name=echec path=/echec.jsp / /action where the input attribute should contain the name of the JSP you use to input for the requete action (I assumed it to be '/requete.jsp'). Regards, Guus - Original Message - From: DUPRAT Alexandre [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

RE: ABSOLUTELY WORLDS NO. 1 ..MEGA !

2001-08-16 Thread DUPRAT Alexandre
I've got this message too. How can i be removed from this mailing list? Is there any link with struts? This project is relly hot :-) -Message d'origine- De: Greg Lehane [mailto:[EMAIL PROTECTED]] Date: mercredi 15 août 2001 00:04 À: [EMAIL PROTECTED] Objet: RE: ABSOLUTELY WORLDS NO. 1

RE: Validation a form

2001-08-10 Thread DUPRAT Alexandre
PROTECTED] mailto:[EMAIL PROTECTED] ] Date: mercredi 8 août 2001 10:26 À: [EMAIL PROTECTED] Objet: Re: Validation a form But what is the specific error ? - Original Message - From: DUPRAT Alexandre [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 11:31 PM Subject: RE

RE: Validation a form

2001-08-08 Thread DUPRAT Alexandre
is called in my Action class) -Message d'origine- De: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Date: lundi 6 août 2001 18:35 À: '[EMAIL PROTECTED]' Objet: Re: Validation a form On Mon, 6 Aug 2001, DUPRAT Alexandre wrote: hi, How can i validate a form? I tried : public

Validation a form

2001-08-06 Thread DUPRAT Alexandre
hi, How can i validate a form? I tried : public ActionErrors validate(ActionMapping mapping, HttpServletRequest req) { ActionErrors errors= new ActionErrors(); if(! getSqlQuery().startsWith(select)){ ActionError error = new ActionError(error.requete);

RE: Antwort: Validation a form

2001-08-06 Thread DUPRAT Alexandre
. -Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Date: lundi 6 août 2001 16:14 À: [EMAIL PROTECTED] Objet: Antwort: Validation a form Did you enable validate=true in struts-config.xml for that action? Regards -- Tobias DUPRAT Alexandre [EMAIL PROTECTED

struts and log4J

2001-07-31 Thread DUPRAT Alexandre
Hi all, I'm a newbie in struts. I'd like to use log4J with struts. I don't know where i must do the log4J configuration. In another servlet, i would do it in init method but i would like to use ActionServlet. Where can i put code like : BasicConfigurator.configure() . ? Thanks for help.

RE: struts and log4J

2001-07-31 Thread DUPRAT Alexandre
Thanks Mark and Arnaud for help. Both soluces are working. -Message d'origine- De: Heritier Arnaud [mailto:[EMAIL PROTECTED]] Date: mardi 31 juillet 2001 11:36 À: '[EMAIL PROTECTED]' Objet: RE: struts and log4J Why don't extends the Action servlet ??? You can create a MyActionServlet