any experience in Display tag library vs Struts Layout ?

2005-11-11 Thread arnaud gonzales
Hello, I have would to know your point of vue between this two tag lib. Does integration of displayTag is easy an more flexible than struts Layout? Thanks in advance for sharing your experiences. Regards -- Cordialement, Arnaud Gonzales.

Re: Using Struts indexed properties, List, in a form with table-layout

2005-11-10 Thread arnaud gonzales
Here is the tips: 2005/11/10, arnaud gonzales <[EMAIL PROTECTED]>: > > Hello, > I would like to iterate the DTO's List of my ActionForm with > > like i will do with : > > > ="true"/> > > > The result i try to achiev

Using Struts indexed properties, List, in a form with table-layout

2005-11-10 Thread arnaud gonzales
"login", "email", "tel" I want to obtain something like that Here is my testing code: Here is my code . Thanks in advance -- Cordialement, Arnaud Gonzales.

using a lookupDispatchAction to implement a WIZARD Form

2005-11-08 Thread arnaud gonzales
on resets my form simple properties according to what it find in the request, i imagine, and does not to the DTO List properties ?? Finally, what is the goal the ViewStep1 action, ViewStep2 and so on ? Thanks in advance Struts config for the wizard: -- Cordialement, Arnaud Gonzales.

user@struts.apache.org

2005-11-07 Thread arnaud gonzales
Hello, I'm searching the manner to do a reverse iteration, any idea ? Thanks in advance -- Cordialement, Arnaud Gonzales.

accessing from jsp to the size of a list property of my FormBean

2005-11-07 Thread arnaud gonzales
Hello, I would like to do something in my jsp if the size of the list property 'LAdressesLivraison' of my Form bean 'CreateAccesForm' is greater than 0: I can't have the size of my list like this do something thanks in advance -- Cordialement, Arnaud Gonzales.

lookupdispatchaction and validator

2005-11-02 Thread arnaud gonzales
hello, I'm trying to use validator with lookupdispatchaction, it will be great to generate the client JS validation. Have you any links, samples? Thanks in advance -- Regards Arnaud Gonzales.