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
0
votes
1 answer

Error Message Styling in Trinidad

I am using JSF 1.2 with apache Trinidad.I have used the following to take date as input
Ayan Biswas
  • 1,641
  • 9
  • 39
  • 66
0
votes
2 answers

Explain to me the different JSF component libraries relate

Even though i spend whole days developing a JSF application, i've never had any training on the matter and I have to admin I am a still confused how the whole JSF puzzle fits together. JSF just looks a bit thrown together to…
Hendrik
  • 1,355
  • 3
  • 11
  • 30
0
votes
1 answer

Validation error messages disappear when Trinidad component panelAccordion is minimized or maximized

I have a form that is very long but is submitted and validated all together. I need to break it up into sections. I have tried using the Trinidad component panelAccordion to break the form into sections. However if I then submit and validate the…
Laila Agaev
  • 1,782
  • 1
  • 10
  • 19
0
votes
1 answer

Issue using Trinidad PPR (Partial Page Rendering) with Facelets

I have the issue described at http://wiki.apache.org/myfaces/Facelets_with_Trinidad. More specifically: "There is an issue in the id generation for components when a PPR is executed. The symptom is that a click on an command does not execute the…
Puma
  • 135
  • 1
  • 12
0
votes
2 answers

Apache Trinidad Table - Can we disable navigation bar?

How can we disable the navigation bar (select range result) of an Apache Trinidad's table component?
Puma
  • 135
  • 1
  • 12
0
votes
1 answer

JSF rendering and running order

what is the order the javascipt function is running. each browser do something else for example I have this code:
john Smith
  • 1,565
  • 7
  • 34
  • 54
0
votes
0 answers

Table component not rendered in Internet Explorer until some submit

I'm using JSF with trinidad to render a table. It works fine in all browsers except for IE 6/7/8. After I click on a submit button which refresh the whole panel the table is being rendered. Any idea in general what could cause this behavior?
john Smith
  • 1,565
  • 7
  • 34
  • 54
0
votes
1 answer

Apache Trinidad table - range navigation options aren't shown

I'm trying to implement an apache trinidad table in my web application. My code in my xhtml file is:
Puma
  • 135
  • 1
  • 12
0
votes
1 answer

jsf Trinidad: Change tr:table header

I have a tr:table with the rowSelection property set to "single". It draws a extra column with a radio buttons inside. But I want to change the text displayed at that column's header. I don't find any property that allow me to accomplish this. I…
Averroes
  • 4,168
  • 6
  • 50
  • 63
0
votes
1 answer

Jquery trigger click with valueChangeListener on tr:selectManyCheckbox

I am facing one issue with trinidad selectManyCheckbox
Amit
  • 338
  • 1
  • 2
  • 9
0
votes
2 answers

How to read the table variable from a backing bean in JSF?

I am using MyFaces Trinidad, and want to create a single page where selection in one table reloads the content of another table to match the selection. The update is triggered by an actionListener in a partialSubmit. Then I wanted the listener in…
Timo
  • 902
  • 1
  • 10
  • 21
0
votes
1 answer

JSPX Make messageDetail messages show in messages area at the top of the page?

I have set a messageDetailNotInRange message inside tr:validateDateTimeRange for my tr:inputDate component. It appears just below the component. It there a way to make it appear (and replace) the default message (that is being added to the…
cmac
  • 906
  • 10
  • 19
0
votes
1 answer

Grab JSPX user input directly from a trinidad UIXComponent in my Java code?

I would like to retrieve the user input from a component within my Java code. Something akin to textbox.text in aspx/.NET. I am finding the documentation very confusing and my attempts don't compile. Is there a way?
cmac
  • 906
  • 10
  • 19
0
votes
0 answers

Issues with Popup - JSF1.2

I have a parent screen with a link to popup so when i open and close the popup 10 times and try to save the data on parent screen, i see the parent screen's view is lost. I have a configuration in the web.xml for the maximum JSF views that can be…
JSF
  • 57
  • 5
0
votes
1 answer

How to include pages in a JSPX and Trinidad project in run-time without breaking the JSF lifecycle?

I am struggling to figure out a way to include dynamically determined pages in run-time in a JSPX and Trinidad project. You will have an idea when you see what I have, which is:
Dagvadorj
  • 298
  • 4
  • 14