[Trinidad] IndexOutOfBoundsException on tr:selectOneChoice dropdowns.

2007-10-18 Thread Darren McEntee
Hi, We're using Trinidad v1.0.1. We seem to be getting an issue with an IndexOutOfBoundsException on tr:selectOneChoice dropdowns. We have two dropdowns, of which the second dropdown is populated (from DB) from the choice on the first dropdown. What seems to be happening is that every so

RE: [Trinidad] display dialog programmatically.

2007-10-04 Thread Darren McEntee
some thing happend with Dialog Framework, because it worked couple months ago. I don't remember any more the version, but I know that worked. Now I must write action=dialog:somedialog if I want to use Dialog Framework. Use window parameter has no influence on this. Darren McEntee

[Trinidad] display dialog programmatically.

2007-10-03 Thread Darren McEntee
: prefix to get it to work with the useWindow=true attribute on the command button. Can anyone point out anything? Thanks, Darren. Darren McEntee AMT-SYBEX (NI) Edgewater Office Park Edgewater Road BELFAST BT3 9JQ Tel: 028 9078 1616 www.amt-sybex.com P Please consider

[Trinidad] JIRA issue 144

2007-10-01 Thread Darren McEntee
Hi, we are in need of a fix for JIRA issue 144, which we were hoping would have been resolved in the MyFaces Trinidad 1.0.3 release. But unfortunately it is not. I'm wondering if anyone would have the time to look at the issue: details here. https://issues.apache.org/jira/browse/TRINIDAD-144

RE: [Trinidad] IE rendering issues.

2007-09-28 Thread Darren McEntee
To: MyFaces Discussion Subject: Re: [Trinidad] IE rendering issues. Darren That's a known reported (sorry I don't have the issue number to hand) issue that we hope to fix very soon. Check the archives for possible workarounds. Danny On 9/11/07, Darren McEntee [EMAIL PROTECTED

[Trinidad] inputText validation.

2007-09-27 Thread Darren McEntee
Hi, I have a tr:inputText field, which can only be numeric and max 7 in length, and a required field: tr:inputText maximumLength=7 label=#{bundle.test} required=true value=#{bean.test} tr:convertNumber type=number/ /tr:inputText I had a tr:resetButton to reset values entered, but

[Trinidad] inputDate issues.

2007-09-11 Thread Darren McEntee
Hi folks, I have the following tr:inputDate component tr:inputDate value=#{extranetUnreg.startDate} label=#{bundle.DateFrom} partialTriggers=PublishedSince tr:convertDateTime pattern=dd/MM/ secondaryPattern=dd/MM// tr:validateDateTimeRange maximum=#{DateBean.maxDate}/

RE: [Trinidad] inputDate issues.

2007-09-11 Thread Darren McEntee
? -is the maxDate a date ? Are you able to submit a simple test case ? On 9/11/07, Darren McEntee [EMAIL PROTECTED] wrote: Hi folks, I have the following tr:inputDate component tr:inputDate value=#{extranetUnreg.startDate} label=#{bundle.DateFrom

[Trinidad] IE rendering issues.

2007-09-11 Thread Darren McEntee
Hi, I have some issues with rendering input fields in IE when they have validators or required attribute is set. The page contains several fields and partial page rendered is used. On a redisplay of the page, with drop downs etc. correctly updated, there is a 'padded' space under the

[Trinidad] rendering in IE.

2007-09-10 Thread Darren McEntee
Hi guys, Does anyone know why the following component would operate fine in Firefox, but does not even render in IE, in a jsp file. tr:form tr:selectOneChoice label=#{bundle.DefineSearchType} value=#{extranet.mode} autoSubmit=true id=checker tr:selectItem value=none

RE: [Trinidad] TreeTable - expand all.

2007-09-06 Thread Darren McEntee
in this directions? What are the errors you are seeing ? thx, Matthias On 9/5/07, Darren McEntee [EMAIL PROTECTED] wrote: Hi all, I've a quick question regarding the tr:treeTable component. What I want too do is have the option for the treeTable to be expanded by default on specific pages

[Trinidad] TreeTable - expand all.

2007-09-05 Thread Darren McEntee
Hi all, I've a quick question regarding the tr:treeTable component. What I want too do is have the option for the treeTable to be expanded by default on specific pages on initial page loading. I see in the treeTable has the expandAllEnabled attribute which decides whether the Expand All

RE: [Trinidad] TreeTable - expand all.

2007-09-05 Thread Darren McEntee
Anyone know about this? Thanks. Sent: 05 September 2007 10:31 To: MyFaces Discussion Subject: [Trinidad] TreeTable - expand all. Hi all, I've a quick question regarding the tr:treeTable component. What I want too do is have the option for the

[Trinidad] tr:inputText - rendering.

2007-09-02 Thread Darren McEntee
Hi Guys, If I have two trinidad inputText fields like below... tr:inputText label=GPRN: (reg) value=#{bean1.gprn} rendered=#{bean1.appointGprnRender}/ tr:inputText label=GPRN: (Non reg) value=#{bean2.gprn} rendered=#{bean2.appointGprnRender}/ The page this can display data coming from

[Trinidad] web.xml FacesContext

2007-08-30 Thread Darren McEntee
Hi Guys, I am deploying a Trinidad application to a sun app server, and after i deploy the WAR i get this error: javax.servlet.ServletException: Cannot find FacesContext org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont extImpl.java:830)

