Title: Drawing first column of t:columns as outputtext, the others as inputtext

Hi all!

I'm drawing a dynamic table with t:columns.
Is it now possible to draw the first column as a outputtext and the second and so on as Inputtext.
The first columns is always of type long, so I can perhaps do it like:

<h:outputText rendered="#{userRolesBean.longValue}"
value="#{userRolesBean.columnValue}"/>

But the problem is, that in the second column, there can also be a data of type long... So is it possible only to draw the first column as a outputtext, no matter what datatype this column has?

Regards
Andy


______________________________________________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify your system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. ______________________________________________________________________

Reply via email to