| Author |
Again javax.el.PropertyNotFoundException
|
Andrey Nikitin
Greenhorn
Joined: Dec 29, 2011
Posts: 4
|
|
Hello
Help please to understand my problem :
Why JBoss does not see property if it is there ?
I have "common" template file xhtml which contain :
also i have commonLoginForm.xhtml
and main login.xhtml
and i have UserManager.java
I run these on JBoss 7.1.0-CR1 why such problem is happend ?
|
 |
Andrey Nikitin
Greenhorn
Joined: Dec 29, 2011
Posts: 4
|
|
|
Are anybody alive HERE ?
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
I know nothing about JSF, but if you're looking for an answer, let me just say that I wouldn't put that newline character in the middle of the #{user.username} attribute like that.
|
 |
Louis Bros
Ranch Hand
Joined: Jun 03, 2011
Posts: 54
|
|
|
I tried the relevant parts in tomcat and it worked for me.
|
OCA7
|
 |
Andrey Nikitin
Greenhorn
Joined: Dec 29, 2011
Posts: 4
|
|
It is strange for me, but i have changed @ManagedBeen -> @Named (CDI)
and i have changed @SessionScoped as javax.enterprise.context.SessionScoped
and MyClass implements Serializable (it is need for CDI)
and problem pass away.
|
 |
 |
|
|
subject: Again javax.el.PropertyNotFoundException
|
|
|