Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSF
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
JSF
rendering problem
swapnel surade
Ranch Hand
Posts: 129
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi guys,
I have used t:selectOneRadio
there are 2 radio buttons shown....
On click of radio button I have to render diff information as label and combo
I have written
<a4j:region renderRegionOnly="false"> <t:selectOneRadio id="correctAns" value="#{templateDetailsBean.headerType}" valueChangeListener="#{templateDetailsBean.criteriaPresentor}"> <f:selectItem itemValue="Logo" itemLabel="Logo" /> <f:selectItem itemValue="Banner" itemLabel="Banner" /> <a4j:support event="onclick" reRender="addTemplate:setLogoInfo" rendered="true" action="#{templateDetailsBean.renderSelectedRegion}" /> </t:selectOneRadio> </a4j:region> <t:div id="setLogoInfo"> <tr> <h:outputText rendered="#{templateDetailsBean.setLogoInfo}">hi123</h:outputText> </tr> </t:div>
but its not working.... backing bean action is getting called but rendering operation is not working....
thanks
Do not threaten THIS beaver! Not even with this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
JSF Error : cannot get value for expression
Problem using valueChangeListener and onchange
How to make one of the Radio button default selected
AJAX Conditionally Render Components
Radio
More...