[Trinidad] Understanding Trinidad Skinning?

2007-07-28 Thread Chris Hane
We are trying to create our own custom skin for Trinidad and I have a basic question: First, where do the defaults for a paticular element come from? For example, we are trying to skin af:column::header-text. When we remove the color element, a default of #669966 is put into the

Re: [TRINIDAD] Skinning in a portlet environment

2007-07-28 Thread Martin Marinschek
But you'd need to do this check in every renderer then, right? I wonder if this is good performance wise. regards, Martin On 7/27/07, Simon Lessard [EMAIL PROTECTED] wrote: One way would be to have something along those line: CoreRenderer.java public void encodeBegin(FacesContext context,

RE: Using MyFaces in RAD 6.0

2007-07-28 Thread Dilip.Ananthanarayanan
Any help on this ? Atleast point me in the right direction. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 2:55 PM To: users@myfaces.apache.org Subject: Using MyFaces in RAD 6.0 Hi All, I would want to know the steps to

Re: Tomahawk JSCookMenu Navigation Validation

2007-07-28 Thread ChrisC
OK found it - immediate=true does it ChrisC wrote: Hi I have a JSCookMenu in a JSP which is then included in many pages using jsp:include so I have a common menu for them all. Some of the pages are forms for input with validation=true for the fields. If I click on the menu to take me

Re: [Trinidad] Using Spring Web Flow with Trinidad?

2007-07-28 Thread Adam Winer
On 7/27/07, Graeme Steyn [EMAIL PROTECTED] wrote: I am currently looking at introducing some form of conversation state management into an existing Trinidad-1.2.1/Facelets-1.1.12 web application that currently makes use of Trinidad's Dialog Framework. Ultimately, I would like to prevent

Re: subForm semantics

2007-07-28 Thread Andrew Robinson
Sub forms have to be nested. They only exclude data from other subForms, not from the form. h:form 1 s:subForm id=a 2 s:subForm id=b3/s:subForm s:subForm id=c4/s:subForm /s:subForm /h:form 1: always submitted 2: submitted if a is specified 3: submitted if b is specified 4: submitted if c is

RE: [Trinidad] Using Spring Web Flow with Trinidad?

2007-07-28 Thread Graeme Steyn
Adam, Thanks for the response. Your hunch is right. Sprig Web Flow makes use of the following: navigation-handlerorg.springframework.webflow.executor.jsf.FlowNavigat ionHandler/navigation-handler variable-resolverorg.springframework.webflow.executor.jsf.DelegatingFl