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
0 answers

Integrate RF3.3 and Trinidad in JSF project

My web application is running JSF(2.0) without facelets and RF3.3. I need to integrate Trinidad into the existing web application project. I have downloaded the trinidad jars and have placed them inside WEB-INF/lib folder. However when I went…
AngelsandDemons
  • 2,823
  • 13
  • 47
  • 70
1
vote
2 answers

Masked input field in Trinidad

PrimeFaces has a component which forces an input to fit in a defined mask as input is being typed. For example: Is there any equivalent…
john Smith
  • 1,565
  • 7
  • 34
  • 54
1
vote
1 answer

Using Trinidad in JSF environment

I'm facing an unpleasant issue with an JSF based application of mine. Right now i have several xhtml-Files which include / make use the following…
KB22
  • 6,899
  • 9
  • 43
  • 52
1
vote
0 answers

How to check ADF UIComponent visibility on server side?

Provided that I have an UIComponent (or, actually, an UIXComponent) instance, how can I check that it will be rendered visible? Checking the visible property on a component won't always work, because one of component's parents can also be invisible.…
dragn
  • 1,030
  • 1
  • 8
  • 21
1
vote
1 answer

IE does not support SVG viewer via JSF Trinidad

When using component from Trinidad lib there is problem using it in Explorer since it does not have built in support for SVG viewer. Trinidad has hard coded url in case of error which open adobe page of SVG viewer. The problem is that it…
john Smith
  • 1,565
  • 7
  • 34
  • 54
1
vote
3 answers

What is the api to clear selection on a af:table?

I have a two ADF faces table say A and B and their rowSelection property is is set to "single". Now the requirement is when one row is selected from A , it should clear out all selections from B and vice versa . So I have registered…
Geek
  • 26,489
  • 43
  • 149
  • 227
1
vote
2 answers

Trinidad with Facelets cause Stackoverflow

I'm in the middle of learning Java EE with Trinidad but ran into some problem. The Trinidad 2.x examples use JSPX while their old demo site use pure JSF (XHTML). When I try to write the a test page using Facelets in XHTML, I kept getting…
MooCow
  • 367
  • 2
  • 6
  • 24
1
vote
1 answer

JSF Trinidad selectOneChoice UI COmponent

This is my .xhtml file I want to be able to identify between the different options in the client side. In my backing bean I have boolean for each Choice. Is it…
JohnSmith2
  • 47
  • 1
  • 11
1
vote
2 answers

trinidad custom error message

I'm using trinidad input date component. I need to override the error message provided by the component. This is the error message provided by the component, Enter a date in the same format as this example: 29/11/1998 Thanks in advance
bharanitharan
  • 2,539
  • 5
  • 32
  • 30
1
vote
1 answer

OpenSSL Keystore Generation for Trinidad

I am trying to use openSSL to set up an https connection for my application. I'm running a Neo4j 1.2.2 database, with a Trinidad 1.3.5 web server, using the Rails 3.1 and ruby 1.9. I have a Thawte trial certificate, ca_cert.crt, their intermediate…
MrSmiles
  • 15
  • 1
  • 5
1
vote
2 answers

What is a basic setup of MyFaces Trinidad on a JSF 2.0 Project?

I have a JSF 2.0 project with MyFaces Trinidad 2.0.1 components, i have created some forms using trinidad components, but some components that use ajax don't render as expected or like in the showcase or are non-responsive, The Tree component…
Siya Sosibo
  • 338
  • 1
  • 10
  • 23
1
vote
1 answer

How to use MyFaces Trinidad Input Date component?

I have a JSF 2.0 project with some forms, xhtml pages, After adding the MyFaces Trinidad Input Date component and i run the application, when i click the Input Date icon, its non-responsive and doesn't do anything? or I get this error: /_ADFv_.xhtml…
Siya Sosibo
  • 338
  • 1
  • 10
  • 23
1
vote
1 answer

JSF merge multiple iterators in trinidad

In my JSF page I'm running on 2 diffrent iterators using tr:iterator tag. each iterator print 3 words The html that generated from this page contains 2 'dt' elements which contains the 3 words in 3 other 'td' element. Is it possible the the html…
john Smith
  • 1,565
  • 7
  • 34
  • 54
1
vote
1 answer

How to restrict input for a trinidad input date control?

I have a control on a page, and would like to restrict users entering dates directly into the textbox associated with the date picker. Is there any way to do this. Thanks and Regards, Wriju
WrijuB
  • 141
  • 1
  • 3
  • 14
1
vote
0 answers

How to use ajax to re-render selectManyCheckbox from selectOneRadio

I'm trying to use a selectOneRadio to redraw some of my components (namely enabling/disabling them). I've tried just using the id of my selectManyCheckbox; didn't work. I also tried putting the selectManyCheckbox inside of a h:panelGroup; also…
Spen-ZAR
  • 818
  • 6
  • 19