Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Bart Kummel
Hi, I know Trinidad components use a special way of client side state saving. Maybe the problem is that the Tomahawk components do not support this Trinidad-specific solution. So it could be related to the fact that you're mixing Tomahawk and Trinidad components, as you suggested. Why are you

Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Luka Surija
I also have the same experience with this problem. Switching from state_saving_method from server to client (trinidad token), on every action where navigation is null (probably something to do with component tree not rebuilding), most non JSF tags are duplicating on every request. For

RE: Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Rene van Wijk
Do you use any iterator components which you coupled to a bean in the scope session?   Maybe another option is to use tr:form from trinidad and see how that works out.   -Original message- From: Luka Surija l...@iytim.hr Sent: Tue 16-03-2010 12:18 To: MyFaces Discussion

Re: Trinidad: auto suggest input box?

2010-03-16 Thread Bart Kummel
Hi Mike, As far as I know there isn't. Yet... Best regards, Bart On Mon, Mar 15, 2010 at 19:24, Mike Quentel mquen...@4dm-inc.com wrote: Does Trinidad have an auto-suggest functionality like this example: http://www.tomcoote.co.uk/AutoSuggestBox.aspx Many thanks, Mike Quentel --

Re: [Trinidad] How to get control over tr:table detail disclose link table cell?

2010-03-16 Thread Bart Kummel
Hi Elmar, You should use Trinidad Skinning for this. You can take an existing skin and change the elements you want to change the appearance of. See [1] for more information. Best regards, Bart [1] http://myfaces.apache.org/trinidad/devguide/skinning.html On Wed, Mar 10, 2010 at 11:58, Elmar

Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Stephen Connolly
Ooooh! I'll have to check but if that works then it's a work-around for some of my use-cases where this bug is really biting me in the arse... Now if only I could convince the template authors that we have to use to replace tomahawk components with trinidad only components... -Stephen On 15

Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Joachim Schrod
Bart Kummel wrote: Hello, Why are you mixing Tomahawk and Trinidad components? Apart from some special cases (e.g. captcha and schedule) there are Trinidad alternatives to every Tomahawk component. What do you use as the Trinidad replacement for t:savestate, as a method to cache

Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Luka Surija
No, i don't use any iterator beside tr:table. Next time I'll try with tr:form. Luka Surija Rene van Wijk wrote: Do you use any iterator components which you coupled to a bean in the scope session? Maybe another option is to use tr:form from trinidad and see how that works out.

Re: [TRINIDAD] Header rendering multiple times.

2010-03-16 Thread Luka Surija
Hi, i'm not using any other components beside Trinidad Luka Surija Bart Kummel wrote: Hi, I know Trinidad components use a special way of client side state saving. Maybe the problem is that the Tomahawk components do not support this Trinidad-specific solution. So it could be related to the

f:event throwing ClassNotFoundException for type

2010-03-16 Thread Bruno Aranda
Hi, I am testing a webapp with the latest myfaces snapshot, and the f:event tag is throwing a ClassNotFoundException because it is not able to find the type preRenderView... f:event type=preRenderView listener=#{experimentController.loadData}/ Why is it trying to search for the class

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Marcus Büttner
Hi I think you must use type=javax.faces.event.PreRenderViewEvent regards, Marcus Bruno Aranda schrieb: Hi, I am testing a webapp with the latest myfaces snapshot, and the f:event tag is throwing a ClassNotFoundException because it is not able to find the type preRenderView... f:event

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Leonardo Uribe
Hi It seems we don't have it on org.apache.myfaces.config.NamedEventManager, so f:event is unable to resolve it correctly. Just register it there will solve the problem. regards, Leonardo Uribe 2010/3/16 Bruno Aranda brunoara...@gmail.com Hi, I am testing a webapp with the latest myfaces

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Marcus Büttner
Hi, but if you will register the name you have to take the name property instead of type in f:event. The type property requires a class name. Isn't? regards, Marcus Leonardo Uribe schrieb: Hi It seems we don't have it on org.apache.myfaces.config.NamedEventManager, so f:event is unable to

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Bruno Aranda
Ah yes, now I see. I will create the ticket and commit the fix! Thanks guys! Bruno On 16 March 2010 16:12, Leonardo Uribe lu4...@gmail.com wrote: Hi It seems we don't have it on org.apache.myfaces.config.NamedEventManager, so f:event is unable to resolve it correctly. Just register it

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Leonardo Uribe
Hi There was a problem about f:event name and type attribute. Finally it was clearified the real attribute is type, but this attribute also has the semantic of name, so the code proposed is valid. I'll create and issue and fix it soon. regards, Leonardo Uribe 2010/3/16 Marcus Büttner

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Leonardo Uribe
Hi It is done (see MYFACES-2608) regards, Leonardo Uribe 2010/3/16 Leonardo Uribe lu4...@gmail.com Hi There was a problem about f:event name and type attribute. Finally it was clearified the real attribute is type, but this attribute also has the semantic of name, so the code proposed is

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Bruno Aranda
argh! created a duplicate hehe On 16 March 2010 16:27, Leonardo Uribe lu4...@gmail.com wrote: Hi It is done (see MYFACES-2608) regards, Leonardo Uribe 2010/3/16 Leonardo Uribe lu4...@gmail.com Hi There was a problem about f:event name and type attribute. Finally it was

Re: Trinidad: auto suggest input box?

2010-03-16 Thread Walter Mourão
Hi Mike, I've built a Trinidad/Facelets alternative at http://code.google.com/p/trinidadcomponents/ I hope it helps, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Mon, Mar 15, 2010 at 3:24 PM, Mike Quentel mquen...@4dm-inc.com wrote: Does Trinidad

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Matthias Wessendorf
right, and also there is some lack of description about the shortnames in the spec (don't remember the spec issue number, I filed for that) -Matthias On Tue, Mar 16, 2010 at 9:24 AM, Leonardo Uribe lu4...@gmail.com wrote: Hi There was a problem about f:event name and type attribute. Finally

When a h:link disabled=true, it is not rendered correctly..

2010-03-16 Thread Bruno Aranda
Hi, Again with my webapp. The h:links are not rendered correctly when disabled, only the span tags are rendered but no value... is that a new one? Cheers, Bruno

Re: When a h:link disabled=true, it is not rendered correctly..

2010-03-16 Thread Leonardo Uribe
Hi Yes, it is a new one. The code that renders this one is in shared. See HtmlLinkRendererBase.renderOutcomeLinkStart(FacesContext, UIOutcomeTarget). regards, Leonardo Uribe 2010/3/16 Bruno Aranda brunoara...@gmail.com Hi, Again with my webapp. The h:links are not rendered correctly when

[Trinidad] Old pocket IE

2010-03-16 Thread Walter Mourão
Hi folks, I just realized the tr:commandLink isn't working with an old Pocket PC / Pocket IE... it looks like this browser does not support javascript. Is there a way to force Trinidad to render without javascript ? FYI: the application works with Windows Mobile 5... but my customer has lots of

Re: When a h:link disabled=true, it is not rendered correctly..

2010-03-16 Thread Bruno Aranda
Thanks! Fixed! https://issues.apache.org/jira/browse/MYFACES-2610 https://issues.apache.org/jira/browse/MYFACES-2610Cheers, Bruno On 16 March 2010 17:09, Leonardo Uribe lu4...@gmail.com wrote: Hi Yes, it is a new one. The code that renders this one is in shared. See