[Trinidad] Table Row selection

2008-02-21 Thread David Uebelacker
. Any ideas or better solution ? Thanks, David -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

[Trinidad] Change Translation / Resource Bundle

2007-10-30 Thread David Uebelacker
Hi, is there a way to change the translations used by trinidad ? In detail i want to change the translation of the selection column header (Auswählen in the german bundle). Thanks, David

Re: [Trinidad] Dynamic content in a popup?

2007-10-11 Thread David Uebelacker
://www.nabble.com/-Trinidad--Dynamic-content-in-a-popup--tf4603767.html#a13145371 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

Re: [Trinidad] Table with special row to define filters

2007-10-10 Thread David Uebelacker
} ... / tr:outputText rendered=#{_mystatus.index ne 0} ... / /tr:column This would only show the input text if it is the first row. This is an extremely simple example, but you should get the point. -Andrew On 10/9/07, David Uebelacker [EMAIL PROTECTED] wrote: Hi, i want to define input text fields

Re: [Trinidad] Table with special row to define filters

2007-10-10 Thread David Uebelacker
Hi Andrew, finally i did overwrite the table renderer, cause your solution doesn't really work, if you don't display all rows on one page. The page selection functionality will always display one record to much ;-). David David Uebelacker schrieb: Hi, i want to define input text fields

Re: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-10 Thread David Uebelacker
Hi, you mean MyFaces 1.2 or 2.0 ? I'am using Facelets 1.1.13 + MyFaces 1.2.0 + Tomahawk 1.1.6 (+Trinidad 1.2.2) without major problems! David Wolf Benz schrieb: It's just to soon. If you try to use Facelets 1.1.13 + MyFaces 2.0 + Tomahawk 1.1.6, whether with the taglibs declared in

Re: [Trinidad] Table with special row to define filters

2007-10-09 Thread David Uebelacker
Hi, i want to define input text fields in this row, so it will not work with another data model :-(. Overwriting the default renderer seems to be the only solution for me. David Andrew Robinson schrieb: Custom DataModel that always returns a special first row? On 10/8/07, David Uebelacker

[Trinidad] Table with special row to define filters

2007-10-08 Thread David Uebelacker
fields. I tried it with the header facet, but there is the sorting mechanism in the way :-(. Any better ideas/solutions ? Thanks, David -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

Re: Java heap space

2007-09-28 Thread David Uebelacker
-- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

Re: [Trinidad] inputText validation.

2007-09-27 Thread David Uebelacker
at address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ. For more information on the AMT-SYBEX Group visit http://www.amt-sybex.com _ -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

Re: [TRINIDAD] facelets - accessing the value of a backing bean fails

2007-09-20 Thread David Uebelacker
David Uebelacker wrote: Hi, the value binding works, was my mistake it was really null. Anyway the passed entity object is always null, when i us it the create the component id. David Hi, i have following facelet: span xmlns:ict=http://ict.gft.com/facelets; xmlns:tr=http

Re: [TRINIDAD] facelets - accessing the value of a backing bean fails

2007-09-20 Thread David Uebelacker
if I'm on the right path to find the problem ? David I have exactly the same problems, and no clue what is wrong?! This is started to happening since trinidad 1.0.3 (in my case). I'm using facelets 1.1.12. Luka David Uebelacker wrote: Hi, the value binding works, was my mistake

[TRINIDAD] facelets - accessing the value of a backing bean fails

2007-09-19 Thread David Uebelacker
? thanks, David -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

Re: [TRINIDAD] facelets - accessing the value of a backing bean fails

2007-09-19 Thread David Uebelacker
the value of entity[attribute], but always readOnly. An analog facelet with an tr:selectOneChoice works without problems. Is this a misunderstanding on my side or is it a bug ? thanks, David -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/ -- David

Re: [Trinidad] PPR from table cells failure

2007-09-07 Thread David Uebelacker
prefix had to be specified is different. -- Renzo Danny Robinson wrote: Sandeep, That's one way, but a bit overly complex. Here's the easy way: -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

Re: Urls/Actions without host/port

2007-06-25 Thread David Uebelacker
and does not include the scheme or host. On 6/20/07, David Uebelacker [EMAIL PROTECTED] wrote: Hi, i think this is a simple one, but i can't find out how to configure it right. I want to run my JSF/trinidad application in a tomcat behind a normal httpd apache. Requests are redirected from

Urls/Actions without host/port

2007-06-20 Thread David Uebelacker
/$1 [P,QSA] This works fine, but when i click a link/action the url points always to the tomcat. http://host/app/index.xhtml - http://host:8080/app/faces/other.xhtml What can I do to tell my applikation to not use the host/port information in the urls ? thanks! David -- David Uebelacker mailto

Re: [Trinidad] e.getFacesMessage is no Function

2007-06-07 Thread David Uebelacker
Wessendorf [EMAIL PROTECTED] wrote: I noticed J6 issues in the past as well. Currently Java5 is the first class choice, IMO -M On 6/6/07, David Uebelacker [EMAIL PROTECTED] wrote: hi, now i solved the problem ... i found out, that my LocaleElements_x_x.js files where empty

[Trinidad] e.getFacesMessage is no Function

2007-06-05 Thread David Uebelacker
Hi, I'm using the trinidad SVN source. When i want to save a simple form, i get the JS error e.getFacesMessage is no Function. There seems to be a problem initialising the TrConverterException in Locale.js cause the LocaleElements array is empty. Someone familiar with Locale.js could help me