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
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Liutauras Vilda
Henry Wong
Devaka Cooray
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Al Hobbs
Carey Brown
Bartenders:
Piet Souris
Mikalai Zaikin
Himai Minh
Forum:
JSF
Help on JSF Custom tag
Mary Cole
Ranch Hand
Posts: 362
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
My
JSF
page snippet looks like this
<h:panelGroup> <h:dataTable value="#{showBean.summaryList}" var="row" rowClasses="stripe,unstripe" cellspacing="0"> <h:column> <f:facet name="header"> <h:commandLink actionListener="#{showBean.sort}" styleClass="#{showBean.submissionIdStyle}"> <f:attribute name="sortColumn" value="3"/> <h:outputText value="mission ID"/> </h:commandLink> </f:facet> <h:outputText value="#{row.submissionName}"></h:outputText> </h:column> </h:dataTable> </h:panelGroup>
Can anybody suggest a good site to write the custom tag for data table or the panel group. Basically, I want to display the code within
<h:column> </h:column>
based on the role.
Pls help me
Ketan Jambhekar
Ranch Hand
Posts: 37
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
The link below has a few good examples on how to write custom
JSF Components
jsf components
Hope this helps.
Ketan
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
commandLink with <rich:dataTable>, problem in pagination
Using of nested Datatables
h:dataTable new rows
How to handle checkbox in jsf
passing parameters from JSF to Java class and JSF to JSF
More...