RE: [Trinidad] web.xml FacesContext

2007-08-30 Thread Darren McEntee
directly, resulting in JSF tag execution without prior FacesContext initialization (done by the FacesServlet). Regards, ~ Simon On 8/30/07, Darren McEntee [EMAIL PROTECTED] wrote: Hi Guys, I am deploying a Trinidad application to a sun app server, and after i deploy the WAR i get this error

RE: [Trinidad] web.xml FacesContext

2007-08-30 Thread Darren McEntee
makes me thinking this... On 8/30/07, Darren McEntee [EMAIL PROTECTED] wrote: Thank for the reply Simon. I originally used: http://SERVER_NAME:port/APPNAME/PAGE.jsp I now use: http://SERVER_NAME:9191/APPNAME/faces/PAGE.jsp and get this instead of the FacesContext error

[Trinidad] inputDate date restrictions

2007-08-30 Thread Darren McEntee
Hi guys, Quick question... I have two tr:inputDate fields i.e. - Date From: - Date To: Both are as follows: tr:inputDate label=Date From tr:validateDateTimeRange maximum=#{DateBean.maxDate}/ /tr:inputDate tr:inputDate label=Date To

RE: [Trinidad] inputDate date restrictions

2007-08-30 Thread Darren McEntee
Please Be Aware Of Suspicious Attachments And Content ** MyFaces sandbox has a validateCompareTo validator to do exactly that. On 8/30/07, Darren McEntee [EMAIL PROTECTED] wrote: Hi guys, Quick question... I have two tr:inputDate fields i.e. - Date

[Trinidad] tr:document

2007-08-29 Thread Darren McEntee
Hi Guys, Quick Trinidad question here... I am trying to use tr:panelTabbed. This appears to work only in conjunction with the tr:document tag. However, we also have an %@ include file=xyz.jsp % tag, that is incorporated in every page. The tr:document and %@ include tags do not appear

RE: [Trinidad] message.properties bundle for selectOneChoice,

2007-08-24 Thread Darren McEntee
Anyone have any ideas on this? From: Darren McEntee [mailto:[EMAIL PROTECTED] Sent: 23 August 2007 16:46 To: MyFaces Discussion Subject: [Trinidad] message.properties bundle for selectOneChoice, ** This Message Originated From The Internet Please

[Trinidad] message.properties bundle for selectOneChoice,

2007-08-23 Thread Darren McEntee
Hi guys, Quick question... I thought I seen this somewhere but can't seem to locate it now... I'm interested in populating the drop down values of a tr:selectOneChoice component with values in a message.properties bundle. This works great for single items like labels and naming

[Trinidad] display exception

2007-08-21 Thread Darren McEntee
Hi i'm wondering what way you would display a caught exception to the user via the trinidad. So for example if we lost connection, or our web servics could not be contacted, how would you get this message back to the user, instead of it sitting in silence. Thanks, Darren. P Please consider the

[Trinidad] customizing converter messages

2007-08-21 Thread Darren McEntee
Hi guys, Can anyone tell me how to custom the messages a javax.faces converter outputs under a field after validation fails. We have a messages.properties file that contains key-value pairs like: javax.faces.converter.BigIntegerConverter.BIGINTEGER= testing 111

[Trinidad] selectOneChoice - changing other component properties

2007-08-07 Thread Darren McEntee
Hi, I am using a trinidad tr:selectOneChoice component on one of my pages, and I also have other input components below this on the same page. The selectOneChoice contains two values. What I want to do is when I select either one of the selectOneChoice drop down values, it would then

RE: [Trinidad] selectOneChoice - changing other component properties

2007-08-07 Thread Darren McEntee
, Matthias On 8/7/07, Darren McEntee [EMAIL PROTECTED] wrote: Hi, I am using a trinidad tr:selectOneChoice component on one of my pages, and I also have other input components below this on the same page. The selectOneChoice contains two values. What I want to do

RE: [Trinidad] Web services data

2007-07-25 Thread Darren McEntee
Hi Guys, Has anyone info on this? I'm interested in getting info how to get Trinidad retrieving and displaying data from web services. I would like to hook up Trinidad components with these external web services. Is there a public example I could see? I'd appreciate anything on this.

[Trinidad] Web services data

2007-07-23 Thread Darren McEntee
Hi Guys, I'm interested in getting info how to get Trinidad retrieving and displaying data from web services. I would like to hook up Trinidad components with these external web services. Is there a public example I could see? I'd appreciate anything on this. Thanks. Best

[Trinidad] trinidad libraries in Netbeans

2007-07-19 Thread Darren McEntee
Hi, Has anyone tried to use the Trinidad libraries in Netbeans or Sun Studio Creator? We have Netbeans 5.5 with the visual web pack installed. We're creating a JSF web application. We're using Apache Myfaces Trinidad, and want to add these JSF components to the Netbeans palette so We can

RE: [Trinidad] trinidad libraries in Netbeans

2007-07-19 Thread Darren McEntee
] trinidad libraries in Netbeans ** This Message Originated From The Internet Please Be Aware Of Suspicious Attachments And Content ** I think that you can't add components to DD in NetBeans. On 19/07/07, Darren McEntee [EMAIL PROTECTED] wrote: Hi, Has anyone

