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
1
vote
1 answer

How can I envelope something in HTML element conditionally

On a page created with use of JSF, JSTL and Trinidad, I have some tag called with many attributes.
Gangnus
  • 24,044
  • 16
  • 90
  • 149
1
vote
1 answer

How to clean up resources in Spring Webflow?

I have a Spring Webflow application. In one view-state a user can upload file to server. By default, file is created temporarily by Apache Trinidad only for request scope. So I copy it to another path on server because we need user confirmation in…
Gondy
  • 4,925
  • 4
  • 40
  • 46
1
vote
1 answer

Javascript/Trinidad: autoSubmit on checkbox prevents keyup event from being heard

When my user presses 'Enter' after clicking a checkbox, my form should act as though the 'Next' button was pressed. But, I am using PPR (partial page rendering) so that when it is clicked, my checkbox triggers a 'Next' button to get repainted. This…
cmac
  • 906
  • 10
  • 19
1
vote
1 answer

JAXB boolean handling oddities and JSF

There is a known bug in JAXB: https://jaxb.dev.java.net/issues/show_bug.cgi?id=733 JAXB does not properly generate boolean field getters and setters, this bug is left unfixed for backwards compatibility. A JAXB plugin exists and will ensure that…
finrod
  • 367
  • 2
  • 13
1
vote
1 answer

How to display dotted line around radio button or check box control withTrinidad jsf table tag

Currently in our web application, Trinidad JSF tr:table tag is used to display information in the table format. Upon using the attribute rowSelection=single, radio button displayed automatically for each row in a table and name/text next to this…
1
vote
1 answer

Trinidad2.0.1 not working with IE11

I am using trinindad-2.0.1 with JSF2.0 and it is working fine with IE8 browser. I tried to use same application in IE11 but I am getting following exception when try to use the application: java.lang.NullPointerException…
sai
  • 21
  • 1
1
vote
2 answers

Oracle ADF - Trinidad Skinning - import CSS into skin css

I am new to Oracle ADF and using Jdeveloper 11.1.1.7 I am using skinning to create styles for my application. I would like use two different css files for a skin. lightblue.css will apply light blue color styles for a component and base.css will…
user1373028
  • 39
  • 1
  • 6
1
vote
1 answer

Line Chart in Trinidad

I want plot a line chart using Trinidad 1.2. I have a class called AcidenteTO which consists in int indicating the year and a array of int indicating the values for each month. In ChartModel used to populate my chart, I passed a List of…
Rafael Afonso
  • 595
  • 1
  • 10
  • 28
1
vote
2 answers

("id").val() not working with tr:subform tag

I am using apache trinidad. I have used a tr:subform tag, inside that I have a few elements like datefields, commandbutton each has got a Id. Now I have a jquery function that uses ('#id').val() to get the fields.But it does not work.I can see that…
sovan
  • 363
  • 1
  • 4
  • 13
1
vote
0 answers

Prevent JSF InputText in allowing multiline text

I used Apache Trinidad Component in rendering my mobile user interface. Now I have an inputtext code like this but if it for example the space is constrained (browser rendering) and a carriage return is added in the inputtext
Mark Estrada
  • 9,013
  • 37
  • 119
  • 186
1
vote
1 answer

Overriding element style in apache trinidad

I have a date field in my jsp page where I have used apache trinidad. I have written the following code for that
sovan
  • 363
  • 1
  • 4
  • 13
1
vote
0 answers

Handling session expiring when user clicks inside a modal dialog

In a JSF 2.0 application, I'm using facelets and trinidad component library. The problem is, with the trinidad modal dialog (which is basically an IFrame), if the session expires while the dialog is open, and the user clicks a button (starting an…
Laila Agaev
  • 1,782
  • 1
  • 10
  • 19
1
vote
3 answers

How to freeze or disable an update input form

I wonder if it is possible for me to freeze or disable the entire update form? I have an input h:form with a check box in it. when users check the box, I would like to freeze or disable the entire form so that disallow users from changing…
Nhut Le
  • 135
  • 1
  • 6
  • 15
1
vote
1 answer

Validating one form with multiple tabs, how to switch tabs without losing validation errors? Using Myfaces and Trinidad

I have 1 very long form that needs to be split into pieces, but it is submitted and validated as one. I have split it into tr:panelTabbed sections each of which displays a set of fields. The validation messages are displayed currectly in the first…
Laila Agaev
  • 1,782
  • 1
  • 10
  • 19
1
vote
2 answers

jsf facelet horizontal menu

i'm trying to do an horizontal menu, using JSF, Trinidad and facelets, the menu is created so: