Maxence Dewil wrote:


The first time the jsp is showed, it works correctly. After, when I make an action, for example a refresh of the datamodel, the following exception is reported: javax.faces.el.EvaluationException: Cannot set value for expression ‘#{myAliasBean.userNameUIInput}’ to a new value of type javax.faces.component.html.HtmlInputText.

myAliasBean refers to something like myMasterBean.myDetailBean (it works when no aliasBean is used).

Is it a bug or am I doing a bad usage of the <t:aliasBean/> tag?

This is no bug.. the binding happens before aliasbean can become active...
you cannot bind controllers to an alias bean to my knowledge...

Werner

Reply via email to