Groovie wrote:
> 
> Dear sirs,
> 
> i have the problem, that i can only read from managed-beans, but
> unable to change their attribute values, nor i am able to call
> a action. It looks like a one-dataflow.
> 
> Here is the managed-beans config:
> 
> <managed-bean>
>       <managed-bean-name>loginBean</managed-bean-name>
> 
> <managed-bean-class>org.blueprint01.app.ui.login.LoginBean</managed-bean-class>
>       <managed-bean-scope>session</managed-bean-scope>
> </managed-bean>
> 
> <managed-bean>
>       <managed-bean-name>loginController</managed-bean-name>
>   
> <managed-bean-class>de.axa.wz.blueprint01.app.ui.login.LoginController</managed-bean-class>
>       <managed-bean-scope>session</managed-bean-scope>
> </managed-bean>
> 
> The first bean is  used to keep a session long data, where my controller
> is only needed to ... perform a callback in my attached Controller-Bean.
> 
> I have the impression, that the exposed date, that is beeing sent back
> (modified)  cannot be correctly identified. The Log-File shows a strange
> message:
> 
> ERROR ViewHandlerImpl:101 - renderView - view id '/pages/login.jsp'; view
> root: '[EMAIL PROTECTED]'
> 
> You may noticed, that /pages/login.jsp is the Page, that was used
> to sent out the data, and finally also needed to decorde the invoming
> HTML-Message.
> 
> Somebody has a idea, what's the problem or how i get can 
> get it! Yes i do use 2.0.18.
> 
> Thanks in advance....
> 
> ___
> PS: The bean attributes are of course writable.
> 

-- 
View this message in context: 
http://www.nabble.com/-TOBAGO--serious-problems-with-managed-bean%27s-tp19710817p19710822.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to