RE: [appfuse-user] Struts2 problem

2007-10-02 Thread benoit moraillon
THANKS ! -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Matt Raible Envoyé : mardi 2 octobre 2007 22:50 À : users@appfuse.dev.java.net Objet : Re: [appfuse-user] Struts2 problem Here's the issue in XWork's JIRA. I added a patch to

Re: [appfuse-user] Struts2 problem

2007-10-02 Thread Matt Raible
: users@appfuse.dev.java.net > Sent: Tuesday, October 2, 2007 2:19:55 AM (GMT-0800) America/Los_Angeles > Subject: Re: [appfuse-user] Struts2 problem > > > I know Matt posted a blog entry covering exactly this topic. I cannot access > his site at the moment from work (some sort o

Re: [appfuse-user] Struts2 problem

2007-10-02 Thread Nathan Anderson
9:55 AM (GMT-0800) America/Los_Angeles Subject: Re: [appfuse-user] Struts2 problem I know Matt posted a blog entry covering exactly this topic. I cannot access his site at the moment from work (some sort of networking issue), but have a hunt though the blog on http://www.raibledesigns.com and

Re: [appfuse-user] Struts2 problem

2007-10-02 Thread Michael Horwitz
bre 2007 10:43 > À : users@appfuse.dev.java.net > Objet : Re: [appfuse-user] Struts2 problem > > Okay found the solution [of course right _after_ posting to the list ;) ]. > First thing is I described the problem a little bit wrong. The List is > stored in the application cont

RE: [appfuse-user] Struts2 problem

2007-10-02 Thread benoit moraillon
I just want to know how to get an error message instead of a blank page for this case. Have you got any idea ? Thanks, Benoît. -Message d'origine- De : Nathan Anderson [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 octobre 2007 10:43 À : users@appfuse.dev.java.net Objet : Re: [appfuse

RE: [appfuse-user] Struts2 problem

2007-10-02 Thread benoit moraillon
Hi, I'm very interrested also by this case. -Message d'origine- De : Nathan Anderson [mailto:[EMAIL PROTECTED] Envoyé : mardi 2 octobre 2007 10:23 À : users Objet : [appfuse-user] Struts2 problem Howdy folks, I'm in this weird predicament where I have an error on my Struts 2 JSP page

Re: [appfuse-user] Struts2 problem

2007-10-02 Thread Nathan Anderson
Okay found the solution [of course right _after_ posting to the list ;) ]. First thing is I described the problem a little bit wrong. The List is stored in the application context, not the session. Here is the tag that works. Hope that helps someone not get stuck ;) Nathan - Or