File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Defalut Selection in Tr Table Selection. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Defalut Selection in Tr Table Selection." Watch "Defalut Selection in Tr Table Selection." New topic
Author

Defalut Selection in Tr Table Selection.

Chandrasekhar kotha
Greenhorn

Joined: Jun 27, 2005
Posts: 22
Hi

I need to make a default selection when table loads. I am using trinidad tr:table. I don't wanna use Javascript. Any Help.
FYI: snippet..

<tr:table var="work"
value="ssss"
rows="5" id="workItemListTable"
binding="fffff"
width="100%"
partialTriggers=""
rowBandingInterval="1"
autoSubmit="true"
selectedRowKeys="0"
emptyText="No Data Found" rowSelection="single" verticalGridVisible="false">
Thanks
chandra
[ June 29, 2007: Message edited by: Chandrasekhar kotha ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Defalut Selection in Tr Table Selection.
 
Similar Threads
disabling checkbox for 30 seconds
how to inform the total rows to trinidad table
How to get a parent row data when a row is selected from the child table which is in the facet
Hiding SelectAll/Select None
table and partial triggers