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
6
votes
4 answers

JBoss RichFaces vs IceFaces vs Apache Trinidad - JSF component libraries comparison

What do you think/use for interface layer? The "backing" layer will be Spring 3. The criteria are : Your private opinion Components Documentation AJAX Integration Browser support Community Tool support (Eclipse, NetBeans) I found some comparison…
Piotr Gwiazda
  • 12,080
  • 13
  • 60
  • 91
5
votes
0 answers

poll interval get change when the page get refresh in JSF

I used JSF poll tag to reload a data table in my JSP. And there is another JSP in the footer. It has a button to reload the page with new data. When I click on the button on the footer, it get change the frequency of the poll interval. Bellow is the…
Harsha
  • 400
  • 1
  • 5
  • 16
4
votes
4 answers

Which is best to use? ADF faces components or trinidad components?

I recently got to know about trinidad of Apache MYfaces. For web application i have seen peoples using ADF faces components. Will trinidad components good for Web Application with rich user interface?
Ka-rocks
  • 774
  • 1
  • 14
  • 27
4
votes
5 answers

Eclipse JSF + facelet - opening and editing page is slow

When opening JSF page (JSF + Apache Trinidad + facelet) in Eclipse (Helios), Eclipse freezes for a few seconds before the page is opened. Also when editing the page, code complete / syntax verification is slow - for example I type
padis
  • 2,314
  • 4
  • 24
  • 30
3
votes
0 answers

Need to display three Apache Trinidad charts in three columns instead of the default two

I have created three charts using the Apache Trinidad chart component and I am having trouble customizing the display of the charts. By default, the charts (or gauges in my case) are displayed in two columns so that the third charts is displayed on…
TheNewGuy
  • 53
  • 5
3
votes
1 answer

How to implement a form reset button in JSF when you have PPR and validators?

My contains some fields with validators, including whose validator is built-in. I also have some AJAX/PPR going on, with partialTrigger attributes where say, one combo box's choices depend on the choice of an earlier combo…
cobaltduck
  • 1,598
  • 5
  • 25
  • 51
3
votes
4 answers

Myfaces Trinidad JSF: Ajax problem when sending Non US-ASCII Characters

The Issue: We have a Java web application, based on Apache MyFaces Trinidad. We are facing some problems when trying to partial submit (that's it: via Ajax) a form, when a field contains some special characters, such as Ñ, á, etc. When we write a…
Tomas Narros
  • 13,390
  • 2
  • 40
  • 56
3
votes
1 answer

How can I set an id to id h:commandLink from a c:forEach in order to be accesed by JS?

In a project with JSF 1.1 with Apache Trinidad, I need to create several dynamic h:commandLink, and they need to be accessed by JS in order to be clicked on loading. What I have is this for js: var cardsSize =…
3
votes
4 answers

What exactly does the pageflowScope do in ADF Faces?

ADF faces exposes a new scope(called pageflow) in additon to to the normal session,request,view scopes for managed beans. What does this scope do ? What are its pros and cons ? When do objects put inside pageflowScope get garbage collected ?
Geek
  • 26,489
  • 43
  • 149
  • 227
3
votes
2 answers

Default Sort of tr:table?

Is there a way to sort the initial data displayed on UI using tr:table? I know there are sort properties which can be defined on tr:column and which are used to sort the data present in the table. But the requirement here is to have the data sorted…
Bharat Sinha
  • 13,973
  • 6
  • 39
  • 63
2
votes
1 answer

Has trinidad 2.0 been superseded or obsoleted?

I'm currently trying to find resources to help me learn Trinidad 2.0 for a project I'm employed on. I'm having trouble finding resources for 2.0 even though there are quite a few resources for 1.2. Usually this is a sign that a technology has…
Andrew Bucknell
  • 1,880
  • 3
  • 21
  • 32
2
votes
0 answers

Why is MyFaces/Trinidad rendering my disabled inputTexts as divs?

Deceptively simple question, but I'm at my wits' end here. I have a document. It contains a form. Which contains a subform. Which contains a read-only text field. Here's the relevant part of the structure:
Protected
  • 125
  • 2
  • 7
2
votes
1 answer

ADF Query - display all data on initial page load

I have a page with ADF Query and Trinidad table. Searching with af:query works well and populates the table with data. On initial page load (when I enter the page for the first time), when no search was made, the tr:table is empty. I would like to…
dotintegral
  • 918
  • 1
  • 10
  • 23
2
votes
2 answers

Trinidad poll jsf

Hi i am trying to use tr:poll with no success. My jspx looks like inside body tag,
FUD
  • 5,114
  • 7
  • 39
  • 61
2
votes
1 answer

Trinidad/ADF Faces, file upload, EOFException

I use JSF 2.3 (Mojarra 2.3.3), Trinidad (2.2.1) and its file upload component (tr:inputFile) in a web.xml-version 3.1 on a Tomcat 8.5 server. I get following exception and no valid uploaded file (i.e. the "value"-binded bean attribute remains…
Thies
  • 686
  • 6
  • 17
1
2 3
12 13