Re: composite components: optional method-expression-attributes

2010-10-29 Thread Thomas Möller
My current problem is that retargeting only works using a restricted set of special attribute names like 'action' and 'actionListener' and so on but my real composite component contains several buttons and I want to declare for each button e. g. an action. How do I solve this: cc:interface

Re: [Trinidad] Nightly Builds?

2010-10-29 Thread Matthias Wessendorf
On Tue, Oct 26, 2010 at 12:17 PM, Yannis BRES yaya.at.w...@gmail.com wrote: Hi guys ! I've been monitoring JIRA for the 1.2.14 target for a while, waiting to be able to use page-specific states (TRINIDAD-1772 :  Allow per page state saving settings) in order to avoid ViewExpiredExceptions on

Re: NullPointerException in trinidadinternal [TRINIDAD]

2010-10-29 Thread Matthias Wessendorf
can you file a bug in our jira + the required info? -M On Mon, Oct 25, 2010 at 3:52 PM, Micah Klitgaard m...@micah-co.com wrote: Thanks for the input! but it wouldn't cause a NullPointerException - messageHello null! would be displayed. Not nice though... -Original Message-

Check/Uncheck items from selectManyCheckbox

2010-10-29 Thread Julian Osorio Amaya
Greetings I'm trying to check/uncheck the selectManyCheckBox items that depends on the user selection. For example damage No 1 damage No 2 damage No 3 no damage if the user checks the no damage option, all other checkboxes should be unchecked if the user checks a different option from no

Issue with tr:selectOneRadio and PPR

2010-10-29 Thread Richard Yee
Hi, I'm using Trinidad 1.2.11 and MyFaces 1.2.9 and IE 8. We recently upgraded from Trinidad 1.0.5 to 1.2.11. We are not using facelets. I've noticed that PPR is not working for me for the tr:selectOneRadio component. I have a valueChangeListener and autoSubmit=true in the selectOneRadio. The