[jboss-user] [JBoss Seam] - Question on rendering a @Datamodel
hasc
do-not-reply at jboss.com
Mon May 21 04:14:19 EDT 2007
Hello,
Is there a way to set the styleClass of a <h:dataTable> for a special row when a @Datamodel is rendered?
In my case some objects that the Set contains, can be special and i want to render them in a row as: <tr class="special">
I wrote a method in the objects class
public boolean isSpecial() {
| // return true or false
| }
|
is there a way i can realize that?
Thanks for help,
hasc
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047129#4047129
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047129
More information about the jboss-user
mailing list