Re: [Trinidad] config to set whether span or "input readonly" should be rendered

2008-09-03 Thread Andrew Robinson
-1 It does not make sense to have read only do this. Just set disabled to false to have the input text rendered but not accept user input. If you do need something special for your own needs, then I would suggest extending the renderer. Sent from my iPod On Sep 2, 2008, at 6:35 AM, "Marc

[Trinidad] config to set whether span or "input readonly" should be rendered

2008-09-03 Thread Marco Grimm
Hello altogether, at the moment Trinidad renders a span if readOnly is set, but we would like an "input readonly" to be rendered. Would it be possible to make this configurable? And it would be very nice to have the possibility to render "tabindex = '-1'" together with readonly, so that the focus

Re: [Trinidad] Config

2008-02-07 Thread Matthias Wessendorf
yeah, sounds reasonable. let me fix that next days. -M On Feb 7, 2008 7:47 PM, Shane Petroff <[EMAIL PROTECTED]> wrote: > > Matthias Wessendorf wrote: > have you set the Trinidad renderkit ? > > Doh!!! > > While it is definitely included in the example projects, it would be good > if the con

Re: [Trinidad] Config

2008-02-07 Thread Shane Petroff
Matthias Wessendorf wrote: have you set the Trinidad renderkit ? Doh!!! While it is definitely included in the example projects, it would be good if the config section of the Developers Guide at least mentioned that it is mandatory. http://myfaces.apache.org/trinidad/devguide/configurat

Re: [Trinidad] Config

2008-02-07 Thread Matthias Wessendorf
have you set the Trinidad renderkit ? -M On Feb 7, 2008 6:35 PM, Shane Petroff <[EMAIL PROTECTED]> wrote: > Hi, > > I have an existing Tomahawk based application, to which I wanted to add > some new features. I wanted to start out with some basic Trinidad PPR, > so I copied the configuration deta

[Trinidad] Config

2008-02-07 Thread Shane Petroff
Hi, I have an existing Tomahawk based application, to which I wanted to add some new features. I wanted to start out with some basic Trinidad PPR, so I copied the configuration details from one of the Trinidad hello-world examples, but I must have messed something up. (Trinidad 1.0.5, Myfaces