Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

can any one help me how to do with expand/collapse view of a record using JSF1 - tomahawk implementation. I found in few blogs that this can be done with 'varDetailToggler' attribute of tag. but not seen any implementation/usage of achieving the purpose.

Thanks

share|improve this question

1 Answer

You can find a demo on tomahawk examples. Here is some links where you can find the information you want: Master-Detail with Ajax and JSF 2.0 ----- Master-Detail with JSF 1.1/1.2 and JSP. You can download tomahawk assemblies with the examples HERE

share|improve this answer
Thanks. Can you brief me how does this varDetailToggler="detailToggler" work ? Apart from the JSP page is there any need for the Java Bean action method to be implemented ? I could see the JSP file. Have tomahawk in place. The link to the example repository is not working. – Radha Jul 27 '11 at 13:16
I got it. Thanks for the links. – Radha Jul 27 '11 at 13:41
I wanted to use the 'expandAllDetails()' function with the varDetailToggler. When doing this I do not want all my rows to have 'Hide'/'Show' kind of actionlinks . I just need a single hyperlink attached to the 'varDetailToggler' that toggles the record view of the dataTable. Can you thorw me some light how to achieve this in my dataTable ? – Radha Jul 27 '11 at 15:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.