Issue related to commandlinks

2010-08-06 Thread preeti agarwal
Thanks for your response. Basically, I am creating a tab facelet component. The code below is for achieving lazy loading. I am iterating over each tab and creating a commandlink for each: c:forEach var=tabs1 items=#{paramList} begin=0 end=#{listSize} varStatus=status c:set var=index

Re: Issue related to commandlinks

2010-08-06 Thread Michael Kurz
See answer inline. Am 06.08.2010 08:08, schrieb preeti agarwal: Thanks for your response. You're welcome! On click on each tab, I trigger the command link to display the panelgroupLayout: c:forEach var=tab items=#{paramList} begin=0 end=#{listSize} varStatus=status c:set var=Tcount

Re: Issue related to commandlinks

2010-08-06 Thread Michael Kurz
Well, as he seems to use Facelets this should be OK as Facelets provides parts of the JSTL. But nevertheless you are right, combining Facelets and JSTL can have nasty side effects. regards Michael Am 06.08.2010 09:44, schrieb Anton Gavazuk: which version of JSF do you use - 1.1, 1.2, 2.0? I

Re: [Tobago] Problem using tc:tree and request parameters

2010-08-06 Thread Udo Schnurpfeil
Hi, Alf, after taking a close look to your problem, we have discovered a problem in the decision if there is a post back, or not. I've added an issue in JIRA: https://issues.apache.org/jira/browse/TOBAGO-905 You may test the current 1.0.x branch or use the nightly build from tomorrow.

Trinidad code completion

2010-08-06 Thread Walter Mourão
Hi folks, after installing Eclipse Helios (J2EE bundle + Trinidad plugin) the Trinidad code completion stopped working... Hints ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: Issue related to commandlinks

2010-08-06 Thread preeti agarwal
wow.thanks for fast response and keen observation. We totally missed this typo error as this piece of code was copy pasted from code where the counter was index. Hopefully this will solve the problem. Really thanks. On Fri, Aug 6, 2010 at 1:59 PM, Michael Kurz michi.k...@gmx.at wrote:

Re: Trinidad code completion

2010-08-06 Thread Matthias Wessendorf
Strange. But I guess that is a tooling issue sent from my Android phone On Aug 6, 2010 6:34 PM, Walter Mourão walter.mou...@gmail.com wrote: Hi folks, after installing Eclipse Helios (J2EE bundle + Trinidad plugin) the Trinidad code completion stopped working... Hints ? Thanks in advance,