Re: Struts is not recommended by Craig..

2012-02-12 Thread Peter Nguyen
Well given that Craig is the co-spec lead for JSF, I'm not too surprised that he's pushing for it given that JSF is a standard. On Mon, Feb 13, 2012 at 5:10 AM, Antonio Petrelli < antonio.petre...@gmail.com> wrote: > 2012/2/12 Frans Thamura > > > anyone may be know Craig McClannahan > > > > he

RE: AJAX file upload

2010-12-01 Thread Peter Nguyen
Dave, This seems to be a recurring piece of advice with regards to the use of the struts 2 dojo plugin. Out of curiosity, is there any reason why the plugin is still included in the latest releases? Peter. -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: Thurs

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-27 Thread Peter Nguyen
Li, I think the issue is here is most likely point 3. When the form is submitted, I suspect struts is trying to call getListe(int) to retrieve a Personne bean before calling the respective setters. So in this case, Dominque probably just needs an additional getter in the action form that will

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Peter Nguyen
Lol. Guys you're not serious about not knowing who Tim Berners Lee is ?! :D Roger, what does your form bean look like? How have you backed your indexed property? Peter. -Original Message- From: Dominique JUSTE [mailto:dju...@yahoo.com] Sent: Saturday, 27 November 2010 4:54 AM To: Strut

Re: Initial setup

2010-11-22 Thread Peter Nguyen
http://struts.apache.org/2.2.1/index.html On Sun, Nov 21, 2010 at 7:08 PM, Brajesh Patel wrote: > Hi all, > Please provide initial setup guide for struts, it will great help for me. > > -- > Thanks > Brajesh Patel >

Struts 2 convention plugin & tiles support

2010-02-13 Thread Peter Nguyen
Hi, I'm currently looking at the Struts 2 Convention plugin for small project as a means of zero configuration, however I'm also looking to use tiles for my templating. Does anyone know if there's any documentation on supported result types for the convention plugin (other than the default dispatc