RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Dominique JUSTE
Hello Peter, Thanks for your reply. You may download the project at this URL : http://athe.pagesperso-orange.fr/EssaiA.zip zip file contains Java sources in /WEB-INF/src :-) you will find a small part of the real project, this one is very big. Here's the form bean : package bean; import org.

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread Dave Newton
c:import, c:param, etc. Actually did my last few projects using just that and it worked fine, although I didn't do any real performance comparisons. I suspect it's not adequate for some common usecases, but for all the stuff I'm currently involved in, it's fine. Dave On Fri, Nov 26, 2010 at 5:10

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: Recommended technology for pages layout in Struts2

2010-11-26 Thread webmeiker
What do you mean? (jsp includes and things like that?) 2010/11/26 Dave Newton > For lots of stuff I just use JSP's built-in mechanisms. > > On Fri, Nov 26, 2010 at 4:39 AM, Maurizio Cucchiara < > maurizio.cucchi...@gmail.com> wrote: > > > I prefer SM. You should consider that both use different

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Brian Thompson
Just a guy who had a cool idea once ... the web (easily googled for details). Brian Sent via my Droid, Eka. On Nov 26, 2010 11:53 AM, "Maurizio Cucchiara" wrote: >> you've listed 5 people who are more well known than Tim Berners-Lee > Who the hell is TimBL? > Wait... I know is a member of genesi

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Dominique JUSTE
Are the Bangles Struts expert ?... Are they as skilled in Struts as singing ?... :) --- En date de : Ven 26.11.10, Martin Gainty a écrit : > De: Martin Gainty > Objet: RE: javax.servlet.ServletException: BeanUtils.populate > À: "Struts Users Mailing List" > Date: Vendredi 26 novembre 2010, 18

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Maurizio Cucchiara
> you've listed 5 people who are more well known than Tim Berners-Lee Who the hell is TimBL? Wait... I know is a member of genesis 2010/11/26 Martin Gainty : -- Maurizio Cucchiara - To unsubscribe, e-mail: user-unsubscr...@strut

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Martin Gainty
you've listed 5 people who are more well known than Tim Berners-Lee Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir

Re: Struts 2 Testing - odd behaviour

2010-11-26 Thread Dave Newton
On Fri, Nov 26, 2010 at 12:09 PM, Ashlon Hill wrote: > so there is a typo in value="{platformName}" ? > If not in functionality (I'm not sure what that would do) then in clarity: either use an OGNL escape, or don't, but don't go 50%. Dave

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Maurizio Cucchiara
Susanna Hoffs – vocals/guitars Vicki Peterson – vocals/guitars/bass guitar Debbi Peterson – vocals/drums/bass guitar Annette Zilinskas – vocals/bass guitar (1982–1983) Michael Steele – vocals/bass guitar/guitars (1983–2005) Did I win something? 2010/11/26 Martin Gainty : > who are the Bangles? >

Re: Struts 2 Testing - odd behaviour

2010-11-26 Thread Ashlon Hill
Dave, I'm just following, so there is a typo in value="{platformName}" ? On Fri, Nov 26, 2010 at 7:05 AM, Dave Newton wrote: > After fixing the typo in the "value" attribute. > > On Fri, Nov 26, 2010 at 6:55 AM, Maurizio Cucchiara < > maurizio.cucchi...@gmail.com> wrote: > > > Could you post

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Dominique JUSTE
Hello Martin, What do you mean ? --- En date de : Ven 26.11.10, Martin Gainty a écrit : > De: Martin Gainty > Objet: RE: javax.servlet.ServletException: BeanUtils.populate > À: "Struts Users Mailing List" > Date: Vendredi 26 novembre 2010, 17h50 > > who are the Bangles? > > Martin ---

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Dominique JUSTE
No problem, Dave. Any idea about my problem ?... As I'm supposed to release this application on the 15th December, I'm getting worse... I found a solution, but I really want to understand my error. Thanks, Dom --- En date de : Ven 26.11.10, Dave Newton a écrit : > De: Dave Newton > Objet

RE: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Martin Gainty
who are the Bangles? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Wei

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Dave Newton
Oh. I'm sorry, I completely missed the nested tags (not sure how I missed it, though :) Sorry for the confusion. Dave On Fri, Nov 26, 2010 at 8:29 AM, Dominique JUSTE wrote: > Thank you Dave, > > Let me show you the generated HTML file : > > > > > >

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Dominique JUSTE
Thank you Dave, Let me show you the generated HTML file : Nom Prénom Nom

Re: Struts 2 Testing - odd behaviour

2010-11-26 Thread Dave Newton
After fixing the typo in the "value" attribute. On Fri, Nov 26, 2010 at 6:55 AM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > Could you post the generated html? > > 2010/11/26 RogerV : > > > > Hi > > > > I guess this is not strictly a Struts problem, but I thought someone here > >

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Dave Newton
There's nothing in the form that indicates it's an indexed property/collection. On Fri, Nov 26, 2010 at 5:40 AM, Dominique JUSTE wrote: > > Hello all, > > Thanks a lot for your replies. As I'm French, I hope I will clearly expose > my problem. It has been a long time since my last English draft.

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread Dave Newton
For lots of stuff I just use JSP's built-in mechanisms. On Fri, Nov 26, 2010 at 4:39 AM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > I prefer SM. You should consider that both use different approaches: > 1. tiles uses composition pattern. > 2. SM decoration pattern instead. > > SM

Re: Struts 2 Testing - odd behaviour

2010-11-26 Thread Maurizio Cucchiara
Could you post the generated html? 2010/11/26 RogerV : > > Hi > > I guess this is not strictly a Struts problem, but I thought someone here > might have seen this. When I display the jsp page listed below in Firefox, > IE8, Safari and Chrome, pressing "Menu" gives me a no such method menu() > exce

Struts 2 Testing - odd behaviour

2010-11-26 Thread RogerV
Hi I guess this is not strictly a Struts problem, but I thought someone here might have seen this. When I display the jsp page listed below in Firefox, IE8, Safari and Chrome, pressing "Menu" gives me a no such method menu() exception which is expected since the underlying action has no menu() me

Re: javax.servlet.ServletException: BeanUtils.populate

2010-11-26 Thread Dominique JUSTE
Hello all, Thanks a lot for your replies. As I'm French, I hope I will clearly expose my problem. It has been a long time since my last English draft. :) I've worked for one month on an application. It was created with Woody framework, which is no longer supported. Consequently my mission is t

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread Maurizio Cucchiara
I prefer SM. You should consider that both use different approaches: 1. tiles uses composition pattern. 2. SM decoration pattern instead. SM needs to wrap every response, in order to decorate them, and after sends output to browser. So if one of your goals is performance or even you need to handle

Links not working : http://struts.apache.org/2.2.1/index.html

2010-11-26 Thread Jayson Joseph Chacko
Hi Guys, A couple of links on http://struts.apache.org/2.2.1/index.html are now 404, - http://struts.apache.org/2.2.1/struts2-archetypes/index.html - https://issues.apache.org/struts/ These are linked from the left side bar Regards, Jayson

Re: Recommended technology for pages layout in Struts2

2010-11-26 Thread Volker Karlmeier
I prefer tiles :) Am 26.11.2010 um 08:55 schrieb webmeiker : > Hi, > > Based on your experience, what do you consider the “best” technology for > layout in Struts2? > > Do you recommend me Sitemesh, Tiles2 or what? > > > > (Personally, I think the latest should be the “best”, because it’s de