RE: [Trinidad] trinidad libraries in Netbeans

2007-07-19 Thread Darren McEntee
:[EMAIL PROTECTED] Gesendet: Donnerstag, 19. Juli 2007 12:06 An: MyFaces Discussion Betreff: Re: [Trinidad] trinidad libraries in Netbeans I think that you can't add components to DD in NetBeans. On 19/07/07, Darren McEntee [EMAIL PROTECTED] wrote: Hi, Has

[Trinidad] IDE to render TR components (Sun app server)

2007-07-17 Thread Darren McEntee
Guys, quick question... I'm looking for an IDE that will render the Trinidad components (in the Visual Page Editor) and will also hook into Sun application server. I was hoping to use Netbeans, or Java Studio Creator, but looking here:

[Trinidad] Authorisation Authentication? (JAAS?)

2007-07-04 Thread Darren McEntee
Hi all, Can anyone please point me in the right direction as regards methods to execute authorisation authentication to a Trinidad webapp. Something along the lines of Java Authentication and Authorization Service (JAAS http://java.sun.com/products/jaas/ ). We want to implement an

RE: [Trinidad] skin-selectors

2007-06-29 Thread Darren McEntee
; } --- Directory structure is: .../WEB_INF .../css/images - there are gifs Skin CSS file is in .../css directory. Regards, Peter Darren McEntee wrote: Hi, can anyone shed some light on skinning a section

RE: [Trinidad] skin-selectors

2007-06-29 Thread Darren McEntee
] skin-selectors I would expect the Button ontop of the string, but looks like it renders a ... button/a a ... text /a ... -M On 6/29/07, Darren McEntee [EMAIL PROTECTED] wrote: Thanks Matthias, Looks like I'll have to stick to what I have. Is it possible to do something like

[Trinidad] skin-selectors

2007-06-28 Thread Darren McEntee
Is there an alternative to this page for skin selectors as it's a 404. http://incubator.apache.org/adffaces/skin-selectors.html Thanks, Darren. P Please consider the environment before printing this email _ 1. The information

RE: [Trinidad] skin-selectors

2007-06-28 Thread Darren McEntee
-selectors.html On 6/28/07, Darren McEntee [EMAIL PROTECTED] wrote: Is there an alternative to this page for skin selectors as it's a 404. http://incubator.apache.org/adffaces/skin-selectors.html Thanks, Darren. P Please consider the environment before printing this email

[Trinidad] treeTable colum type - depending on dynamic data returned.

2007-06-26 Thread Darren McEntee
Hi there, I'm looking for a way to implement the following in Trinidad. Using the tr:treeTable component I want to be able to dynamically specify what columns a tr:inputDate/ will be set, if the data returned is a date/time result. For example, I have a treeTable facelet with a columns

[Trinidad] datepicker on treeTable column.

2007-06-20 Thread Darren McEntee
Hi guys, Can anyone tell me if it's possible to have an input date picker tr:inputDate/ ... on specific columns on a corresponding treeTable column? Thanks, Darren. P Please consider the environment before printing this email _

[Trinidad] treeTable select

2007-06-18 Thread Darren McEntee
Hi, In the Trinidad tr:table component, when using this with rowBanding enabled and also rowSelection being single, is it possible to get the selected table row to be highlighted, so that row stands out from the rested of the records? I don't see this in the docs. Any info appreciated.

[Trinidad] treeTable data display (xml)

2007-06-15 Thread Darren McEntee
Hi guys, I'm quite new to Trinidad and experimenting with its functionality. I'm looking for information on two things really... (1). I'm trying out the tr:treeTable Trinidad component. I'm interested in a finding a way to get it to read the structure of an XML file and display the