Re: SV: SV: SV: SV: SV: How to initialize a bean before initial display

2007-04-27 Thread Gary VanMatre
>From: AM101 <[EMAIL PROTECTED]> > > > That was a typo...here is exception message again after changing it to > managed-bean-name... > > Servlet.service() for servlet jsp threw exception > javax.faces.el.ReferenceSyntaxException: Invalid expression: > '[EMAIL PROTECTED]' > It looks like yo

Re: SV: SV: SV: SV: SV: How to initialize a bean before initial display

2007-04-27 Thread AM101
That was a typo...here is exception message again after changing it to managed-bean-name... Servlet.service() for servlet jsp threw exception javax.faces.el.ReferenceSyntaxException: Invalid expression: '[EMAIL PROTECTED]' Hermod Opstvedt wrote: > > Hi > > Its' managed-bean-name, not member-be

SV: SV: SV: SV: SV: How to initialize a bean before initial display

2007-04-27 Thread Hermod Opstvedt
Hi Its' managed-bean-name, not member-bean-name. This is the implicit mapping that Shale does. Hermod -Opprinnelig melding- Fra: AM101 [mailto:[EMAIL PROTECTED] Sendt: 27. april 2007 19:45 Til: user@shale.apache.org Emne: Re: SV: SV: SV: SV: How to initialize a bean before initial dis

Re: SV: SV: SV: SV: How to initialize a bean before initial display

2007-04-27 Thread AM101
I added backing bean entry in my faces-config.xml file: jspx$login com.foo.ui.view.backing.Login request and I also added in my login.jspx page. But now I get ReferenceSyntaxException. Stack Trace: ###

SV: SV: SV: SV: How to initialize a bean before initial display

2007-04-27 Thread Hermod Opstvedt
Hi What is the name of the view and bean? Example: If yor view is /lists.jsf the the bean must be defined as lists If your view is /member/info.jsf, then the bean must be defined as member$info And so on. Hermod -Opprinnelig melding- Fra: AM101 [mailto:[EMAIL PROTECTED] Sendt: 27.

Re: SV: SV: SV: How to initialize a bean before initial display

2007-04-27 Thread AM101
My backing bean is request-scoped and it is mapped in faces-config.xml. But I am using ADF and now I want to use shale going forward. I added shale-application.jar, shale-core.jar and shale-view.jar to my existing library. I also modified web.xml and added following entries:

Re: Submitted values lost - view is "refilled" everytime with model values

2007-04-27 Thread Gary VanMatre
>From: Torsten Krah <[EMAIL PROTECTED]> >Hm did many Debug Points. > >My RequestParameterMap got the entered values. >They are applied to my components in Phase 2 - setLocalValueSet is >called with set = true. > >Now Phase 3 fails and Lifecycle goes to Phase 6. >Now a fresh tree is rendered , beca

Re: SV: Submitted values lost - view is "refilled" everytime with model values

2007-04-27 Thread Torsten Krah
Hm read 410 issue but don't "see" the connection yet, can you be a bit more detailed about it? Torsten Am Donnerstag, den 26.04.2007, 21:46 +0200 schrieb Hermod Opstvedt: > Hi > > I think this is related to [1], since you are missing stuff from scope > > [1] https://issues.apache.org/struts/bro