Re: [Trinidad] auto-update on every ppr-request?

2007-10-12 Thread Tobias Kilian
all those css. The other thing is i really need a tag like I described which updates on every request and couldnt find it in Trinidad. Greetings, Tobias Kilian <http://dict.leo.org/ende?lp=ende&p=eL4jU.&search=system> AJAX4JSF is intended to make a non-ajax enabled renderkit wor

[Trinidad] auto-update on every ppr-request?

2007-10-12 Thread Tobias Kilian
riginating from a4j components. Thanks for any light on this, Tobias Kilian

Re: [Trinidad] TreeTable Skinning Options?

2007-10-12 Thread Tobias Kilian
(rangeNavigator) </tt><tt>rangeNavigator.options[0].style.display="none"; </tt><tt> to hide the show all option on the client side. you could do a similiar trick with Select All | Select None. You have to look at the generated source to find which postfix like nb__xc_c it is, maybe *&%$ :-) Greetings, Tobias kilian

Re: Select tag: impossible to disable (client side)!

2007-09-25 Thread Tobias Kilian
Hi Stefano! If you disable the control on the client, how should the server know? He assumes required=true so he expects a value from that component. Try the server side disabled attribute or set required to false. Tobias Kilian Hi guys, Who knows how to disable a "t:selectOneMenu

[Trinidad] Selecting in a table via Java-Code

2007-09-19 Thread Tobias Kilian
Hi NG! I want to have a preselection in my tr:table with rowSelection="multiple" . So I tried selectedRowKeys="#{tableInstance.selectedRowKeys}" and putting something in the array before the table gets rendered. But it seams as if the attribute selectedRowKeys is meant for reading out which item

[Trinidad] Preselection in a table

2007-09-18 Thread Tobias Kilian
ding out wich items the user selected and not for putting a selection in. All i want is to have all entries selected when the table is first shown. How do I accomplish this? thanks, Tobias Kilian

Re: Selecting in a table via Java-Code

2007-09-18 Thread Tobias Kilian
e gets rendered. But it seems, the attribute selectedRowKeys is meant for reading out wich items the user selected and not for putting a selection in. All i want is to have all entries selected when the table is first shown. How do I accomplish this? thanks, Tobias Kilian

Selecting in a table via Java-Code

2007-09-18 Thread Tobias Kilian
Hi NG! I want to have a preselection in my tr:table with rowSelection="multiple" . So I tried selectedRowKeys="#{tableInstance.selectedRowKeys}" and putting something in the array before the table gets rendered. But it seems, the attribute selectedRowKeys is meant for reading out wich items t

Re: [Trinidad] Table model update?

2007-09-06 Thread Tobias Kilian
Renzo Tomaselli schrieb: Hi Tobias, I know nothing about Seam, but I had a table refresh problem in the past, when my user was allowed to change colum layout/composition on the fly. In order to refresh the table children, I had to call: ((UIXTable)table).resetStampState(); where -

Re: [Trinidad] Table model update?

2007-09-06 Thread Tobias Kilian
e wrong indices. Question: is their a way to tell the tr:table to refresh its underlying model? How else could i accomplish this? Many thanks, Tobias Kilian

[Trinidad] Table model update?

2007-09-05 Thread Tobias Kilian
r a way to tell the tr:table to refresh its underlying model? How else could i accomplish this? Many thanks, Tobias Kilian

Table model update?

2007-09-05 Thread Tobias Kilian
ion: is their a way to tell the tr:table to refresh its underlying model? How else could i accomplish this? Many thanks, Tobias Kilian