Checkboxlist - bind to List

2007-09-01 Thread Moacir Cardoso
Hello!, I´m trying to bind some checkbox values to one parameterized List. Lets say List. Is it possible? in Jsp: list="#{'1':'Car1','2':'Car2','3':'Car3'}"> in Action: private List myList; .. gets and sets. Moa ;-) - To u

Re: Struts 2 !!!OK!!! cannot we live without Spring?

2007-09-01 Thread Jeromy Evans
Hi Hayrol, I'm currently involved with a a). S2 project that doesn't use any IOC framework, b). one that uses S2+Guice, c). another with S2+Spring and other d). with S2+EJB3 (all with JPA/Hibernate3) a) If you don't use an IOC framework you'll find you have to provide services to your action

RE: Animated Tutorial for Struts2

2007-09-01 Thread msalavi
Dear all, According to previous email, with this tutorial I want to show the deferences between frameworks in very quick visual tutorial, but in Mr. Kumar's link there is 72 links to learn struts carefully. I think if we can understand from this tutorial that how does struts work, we can

Re: Struts 2 !!!OK!!! cannot we live without Spring?

2007-09-01 Thread Adam Hardy
Hayrol Reyes Mejía on 01/09/07 17:41, wrote: Ok, thanks guys. But it's not completely clear for me why to use: Struts2 + Spring2 + Hibernate3 ... if I can do the same with Struts2 + Hibernate3 avoiding a layer of possible problems. Maybe it's because I think of a MVC framework that provide me al

RE: Animated Tutorial for Struts2

2007-09-01 Thread Deepak Kumar
Hi, Please check http://www.roseindia.net/struts/struts2 Thanks; -Original Message- From: André Faria [mailto:[EMAIL PROTECTED] Sent: Saturday, September 01, 2007 9:32 PM To: Struts Users Mailing List Subject: Re: Animated Tutorial for Struts2 Good Work!!! I'll show it to my staff, th

RE: Struts 2 !!!OK!!! cannot we live without Spring?

2007-09-01 Thread Dave Newton
--- Hayrol Reyes Mejía wrote: > Maybe it's because I think of a MVC framework that > provide me all the necessary to build the View of > the application with JSP the controler with Actions > and Mappings and the interface model with Hibernate > without the need to look away for other solutions

RE: Struts 2 !!!OK!!! cannot we live without Spring?

2007-09-01 Thread Hayrol Reyes Mejía
Ok, thanks guys. But it's not completely clear for me why to use: Struts2 + Spring2 + Hibernate3 ... if I can do the same with Struts2 + Hibernate3 avoiding a layer of possible problems. Maybe it's because I think of a MVC framework that provide me all the necessary to build the View of the ap

Re: Animated Tutorial for Struts2

2007-09-01 Thread André Faria
Good Work!!! I'll show it to my staff, they are learning Struts 2... Regards, André Faria from Brazil msalavi escreveu: Dear all, In order to better understanding and using of Struts2, I have created the Animated Tutorial for Struts2 that shows how does struts work. My goal for

Animated Tutorial for Struts2

2007-09-01 Thread msalavi
Dear all, In order to better understanding and using of Struts2, I have created the Animated Tutorial for Struts2 that shows how does struts work. My goal for creating this document was to show basic primitives such as request scope value stack, action classes and objects to some

request related problem

2007-09-01 Thread abhiram
hi!! i dont think this is a struts related question.. but.. is there any way to know when a request dies (apart from our own logical reasoning).. like any method to find out or can we write api such that a request gives out a System.out.println("i'm dying") just before it ends and similar output

Reg : Client side Validation on Indexed Collection

2007-09-01 Thread kukreja sanjeev
Hi , I am trying to put validations on indexed collection. Is there any way I can have that in validation-.xml file. It would be great if you can pls.throw some light on it. Thanks in advance, Sanjeev - Looking for a deal? Find great pri

Re: MVC2 question

2007-09-01 Thread debussy007
Instead of having one front servlet, have one servlet for one action. Sounds more oriented object to me. newton.dave wrote: > > --- debussy007 <[EMAIL PROTECTED]> wrote: >> what is the benfit of having the front controller >> dispatching the request to the appropriate > controllers? >> Why no