| Author |
How to set a String value to OutputText component in backing bean.
|
srikanth Thandra
Ranch Hand
Joined: Mar 04, 2009
Posts: 42
|
|
hi all,
I am a newbie to jsf. I am learning jsf and i got struck with a problem.
Is it possible to set a String Value like "Welcome" to an outputText component from backing bean.
i.e. outputText value="value comes from backing bean when action is perfomed. "/>
outputText value="" id="msg"/>
commanButton action="#{myBean.setValue}" value="submit"/>
In backingBean: is it possible to get the outputText component with the help of Id and set a value to it..
Waiting for the response.
|
Thanx in advance,
Srikanth
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14571
|
|
Normally you provide the value for the outputText tag from a backing bean, like so:
In that case, there's no need to provide the value to the bean, since the bean already knows the value.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: How to set a String value to OutputText component in backing bean.
|
|
|