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

MyFaces Context Loading troubles

I met in several times a problem to load myfaces context, i've solved it by recreating maven project like these : mvn eclipse:clean eclipse:eclipse, whithout knowing the real cause, now i am blocked because the problem has reappeared, here is the…
freesniper
  • 79
  • 1
  • 9
1
vote
1 answer

FacesMessage not showing up with PPR

We are migrating our Tomcat servers from Tomcat 6 (with JDK 5) to Tomcat 7 (with JDK 7) and some functionnalities that were working before stopped working. We use Trinidad 1.2.14 and JSF 1.2. We have a tr:table with multiple rows. Each row has an…
LVProg
  • 11
  • 2
1
vote
1 answer

How to change tr:message style

I am using tr:inputText reqired=”true” In order to validate an empty field. In the Trinidad Demo I can see that the tr:message is in red I try to use the same skin from Trinidad demo and also via inlineStyle but I can still see the message in…
angus
  • 3,210
  • 10
  • 41
  • 71
1
vote
0 answers

valueChangeListener behaviour when autoSubmit="true" immediate="true"

I am using Trinidad. For radio buttons and drop down I am using valueChangeListener with autoSubmit="true" to update a part of the page. But it displays the validations if any, so I used immediate="true" to bypass the validations. It worked but…
1
vote
0 answers

Trinidad Nested panelTabbed not working

I'm having some trouble using Trinidad's . I have 1 main panelTab and a secondary one inside one of the main's panel showDetailItem. The problem is : When i switch tabs on the main one "tabbedPanel" everything works as expected, but when I click on…
ufasoli
  • 1,038
  • 2
  • 19
  • 41
1
vote
1 answer

How to clear all pageFlowScope maps from session?

How to clear pageFlowScopes and view caches from session when we are sure its no longer required? Following clears pageFlowScope map in current request context RequestContext requestContext = RequestContext.getCurrentInstance(); …
Prashant Bhate
  • 10,907
  • 7
  • 47
  • 82
1
vote
3 answers

Disable submit button to prevent double click, but only upon successful form validation

Currently my page has a submit button which is disabled when it is clicked, to prevent double submission. However, if there are errors in the form, the user will not be able to re-submit the form…
ohseekay
  • 795
  • 3
  • 20
  • 37
1
vote
3 answers

trinidad 2 and myfaces 2.13

I have started a brand new web application, using myfaces 2.1.3, tomahawk 20-1.1.11 and trinidad 2.0.0. I followed the developers guide and got facelets, jsf and the tomahawk stuff to work. But the trinidad tags keep throwing…
Gerrie
  • 3,873
  • 4
  • 23
  • 26
1
vote
1 answer

Apache Trinidad tr:panelTabbed always validates content of current tab

I have a Problem with the Apache Trinidad tr:panelTabbed component. I am trying to put different forms into the tabs (tr:showDetailItem) of this component. This, for the first try, does not work at all (I get a at NullPointerException,…
w4rumy
  • 13
  • 2
1
vote
2 answers

Apache MyFaces Trinidad: Dynamic tags inside a

I have a simple requirement: The number of columns of my is dynamic. I will have a list of objects, someBean.features which will determine how many columns are rendered. The following diagram should clarify my requirement. In the code…
adarshr
  • 61,315
  • 23
  • 138
  • 167
1
vote
3 answers

Used trinidad chart tag in XHTML, but no output is coming

Below is the code where i am facing the issue, i am not getting the output of the graphs. Kindly help me. My XHTML code
Vinay
  • 51
  • 1
  • 1
  • 4
1
vote
1 answer

JSF Trinidad tr:inputText trimming

When user inserts white spaces in input generated by tr:inputText and submits form I get the value that was submitted in JSF converter (my converter does no trimming) set on the input. But I get null value (original value that came to the input) to…
padis
  • 2,314
  • 4
  • 24
  • 30
1
vote
1 answer

Popupcalendar in Websphere Application Server 9 Tomahawk20

I'm new to stackoverflow so please excuse any error. I'm getting a PopupCalendar issue in my application using Tomahawk2, JSF 2, WAS9. I've defined the ExtensionFilter - /faces/myExtensionResource/* and at runtime it should load in source…
Manali
  • 11
  • 6
1
vote
1 answer

myFaces Trinidad example not displaying

Hi I have followed the setup guide at: http://myfaces.apache.org/trinidad/installation.html When I include the following code in my faces-config.xml file I get an error when I hit a page:
Thomas Buckley
  • 5,836
  • 19
  • 62
  • 110
1
vote
0 answers

panelLabelAndMessage with top-aligned label is uneven when there's one vertically aligned value

I'm using panelLabelAndMessage with multiple vertically aligned values. I would like my label to be always aligned with the top value (not center aligned as it is by default). In order to achieve that I use labelStyle="vertical-align: top;". Below…
Chanandler Bong
  • 403
  • 1
  • 11
  • 23
1 2
3
12 13