Questions tagged [trinidad]

Trinidad is a JSF component library. It is a subproject of Apache MyFaces. The codebase was born as Oracle ADF Faces and was later donated to Apache by Oracle. The codebase is of high quality and supports features as partial page rendering (ajax), integrated clientside validation, Section 508 accessibility, LTR languages, etc.

Trinidad is a JSF component library. It is a subproject of Apache MyFaces. The codebase was born as Oracle ADF Faces and was later donated to Apache by Oracle. The codebase is of high quality and supports features as partial page rendering (ajax), integrated clientside validation, Section 508 accessibility, LTR languages, etc.

Online resources

Related tag info pages

References:

191 questions
2
votes
1 answer

Trinidad 2.2.1's datatable detailstamp resolves to null when customizing the prompt facet

We're in the middle of upgrading from JSF 1.2 to 2.2 and we hit a blockade when upgrading trinidad. In Trinidad 2.2.1, the detailstamp of a datatable will resolve to null when you're customizing the prompt facet. Anybody else knows why this…
2
votes
5 answers

Style row banding and selection in tr:table using CSS

I've got a tr:table that I need to style using CSS. All the normal style functions of a table are working, but row banding and row selection aren't coming up. When I view the rendered source, I'm not seeing a difference in the rows for an id or…
Alex Larzelere
  • 1,211
  • 1
  • 11
  • 17
2
votes
0 answers

Issue with Row selection when RowDisclosureEvent in tr:table is used with Trinidad

I have a requirement of expanding/collapsing the row contents of a table using trinidad tags. Have tried with the following approach Approach : Added RowDisclosureEvent to the tr:table tag of my jspx Defined facet:detailStamp for the inside table…
sandy4na
  • 53
  • 5
2
votes
1 answer

Oracle ADF: SkinFactory is not working correctely in JDeveloper 12.1.3

I use the code below to populate my skin list and give the user the possibility the change the skin at runtime. public List getSkinChoices() { List choices = new ArrayList(); String skinFamily = null; String skinLabel = null; …
Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65
2
votes
1 answer

NullPointerException at setCharacterEncoding(UploadRequestWrapper.java:83)

I am trying to upload a file to server using trinidad fileupload (tr:inputFile) component but i get a NullPointerException at setCharacterEncoding(UploadRequestWrapper.java:83) on pressing the commandButton. My XHTML file contains:
ja4
  • 416
  • 5
  • 11
2
votes
1 answer

Could not load ViewHandler (InstantiationException) using Trinidad 2 with Facelets

OK, I'm out of ideas. I'm trying to get Trinidad 2.1.0 running on Glassfish 4 using Facelets, but I keep getting this exception first: WARNING: Could not load ViewHandler javax.faces.application.ViewHandler WARNING: …
Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
2
votes
0 answers

Apache myfaces trinidad with Jsf 2.0 Tutorial

I am searching for a tutorial for using apache myfaces trinidad with Jsf 2.0. Can somebody please provide a link for this.
Ayan Biswas
  • 1,641
  • 9
  • 39
  • 66
2
votes
0 answers

Unable to load tag handler class "null" for tag "ui:composition"

I am trying to create a JSF application using MyFaces and Trinidad. I have added the following JARs to my…
Naveen
  • 21
  • 4
2
votes
1 answer

JSPX Trinidad messageDetailNotInRange for validateDateTimeRange not working

I am trying to override the default validateDateTimeRange message using messageDetailNotInRange as per the documentation. Despite my code, the validator produces the default error message: "The date is outside the valid range." Can anyone see…
cmac
  • 906
  • 10
  • 19
2
votes
1 answer

JSF 1.2 with Trinidad - using fileDownloadActionListener

I'm using the DownloadFile Listener in my application as follow :
JohnSmith2
  • 47
  • 1
  • 11
2
votes
1 answer

JSF - Trinidad versus MyFaces

I understand that the Trinidad framework is an extension of MyFaces project (who is the JSF implementation). But, I have JSF project that has only the trinidad dependencies. So, I ask: How works this project without the JSF implementation´s…
2
votes
0 answers

How to determine when user has cancelled downloading file from web site --- tr:fileDownloadActionListener

I'm using JSF 1.2 with Trinidad Library In my xhtml file in order to enable downloading I'm using . How can I know when a user cancel downloading the file ?
john Smith
  • 1,565
  • 7
  • 34
  • 54
2
votes
1 answer

java.io.IOException: Not in GZIP format Exception

I have a JSF 2.0 (Trinidad) application using PRIMEFACES 3.3 SNAPSHOT component and i am trying to use the p:schedule but every time the page with the tag is called i get the exception. The weird part is that when i am using a normal JSF application…
Tumza
  • 21
  • 4
2
votes
2 answers

InputDate popup not work IE 9

I have a problem working with and Internet Explorer 9. The calendar for picking the date it's not showing. With Chrome/Firefox and previous versions of IE and IE compatibility mode works fine. I disabled the pop-up blocker but still…
dst
  • 19
  • 5
2
votes
1 answer

JSF Trinidad Chart does not display

Environment: JSF2.0 + MyFace + Trinidad + GlassFish ,IDE: eclipse I am very new to JSF and currently I want to display Trinidad Chart on my pages but fail to do it. I can display other Trinidad components panelFormLayout like but shows following…
Willy
  • 1,828
  • 16
  • 41
1
2
3
12 13