Re: [Trinidad] How to configure custom renderer for SelectOneListBox

2009-03-16 Thread Matthias Wessendorf
take a look here: http://matthiaswessendorf.wordpress.com/2008/02/20/extending-trinidads-default-renderers/ On Mon, Mar 16, 2009 at 10:46 PM, Bruno Marti wrote: > > I'm trying to define a custom renderer for SelectOneListBox component, but my > custom class is not called. > (trinidad-1.0.10). An

Re: [Trinidad] How to configure custom renderer for SelectOneListBox

2009-03-16 Thread Leonardo Uribe
Hi One option is use a delegate RenderKit like in trinidad sandbox: import org.apache.myfaces.trinidadinternal.renderkit.RenderKitDecorator; public class CoreSandboxRenderKit extends RenderKitDecorator { public CoreSandboxRenderKit(){ } @Override protected String getDecoratedR

AW: How to get the inputFile label left-aligned?

2009-03-16 Thread Roeder, Andreas
I found the solution. I just appended the following lines to the trinidad.css file: af|inputFile::label { text-align:left; } -Ursprüngliche Nachricht- Von: Roeder, Andreas Gesendet: Montag, 16. März 2009 15:20 An: users@myfaces.apache.org Betreff: How to get the inputFile label

Re: [TOMAHAWK][1.2] what is iconProvider?

2009-03-16 Thread Leonardo Uribe
On Sun, Mar 15, 2009 at 12:59 PM, Simon Kitching wrote: > On Sat, 2009-03-14 at 08:25 +0200, Anton Gavazuk wrote: > > Hi all, > > > > looked through the list of tags and found iconProvider tag - > > > > org.apache.myfaces.custom.tree.taglib.IconProviderTag > > > > does anyone know anything about t

Re: Google Summer of Code

2009-03-16 Thread Leonardo Uribe
On Mon, Mar 16, 2009 at 4:43 PM, Ali Ok wrote: > Thank you all for quick replies. > > >> Isn't mentoring applications over? AFAIK deadline was friday the 13th >> which sounds like a real deadline. >> > Yes, it is. However, I thought applications are done as ASF, not by MyFaces > project. I don't

Re: t:inputCalendar in Facelets problem

2009-03-16 Thread Leonardo Uribe
Hi Try styleLocation and imageLocation instead org.apache.myfaces.STYLE_LOCATION and org.apache.myfaces.IMAGE_LOCATION. There was some changes on version 1.1.7 (generation of tag classes using myfaces builder plugin) that changes all tag hierarchy, so this code should change too. For more informa

Re: String value instead of Date

2009-03-16 Thread Leonardo Uribe
Hi If you use a validator like t:validateRegExpr, you assume the value to be saved on the bean is a String, instead a Date. To make this work you have to implement a custom converter that implements org.apache.myfaces.custom.calendar.HtmlCalendarRenderer.DateConverter. In this case, converter.getA

[Trinidad] How to configure custom renderer for SelectOneListBox

2009-03-16 Thread Bruno Marti
I'm trying to define a custom renderer for SelectOneListBox component, but my custom class is not called. (trinidad-1.0.10). Any ideas? Here's my faces-config: org.apache.myfaces.trinidad.core.desktop org.apache.myfaces.trinidad.SelectOne

Re: Google Summer of Code

2009-03-16 Thread Ali Ok
Thank you all for quick replies. > Isn't mentoring applications over? AFAIK deadline was friday the 13th which > sounds like a real deadline. > Yes, it is. However, I thought applications are done as ASF, not by MyFaces project. I don't know exactly. is there a specific sub-project you are inter

Re: Google Summer of Code

2009-03-16 Thread Cagatay Civici
Isn't mentoring applications over? AFAIK deadline was friday the 13th which sounds like a real deadline. On Mar 16, 2009, at 10:48 PM, Matthias Wessendorf wrote: +1 on the 2.0 parts Sent from my iPod. Am 16.03.2009 um 20:50 schrieb Ali Ok : Hi all, Does somebody from MyFaces team will be

Re: Google Summer of Code

2009-03-16 Thread Matthias Wessendorf
+1 on the 2.0 parts Sent from my iPod. Am 16.03.2009 um 20:50 schrieb Ali Ok : Hi all, Does somebody from MyFaces team will be mentoring on Google SOC? I am interested in MyFaces and its subprojects for Google SOC. I couldnt find MyFaces in http://wiki.apache.org/general/SummerOfCode2009 .

Re: Google Summer of Code

2009-03-16 Thread Gerhard Petracek
hi, is there a specific sub-project you are interested in (besides the core)? - component libs - extensions (like extval or orchestra) regards, gerhard 2009/3/16 Ali Ok > Hi all, > Does somebody from MyFaces team will be mentoring on Google SOC? I am > interested in MyFaces and its subproj

Google Summer of Code

2009-03-16 Thread Ali Ok
Hi all, Does somebody from MyFaces team will be mentoring on Google SOC? I am interested in MyFaces and its subprojects for Google SOC. I couldnt find MyFaces in http://wiki.apache.org/general/SummerOfCode2009. Any ideas from experienced developers to students? This project is very mature to create

How to get the inputFile label left-aligned?

2009-03-16 Thread Roeder, Andreas
I'm trying to get the inputFile label left-aligned. I set the inlineStyle to: inlineStyle="label::text-align:left" or inlineStyle="text-align:left" But that doesn't work for me. Any hints?

Trinidad 1.2.9 : message problem

2009-03-16 Thread Bastet
Hello , I have some problem with tag on jsp I have // message is displayed // message is displayed ...

Re: modalDialog and commandButton action

2009-03-16 Thread bangou
many thanks! can you tell me which latest versions should i try? i've just tried last of MyFaces Tomahawk 1.1.8 king regards bangou Richard Yee-3 wrote: > > I suggest that you get the latest versions and try it out yourself. > > -R > > Sent from my iPhone > > On Mar 16, 2009, at 1:43 AM,

Disable fields on poll?

2009-03-16 Thread G.Cholakov
Hi there, The situation is: page with and What i was wondering is: is there a way to disable the while OnPoll executes? Greetings, G.Cholakov -- View this message in context: http://www.nabble.com/Disable-fields-on-poll--tp22535228p22535228.html Sent from the MyFaces - Users mailing list a

Re: modalDialog and commandButton action

2009-03-16 Thread Richard Yee
I suggest that you get the latest versions and try it out yourself. -R Sent from my iPhone On Mar 16, 2009, at 1:43 AM, bangou wrote: Hi, I will be happy to know if there is any result in fixing this bug? I want to use the sandbox modalDialog, and want to call an action from the dialog

modalDialog and commandButton action

2009-03-16 Thread bangou
Hi, I will be happy to know if there is any result in fixing this bug? I want to use the sandbox modalDialog, and want to call an action from the dialog. But the action is not executed. here are my libs: MyFaces Tomahawk 1.1.8 MyFaces imp. 1.1.4 MyFaces api 1.1.4 tomahawk-sandbox-1.1.7-SNA