[Trinidad] Table row selection over several pages doesn't work

2010-04-27 Thread schneidc
Hi, I have a large table with several pages, selection style set to multiple and I just encountered that when rows are selected on one page, if I change to another page and only when I also make selections on this other page, all selections made on the previous one vanish. So it seems, that it's

Re: [TOBAGO] How to add new css to Tobago

2010-04-27 Thread Udo Schnurpfeil
Hi, there is no style class tobago-box-footer defined for any HTML tag. So the style will not be applied. When you want to give some panels a different style, you can assign a markup like: tc:panel markup=important ... this will result in HTML with the class tobago-panel-markup-important.

Re: [TOBAGO] How to add new css to Tobago

2010-04-27 Thread tobagouser
Thanks Udo.I will try it and will let you know the result. Udo Schnurpfeil wrote: Hi, there is no style class tobago-box-footer defined for any HTML tag. So the style will not be applied. When you want to give some panels a different style, you can assign a markup like: tc:panel

Antwort: [Trinidad] Table row selection over several pages doesn't work

2010-04-27 Thread wolfgang . toepfer
Hi, Take for example http://www.irian.at/trinidad-demo/faces/components/table_selection.jsp There it works across pages and I think that ought to be normal behavior ;=) Best wishes, Wolfgang. schneidc simon.w...@gmx.de 27.04.2010 11:35 Bitte antworten an MyFaces Discussion

Re: Antwort: [Trinidad] Table row selection over several pages doesn't work

2010-04-27 Thread schneidc
Thanks for the link, it made me dig a little deeper and I found the reason. I had a selectionListener attached to the table which always overwrote the previous selection when switching the page. -- View this message in context:

Re: [TOBAGO] How to add new css to Tobago

2010-04-27 Thread tobagouser
Hi Udo, I created a new markup for box and its worked.Thanks for that.I tried to create a markup for panel in the same way. I observed the selected styles through firebug ,for box its taking new tobago-box-markup-important style. but for panel its not picking the new

Re: [TOBAGO] problem selecting current item in tx:selectOneChoice

2010-04-27 Thread Michael Kakuschky
Hello Udo, thanks for the comprehensive answer. I decide to use solution no. 5 and it works fine for me. But I dont't use enums because the underlying objects are also used for hibernates and it'makes some trouble to mapped them to the hibernate datatypes. I'm not really understanding why

Re: [TOBAGO] How to add new css to Tobago

2010-04-27 Thread Volker Weber
Hi, for panel you should use tobago-panel-markup-important. The gridlayout is just the panel content. Regards, Volker 2010/4/27 tobagouser srikanthchowda...@yahoo.com: Hi Udo, I created a new markup for box and its worked.Thanks for that.I tried to create a markup for panel in the

AW: ExtVal: Rendering component with visual indication for required fields

2010-04-27 Thread Tom M.
Hi Gerhard, what I had already used before asking in the mailing list was: - ExtVal Core - BeanValidation (using JSR-303 annotations) - PropertyValidation (using basic code for custom cross validation annotation and provided out-of-the-box annotations such as @RequiredIf) - I did not want to use

Re: ExtVal: Rendering component with visual indication for required fields

2010-04-27 Thread Rudy De Busscher
Hi Tom, a little more explanation of the *... and do the component initialization of this EditableValueHolder* . When you have an outputLabel in the RendererInterceptor, the EditableValueHolder that goes with it, (the component referenced in the for attribute) isn't initialized by ExtVal yet.

Re: ExtVal: Rendering component with visual indication for required fields

2010-04-27 Thread Gerhard Petracek
hi tom, some additions: first of all: thx for your questions. such questions allow us to improve the documentation! (+ usually there is a simple solution provided by extval and you don't have to care about such extval internals.) @renderer interceptors: the concept allows extval to do all the