Re: [Trinidad] Skinning: Change only one occurence of a component

2010-03-30 Thread Catalin Kormos
It is possible, here is an example for when you would want to customize a specific instance of the tr:panelAccordion/: In your page you could specify a custom CSS class selector: *tr:panelAccordion discloseNone=true inlineStyle=width: 100%; styleClass=custom_accordion* *.*

Re: [Trinidad] Skinning: Change only one occurence of a component

2010-03-30 Thread Glauco P. Gomes
You can use tr:selectOneChoice contentStyle=width: 100px / to change the menu size. Glauco P. Gomes schneidc escreveu: Hi, I want to change the width of a tr:selectOneChoice, so it isn't so narrow when empty. tr:selectOneChoice inlineStyle=width: 100px doesn't do the trick as the actual menu

Re: [Trinidad] Skinning: Change only one occurence of a component

2010-03-30 Thread Now I find myself in question
you have to use it like af|selectOneChoice.MyStyle af|selectOneChoice::content { // style properties } and use the MyStyle in the styleClass of the specific selectonechoice that you are using.. On Tue, Mar 30, 2010 at 4:14 PM, Glauco P. Gomes glaucopgo...@yahoo.com.brwrote: You can use

Re: [Trinidad] Skinning: Change only one occurence of a component

2010-03-30 Thread schneidc
Thanks both of you. This expression was what I had in mind .custom_accordion af|panelAccordion::content { // apply custom customization to this panel accordion's content } but this special case tr:selectOneChoice contentStyle=... also did the trick. -- View this message in

Facing error after Tomahawk upgrade.

2010-03-30 Thread Nilakandan.Velu
All, I'm getting the following exception when I try to access my application. I have recently updated the following components in my application weblogic8.1 to weblogic 10.3 myfaces 1.1.5 to 1.2.8 richfaces 3.0.1 to 3.3.3 tomahawk 1.1.5 to 12_1.1.10 Struts tiles to tiles

RE: Facing error after Tomahawk upgrade.

2010-03-30 Thread Rene van Wijk
Use component libraries which are compliant with the 1.2 JSF standard and not the 1.1 standard.   There is a difference in binding component attributes in JSF 1.2 and 1.1, for example,   1.1 public void set_binding(String _binding) {     this.binding = _binding;     }     public

Re: Facing error after Tomahawk upgrade.

2010-03-30 Thread Now I find myself in question
So do you mean to say tomahawk 1.1.9 along with JSF. 1.2 will do the trick? On Tue, Mar 30, 2010 at 7:20 PM, Rene van Wijk rw...@transfer-solutions.com wrote: Use component libraries which are compliant with the 1.2 JSF standard and not the 1.1 standard. There is a difference in binding

[Tobago] Using validator in custom tag

2010-03-30 Thread Alf Felis
Hi all, I try to use a validator dependent on a property within a custom tag class. My class extends TagSupport and overwrites the doStartTag() method. In this method I add a validator depending on a property (see below). First the property is false and no validator will be added to the

Re: Facing error after Tomahawk upgrade.

2010-03-30 Thread Leonardo Uribe
Hi Try tomahawk12-1.1.9 jar file. It is known tomahawk for jsf 1.1 + tiles + jsf 1.2 does not work because the ViewHandler spec changes on jsf 1.2. The corrected version is on that jar. regards, Leonardo Uribe 2010/3/30 Now I find myself in question vin.si...@gmail.com So do you mean to say

ANNOUNCE: Trinidad in Action Part 2

2010-03-30 Thread Kito Mann
Hello, In the second installment of the Trinidad series, Matthias Wessendorf shows how Ajax is built into all the Trinidad components. You will also learn how easy it is to use the client- and server-side Ajax API, which gives you a straightforward way to add application-specific Ajax support.

ANNOUNCE: Martin Marinschek on MyFaces 2.0, IRIAN, and Related Topics

2010-03-30 Thread Kito Mann
Hello, In this podcast, JSFCentral editor-in-chief Kito D. Mann talks with Martin Marinschek about MyFaces, IRIAN, and related topics. This interview was recorded in December of 2009 at the JSF Summit conference in Orlando, Florida. Here is an excerpt: Kito: Let’s talk a little bit about