RE: [trinidad]bug calendar

2008-08-06 Thread Hardik Shah
one thing i want to ask sir in the invocation of function in encodeAll() i have write _renderShowComboBoxScriptForIE6(context, arc, bean, baseId); in spite of baseId what i should write ?another arguments matches with prior declaration and use! thanks and waiting for reply Kuhn, Harald

Re: Extending the default renders of input components

2008-08-06 Thread Florian Reiser
Thanks for all your suggestions. In the mean time I have solved my issue with a custom validation phase listener. After the validation it appends an error style class to the styleClass attribute of the components with messages. With kind regards Florian "Matt Cooper" <[EMAIL PROTECTED]> schri

[ANNOUNCE] New JSFOne track added

2008-08-06 Thread Kito D. Mann
Hello everyone, I just wanted to let you know that we've added a new track to the JSFOne conference, which I'm hosting with NFJS September 4th-6th in the Washington, DC area. The new track includes an additional ten sessions that cover excellent topics including portlets, security, Google API inte

How to design a framework for implementing rules in JSF/Spring application

2008-08-06 Thread bansi
We use JSF 1.2 (MyFaces 1.2.2) in the presentation layer, Spring 2.5.3 in the service layer and Hibernate3.2 as persistence layer. The java application we are building is mostly CRUD but involves tons of business rules which needs to be implemented at both presentation and service layers We are

Re: Extending the default renders of input components

2008-08-06 Thread Matt Cooper
I think using a custom skin would be more robust. I wonder if defining a skin extension with the following definition would be sufficient: af|inputText:error::content { background-color: red; } This definition means that the the background-color applies to the internal psuedo-element named "co

Re: Extending the default renders of input components

2008-08-06 Thread Matthias Wessendorf
Hi, in the past I wrote a blog entry about how to extend the Trinidad renderers. Perhaps that helps you as well (see [1]). -Matthias [1] http://matthiaswessendorf.wordpress.com/2008/02/20/extending-trinidads-default-renderers/ On Wed, Aug 6, 2008 at 4:38 PM, <[EMAIL PROTECTED]> wrote: > Hi, >

RE: Extending the default renders of input components

2008-08-06 Thread F . P . G . Segers
Hi, I recently started using a custom OutputLabelRenderer which is a subclass of the Trinidad's default renderer. I don't know if you can decorate an existing renderer. To replace the default OutputLabelRenderer I put the following fragment in faces-config.xml org.apache.myfaces.trinidad

RE: [trinidad]bug calendar

2008-08-06 Thread Hardik Shah
>>thanks for alll Kuhn, Harald wrote: > > Hi, > > just duplicate the package structure for this particular class within your > src-folder. > i.e. > /src/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/ChooseDateRenderer.java > > Then you can copy content of the orig

RE: [trinidad]bug calendar

2008-08-06 Thread Kuhn, Harald
Hi, just duplicate the package structure for this particular class within your src-folder. i.e. /src/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/ChooseDateRenderer.java Then you can copy content of the original source file into this file. Additionally you add your extensions/patch

RE: [trinidad]bug calendar

2008-08-06 Thread Hardik Shah
hi thanks for showing interest i am not good in ant or maven i can use eclipse easily,i can found particular function of class of package but how can i replace it for pre-compiled class files jar simply want to ask how to achieve it Kuhn, Harald wrote: > > Hi, > > this is true for all

RE: [trinidad]bug calendar

2008-08-06 Thread Kuhn, Harald
Hi, this is true for all comboboxes shown within a dialog in IE6. Trinidad is hiding input components while launching a lightweight dialog in IE6. Therefore these components are not visible until the first refresh/reload of the dialog content. For custom dialogs dialogs it is possible to "res

[trinidad]bug calendar

2008-08-06 Thread Hardik Shah
when i try to use in demo of trinidad also org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS true in web.xml strange! light weight box comes but combo of month and year not come when i click on next or prev month link it comes -- View this message in context: http://www.n

Re: [trinidad] skinning

2008-08-06 Thread rageice
Thanks for your answer, but in fact: I know why a cache problem can appears. And that's why I don't understand why it is possible to dynamically change skins without problem! And for the CSS content, I have understood the problem! But I just can't solve it. I don't really remember but there is r

[trinidad]misbehave calendar

2008-08-06 Thread Hardik Shah
hi when i click on inputdate icon ,it open calendar in lightweight window but at it is not showing combo of month and year WHEN I click on next month link its comes i am seeing in ie6 it works normal in mozila why this happen my myskin.css is ---

Re: about dojo use in facegoodies

2008-08-06 Thread Hardik Shah
thanks it works like same can i implement yui ? i dont know abt much more dojo Andrew Robinson-5 wrote: > > Surround your content of the meta container facet with a single JSF > component. Something simple like h:panelGroup > > On 2008-08-04, hns <[EMAIL PROTECTED]> wrote: >> >> hi >> >> i a

dataScroller, checkbox values not updated

2008-08-06 Thread Partha
Hi all, maybe someone could help me with this. I have a t:dataTable and one column is displaying checkboxes which values are bound to a backing bean property. So when I now check a checkbox and then use dataScroller to scroll to the next page, the value of the checkbox is not updated in the manag

Extending the default renders of input components

2008-08-06 Thread Florian Reiser
Hello, I want to render input components with a red background if validation failed. To enable this behaviour for all components I thought of writing a decorator for the renderers, which appends a specific css-class to the fields if the validation failed. How do I tell jsf to decorate the

Re: [trinidad] skinning

2008-08-06 Thread Frank Nimphius
Hi, - why is there a cache problem Browsers tend to cache static content and dependent on whether or not it checks for a newer version of a specific file, it will take the file from cache, in which case you see the old content - what does x5q mean ? Using the real skin names like af_panelBo