Do you have an h:messages page in your page so you can see conversion/validation error messages? If not, try adding one..

Regards,
Simon

Arvid Hülsebus schrieb:
Hello

The log message in ViewHandlerImpl:101 has the wrong level. It's just debug 
info, not an error. I fixed that in the code.

I think we need more info to determine, what goes wrong: Java and JSP snippets 
of the relevant areas. Perhaps a bigger chunk of the log file could help, too.

Best regards
Arvid


-----Original Message-----
From: Groovie [mailto:[EMAIL PROTECTED] Sent: Sunday, September 28, 2008 1:32 PM
To: [email protected]
Subject: [TOBAGO] serious problems with managed-bean's


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!

Thanks in advance....

___
PS: The bean attributes are of course writable.


Reply via email to