RE: HTML frames or JSP templates?

2002-07-04 Thread fabrice dewasmes
hi I think you should use includes. why ? Because we've made a huge project using frames and realized that it is hard to maintain and it is really painful to always check if the frames are still there and if not reload them or what to reload when user clicks on this or that : you're losing trace

RE: Using Checkboxes

2002-07-02 Thread fabrice dewasmes
Hi you should use the indexed property. But you have to use struts1.1. Fabrice > -Message d'origine- > De : Anand Narayan [mailto:[EMAIL PROTECTED]] > Envoyé : mardi 2 juillet 2002 16:14 > À : [EMAIL PROTECTED] > Objet : Using Checkboxes > > > I am trying to use checkboxes in the followi

RE: query string

2002-07-02 Thread fabrice dewasmes
Hi, if you've got only one parameter here's what you should write Product 1 for more parameters it rapidly becomes more problematic : you have to pass a bean which has a map of paramName - value to build the whole link. Fabrice > -Message d'origine- > De : Billy Ng [mailto:[EMAIL PROT

RE: Problem with Struts 1.1b1 and Log4J 1.2.4

2002-07-02 Thread fabrice dewasmes
Hi, i had the same question. I haven't gone very deep in the problem but here's what i assumed : Struts makes use of log4j for its logging purpose. When it comes to initialize itself it happens that it loads your log4j but as it is yours you've got initialize it before any debug stuff get logged

finding key in message resource problem

2002-07-01 Thread fabrice dewasmes
Hi, My development environment is JBuilder5 + tomcat 4.0.3 + Struts 1.1 While working there evrything is ok but when i copy and paste my war in tomcat 4 and try to launch tomcat stand alone(this means without jbuilder) the messages can't be found and a servlet exception is thrown which message i

RE: missing key handling problem

2002-07-01 Thread fabrice dewasmes
OK this time i got it. But i'm really disappointed that the framework doesn't handle this. It's easy to do and i think i'm going to write a wrapper for this... Too bad ! Fabrice > -Message d'origine- > De : Nina-Annick Stranzenbach [mailto:[EMAIL PROTECTED]] > Envoye : lundi 1 juillet 2

RE: missing key handling problem

2002-07-01 Thread fabrice dewasmes
> Envoye : lundi 1 juillet 2002 13:40 > A : Struts Users Mailing List > Objet : Re: missing key handling problem > > > Hi, > > if you don't specify errors.header and/or errors.footer, a null string > is returned, in all other cases, you get the servlet exception. >

RE: missing key handling problem

2002-07-01 Thread fabrice dewasmes
> Objet : Re: missing key handling problem > > > Hi, > > if you don't specify errors.header and/or errors.footer, a null string > is returned, in all other cases, you get the servlet exception. > > > fabrice dewasmes wrote: > > >Hi ! > > >

missing key handling problem

2002-07-01 Thread fabrice dewasmes
Hi ! I'm wondering if someone has ever tested to ask for a message that is not present in the resource bundle. I'm using Struts 1.1 and configured null parameter of the message resource to true. However i receive a Sevlet exception which message is : Missing message for key mytest.test. Reading

RE: indexed property bug ???

2002-06-28 Thread fabrice dewasmes
ors); > // show the error on the main menu > return (new ActionForward(mapping.getInput())); > } > workflowitemsbean.add(workflowitembean); > } > // Save the reference to the workflowitemsbean in request scope. >

MessageResource strategy

2002-06-28 Thread fabrice dewasmes
Hi, no problem this time but a strategy question : is it advisable to put large blocks of html code under one message resource key ? Because sometimes you have styled text intermixed with bullets and you consider this as one content block. I'm reticent to store html code in the resource property

RE: indexed property bug ???

2002-06-28 Thread fabrice dewasmes
>} > > > >public String getVar2Label() { > >return this.var2label; > >} > > > >public void setVar3(String var3) { > >this.var3 = var3; > >} > > > >public String getVar3() { > >return this.var3;

RE: indexed property bug ???

2002-06-28 Thread fabrice dewasmes
;return this.var2; > >} > > > >public void setVar2Label(String var2label) { > >this.var2label = var2label; > >} > > > >public String getVar2Label() { > >return this.var2label; > > } > > > >

indexed property bug ???

2002-06-28 Thread fabrice dewasmes
Hello, i post this again as noone seems to care... has anyone ever tried to use the indexed property with Struts1.1 ? My problem is that i can't get it work when the form bean is in request scope. The collection that i'm getting from user input is null. Here's my jsp code :

RE: log4j and struts

2002-06-28 Thread fabrice dewasmes
on org.apache category. Hope this is clear enough. Don't hesitate if it's not... Fabrice DEWASMES > -Message d'origine- > De : Joe Latty [mailto:[EMAIL PROTECTED]] > Envoyé : vendredi 28 juin 2002 09:47 > À : Struts Users Mailing List > Objet : log4j and strut

get indexed property

2002-06-27 Thread fabrice dewasmes
out to be null. however making the scope 'session' gives the correctly filled collection (with the user input). am I doing something wrong or is there something special to do in the form bean ? thanks Fabrice DEWASMES -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

get indexed property

2002-06-27 Thread fabrice dewasmes
out to be null. however making the scope 'session' gives the correctly filled collection (with the user input). am I doing something wrong or is there something special to do in the form bean ? thanks Fabrice DEWASMES -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>