html:form in a html:logic

2003-07-21 Thread bruno . morin
Hello, When I try to execute the following Jsp code logic:equal name=responseActionForm property=aBoolean value=true html:form method=post action=/action1.do /logic:equal logic:equal name=responseActionForm property=aBoolean value=false html:form method=post action=/action2.do

Réf. : RE: html:form in a html:logic

2003-07-21 Thread bruno . morin
thanks Alex. I should have thought about it sooner. Everything is allright now. bruno. Alex

[Struts 1.0.2] How to detect errors in JSP

2003-07-18 Thread bruno . morin
Hello, I need to know if there are errors message or not in my JSP. I tried logic:present name=org.apache.struts.action.ERROR scope =request but it don't work. How to do that with Struts 1.0.2 ? Thank you for your help. Bruno. Cet e-mail et ses annexes (le message) sont strictement

Struts 1.0 taglib bean version

2002-01-31 Thread bruno . morin
ref. http://jakarta.apache.org/struts/struts-bean.html#message The taglib bean:message indicate 2 parameters : name property but they're not declared in the struts-bean.tld Why ? Thank you -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Struts 1.0 and bean:message

2002-01-31 Thread bruno . morin
ref. http://jakarta.apache.org/struts/struts-bean.html#message The taglib bean:message indicate 2 parameters : name property but they're not declared in the struts-bean.tld Why ? Thank you -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Struts 1.0 and Websphere 3.5.2

2002-01-28 Thread bruno . morin
) at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRu nnable.run(SQWrapperEventSource.java:216) at com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run (OutOfProcThread.java:248) at java.lang.Thread.run(Thread.java:481) Thanks you for your help. Bruno Morin

Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread bruno . morin
I need to configure my application by Xml. Is it possible to add personnal XmlTags in the Struts-Config.xml file and manipulate them in a Action class with the Digester ? Thxs. Bruno

RE: Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread bruno . morin
I have an application-config.xml. But how my application could know the name of the file without using a constants file ? -Message d'origine- De: Gregor Rayman [mailto:[EMAIL PROTECTED]] Date: jeudi 4 octobre 2001 15:41 À: [EMAIL PROTECTED] Objet: Re: Adding Xml Tag in

RE: Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread bruno . morin
It's not a problem for the file name but for the directory name of the file configuration. If the directory change, i don't want to recompile my app. -Message d'origine- De: Gregor Rayman [mailto:[EMAIL PROTECTED]] Date: jeudi 4 octobre 2001 15:57 À: [EMAIL PROTECTED] Objet: Re: Adding

RE: Using html:errors/

2001-09-26 Thread bruno . morin
Is the error.company.updatecollision defined in the ApplicationResources.properties files in the Web-inf/classes/ repertory ? -Message d'origine- De: Anna Englund [mailto:[EMAIL PROTECTED]] Date: mercredi 26 septembre 2001 15:55 À: [EMAIL PROTECTED] Objet: Using html:errors/ Hi, I'm

RE: Using html:errors/

2001-09-26 Thread bruno . morin
If she hadn't declare the struts-html.tld, she should have a struts error message like html tag is not defined -Message d'origine- De: Jonathan M Crater [mailto:[EMAIL PROTECTED]] Date: mercredi 26 septembre 2001 15:58 À: [EMAIL PROTECTED] Objet: Re: Using html:errors/ are you

RE: Using html:errors/

2001-09-26 Thread bruno . morin
You're right. Apologies to Jonathan M Crater -Message d'origine- De: David Winterfeldt [mailto:[EMAIL PROTECTED]] Date: mercredi 26 septembre 2001 16:11 À: [EMAIL PROTECTED] Objet: RE: Using html:errors/ If you don't declare the taglib at the top of the JSP, you won't get any error

[Newbie] Display multiple error messages in a list

2001-09-25 Thread bruno . morin
by example) ? Thanks by advance. Bruno Morin.

RE: [Newbie] Display multiple error messages in a list

2001-09-25 Thread bruno . morin
It would be a great solution to have such attribute in the html:errors/ tag. I don't don't find any good solution to solve this problem but create a new error tag. -Message d'origine- De: Brian K. Buckley [mailto:[EMAIL PROTECTED]] Date: mardi 25 septembre 2001 11:26 À: [EMAIL

RE: Lost of ActionForm

2001-09-25 Thread bruno . morin
is display by the Welcome.jsp. Why ? Do yo have an idea about it ? Thanks by advance. Bruno Morin