Re: Cannot get to work

2010-04-14 Thread Matthias Wessendorf
On Tue, Apr 13, 2010 at 11:47 AM, Eisenträger, Tobias wrote: >> -Ursprüngliche Nachricht- >> Von: mwessend...@gmail.com [mailto:mwessend...@gmail.com] Im Auftrag von >> Matthias Wessendorf >> Gesendet: Dienstag, 13. April 2010 11:31 >> An: MyFaces Discussion >> Betreff: Re: Cannot get to

[Trinidad] PPR issue with Firefox when returning from Dialog

2010-04-14 Thread schneidc
Hi, what I tried to achieve is, that when when closing a Trinidad dialog certain areas of the origin page get refreshed. For testing my pages I use Firefox and Chrome and in Chrome the PPR is working, in Firefox it isn't. Even when removing the partialSubmit from the button which triggers the dia

Re: tobago partial rendering question

2010-04-14 Thread Michael Kakuschky
Hello Volker, thanks for the response. Yes I target the panel. I use now actionListener and return null as return value. I also preset the value of string1 so that the value is always already initialized. But nervertheless the string2 is set to the new value (I debug that) but after rendering t

How to activate an tc:tab element to be on top in tobago

2010-04-14 Thread Michael Kakuschky
Hello, is there a way to activate an tc:tab element within an action so that it comes to the top of a tc:tabGroup ? Thanks for your help Michael

Re: About the in Portlet Bridge still redirect out of portal

2010-04-14 Thread Michael Freedman
Can you try, instead? The bridge doesn't deal with quoted queryString values. Try the above and if it still doesn't work, send me the generated markup as you did below. -Mike- On 4/12/2010 1:09 AM, Will Vann wrote: Hello the markup generated by pluto is: outputlink how coul

Re: How to activate an tc:tab element to be on top in tobago

2010-04-14 Thread Volker Weber
Hi Michael, yes, bind the tabIndex attribute of tc:tabgroup to an int in your controller, than you can set the index in your action. Regards, Volker 2010/4/14 Michael Kakuschky : > Hello, is there a way to activate an tc:tab element within an action so that > it comes to the top of a tc:tab

Re: tobago partial rendering question

2010-04-14 Thread Volker Weber
Hi Michael, after a more closer view to your jsp i found the problem. The tc:form arround the box is the probem, using subforms you are reduce the validation and modelUpdate only to the subform where the command is in, the other content is not processed and therfore the submitted values are reren

Re: tobago partial rendering question

2010-04-14 Thread Michael Kakuschky
Hello Volker, I think I need the forms. I have an application which use tabs with different formulars. If I don't use subforms and set the "required" attribute on some elements on one tab and I want to submit a fomular on another tab it does not work because the element on the other tab is not

Re: tobago partial rendering question

2010-04-14 Thread Volker Weber
Hi Michael, not a common way, but there is always something you can do :-) But how exact depends on the concrete situation. You can put a tc:command with action 1 as facet eg. inside the box2 and use the onclick attribute of the button: On the button in box 1 remove the actionListner and add

Re: [TOBAGO] tobago partial rendering question

2010-04-14 Thread Volker Weber
btw: please prefix the subject with "[TOBAGO]" for tobago related messages. 2010/4/14 Volker Weber : > Hi  Michael, > > not a common way, but there is always something you can do :-) > > But how exact depends on the concrete situation. > > You can put a tc:command  with action 1 as facet eg. ins

Re: Facelets custom component with an action as a variable like

2010-04-14 Thread Werner Punz
Actually the only way in JSF 1.2 to do this really is to write a tag handler to generate a method binding somone pointed out the links which explain it. So no further explanation here. But there is hope,JSF 2.0 allows to do that from Facelets itself via its composite interface definitions, thi