[Trinidad] Table Row selection

2008-02-21 Thread David Uebelacker
model in the table. 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
t to fire. Clearly either I am doing it wrong or >> dynamic popups are not supported. Anybody got any ideas? >> -- >> View this message in context: >> http://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
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

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 web.xml,

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

2007-10-09 Thread David Uebelacker
. -Andrew On 10/9/07, David Uebelacker <[EMAIL PROTECTED]> wrote: 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 Dat

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
e otras personas te ayuden! > http://advision.webevents.yahoo.com/reto/entretenimiento.html -- David Uebelacker mailto:[EMAIL PROTECTED] http://david.uebelacker.eu/

Re: [Trinidad] inputText validation.

2007-09-27 Thread David Uebelacker
r GB03036807 at > address The Spirella Building, Bridge Road, Letchworth, SG6 4ET. > AMT-SYBEX (NI) Limited is a UK company, registration number NI024104 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
> property was set as resolved. > > Someone could tell my 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 ca

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

2007-09-20 Thread David Uebelacker
acelets 1.1.12. > > Luka > > > 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. >> >>

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

2007-09-19 Thread David Uebelacker
"/> > > unfortunately the entity passed to the facelet sometimes is null. > > When the inputText checks if the the value is isReadOnly, the entity is > null. Nevertheless the inputText renders the value of entity[attribute], > but always readOnly. > > An analog facelet w

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

2007-09-19 Thread David Uebelacker
the entity is null. Nevertheless the inputText renders 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/

Re: [Trinidad] PPR from table cells failure

2007-09-07 Thread David Uebelacker
ed 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
e link 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 app

Urls/Actions without host/port

2007-06-20 Thread David Uebelacker
faces/$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 Ue

Re: [Trinidad] e.getFacesMessage is no Function

2007-06-07 Thread David Uebelacker
wanted > to take a look at it. > > -- Adam > > > On 6/6/07, Matthias 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/

Re: [Trinidad] e.getFacesMessage is no Function

2007-06-06 Thread David Uebelacker
Text with Double values ... but i will strip it > down to a small example tomorrow > > David > > Matthias Wessendorf schrieb: >> what values are you binding to your input controls ? >> >> looks like a JS issue, when trying to throw JS TrConverterException >>

[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