Re: tomahawk panelTabbedPane with other components behavior

2007-08-25 Thread �rico
David My problem was in tab1.xhtml definition I hadn't noticed that I was adding a body composition for my tabs files I took them off and now booth scrolling and commandLink action are working Thanks for all Best regards Érico David Delbecq <[EMAIL PROTECTED]> wrote: Check there is no val

Re: tomahawk panelTabbedPane with other components behavior

2007-08-25 Thread David Delbecq
Check there is no validation error, that would explain why your command is not executed in JSF lifecycle. Have no problems here with commandLinks inside tabbed panes. Always use to ensure validation is ok when you have an action that does not seem to be called. Érico Teixeira a écrit : Whi

Re: tomahawk panelTabbedPane with other components behavior

2007-08-24 Thread �rico
Which validations are you reffering to ? The two things that I tried to implement were scrolling and commandLink action but as I said none of them is working What could be the reason to the components do not work ok under this structure ? David Delbecq <[EMAIL PROTECTED]> wrote: Chec

Re: tomahawk panelTabbedPane with other components behavior

2007-08-24 Thread David Delbecq
Check your validation, same kind of structure here (tabbedpane, ui:insert, datatabels, actions, just not used scroller). Be aware of following fact if you use server side tab switching: 1) switching tabs will not triggers, afaik, the change listeners 2) when submiting, only the current tab will b

tomahawk panelTabbedPane with other components behavior

2007-08-24 Thread �rico
I have a xhtml file where I added a panelTabbedPane and four panelTabs in it Inside first panelTab definition I have facelets and ... this tab1.xhtml contains a dataTable and a dataScroller My problem is that nothing is working such as scroller events or commandLink actions ... ---