Hi the problem is when you add the Imports on the ManagedBean
Check your code that in the imports on the Welcome class you have this import
import javax.faces.bean.ManagedBean;
Check out and if you have more problems ask me on twitter =) @rstrikes
rrstrikes 1 week ago
I have basically the same problem:
/input.xhtml @15,103 value="#{Welcome.name}": Target Unreachable, identifier 'Welcome' resolved to null
fruitcake427 1 month ago
Could anyone help me with this error:
/input.xhtml @16,56 value="#{welcome.name}": Target Unreachable, identifier 'welcome' resolved to null
Dimitriox 4 months ago
how generate the code in facelet input?
gogoruYou 6 months ago
Comment removed
qwertyblewasd 8 months ago
how the value of the inputText is setting in the bean?
pepemark 11 months ago
@pepemark name is a property on the welcome bean.
Provided their is an appropriate getter [getName] and setter [setName(String name)] defined in the value will be set/retrieved automatically.
visitforthemusic 5 months ago
Hi the problem is when you add the Imports on the ManagedBean
Check your code that in the imports on the Welcome class you have this import
import javax.faces.bean.ManagedBean;
Check out and if you have more problems ask me on twitter =) @rstrikes
rrstrikes 1 week ago
I have basically the same problem:
/input.xhtml @15,103 value="#{Welcome.name}": Target Unreachable, identifier 'Welcome' resolved to null
fruitcake427 1 month ago
Could anyone help me with this error:
/input.xhtml @16,56 value="#{welcome.name}": Target Unreachable, identifier 'welcome' resolved to null
Dimitriox 4 months ago
how generate the code in facelet input?
gogoruYou 6 months ago
Comment removed
qwertyblewasd 8 months ago
how the value of the inputText is setting in the bean?
pepemark 11 months ago
@pepemark name is a property on the welcome bean.
Provided their is an appropriate getter [getName] and setter [setName(String name)] defined in the value will be set/retrieved automatically.
visitforthemusic 5 months ago