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

Inconsistent Rendering issue with Trinidad JSF

I am getting rendering error inconsistently in JSF pages. I am using Trinidad Framework. Following is the log, Please help [6/28/12 11:44:56:124 IST] 00000020 FileRepositor A ADMR0010I: Document…
Ashish Agarwal
  • 6,215
  • 12
  • 58
  • 91
0
votes
1 answer

Upgrade issues - What is the connection between JSF, Myfaces, Trinidad and Facelets?

I have been working on a project and trying to understand how these components work. I am getting confused with the role each one plays. My current task is to take a project that is utilizing JSF, MyFaces, Trinidad and Facelets in Tomcat 5.5 and…
John F.
  • 4,780
  • 5
  • 28
  • 40
0
votes
0 answers

Launching Applet from JSF NullPointerException

When I run a applet inside a jsf page (I'm working with myfaces and trinidad components) the log shows me this while the applet is loading: SEVERE: Servlet.service() for servlet faces threw exception java.lang.NullPointerException at…
dst
  • 19
  • 5
-1
votes
1 answer

Why pdf downloaded bij Trinidad fileDownloadActionListener can't be open with pdf reader?

I do create PDF from String which this String is in xml format and present to user as a trinidad button with fileDownloadActionListener. I can download the PDF but can't open it with PDF reader such as adobe reader first I thought it maybe…
itro
  • 7,006
  • 27
  • 78
  • 121
-1
votes
1 answer

Is there a way to fix corrupt myfaces captcha image?

I'm using JSF myfaces 2.0. The captcha image is corrupted on screen. The OS is RHEL 7.4. I'm using new OS, RHEL 7.4. I downloaded tomahawk20 sources and debugged the code. Found that captcha text is generated properly in class…
omi0208
  • 1
  • 2
-1
votes
1 answer

Building a mobile web site

We are in the process of looking at allowing mobile devices to view our site. We have targeted 3 phones - BlackBerry, iPhone and Android. Being new to all this I have several questions. I am going to assume that what we are really looking at here…
boyd4715
  • 2,701
  • 10
  • 48
  • 75
-1
votes
1 answer

Trinidad Component

How can I make my application web responsive design that is already design for desktop PC using Trinidad Component in ADF 11g? Is it possible for with Trinidad component design application that support web responsive design?
-1
votes
1 answer

Why end some selectors in `:alias` and others don't?

Looking at the documentation of trinidad skinning selectors I noticed that some selectors end in :alias and others don't. For example: .AFLabelDisabled:alias Aliased style class that is included in the label selector for all the form components…
Angelo.Hannes
  • 1,729
  • 1
  • 18
  • 46
-1
votes
1 answer

How to add parameters to resource boundle

I'm trying this (that works): message = Any value {0} Trinidad :
dst
  • 19
  • 5
-2
votes
1 answer

Why Primefaces commandButton does not redirect to the page?

I use primefaces version 6.2 in combination with jsf and trinidaad. In the project I have a table with each row containing a button to redirect this page to another page based on selected row. jsf and trindad commandLink and commandButton does the…
itro
  • 7,006
  • 27
  • 78
  • 121
-2
votes
1 answer

Inner UI:repeat does not bind to a bean in a nested UI:repeat

HI, I am using nested ui:repeats to display my data. the outer UI:repeat works and binds to bean just fine, but the inner does not bind to the bean. In sumary, I would like to display a list of people where each person has a name and a list of email…
Nhut Le
  • 135
  • 1
  • 6
  • 15
1 2 3
12
13