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

Find standard JSF tags for the corresponding Trinidad tags

Is there any way can we find standard JSF 2 tags for the corresponding Trinidad tags? Could anyone please help me on identifying the equivalent JSF 2 tags for the following list of Trinidad tags?
Sathya Elangovan
  • 163
  • 3
  • 14
0
votes
1 answer

What is the relation between ADF faces and Trinidad?

I was looking into the documentation of ADF Faces TreeMap component and got a little bit surprised by the namespace of the event called AttributeChangeEvent that this partcular component supports ie …
Geek
  • 26,489
  • 43
  • 149
  • 227
0
votes
1 answer

Simple Trinidad navigation

I followed the first example in Trinidad's navigation Dev Guide but the result link always comes out as a "#". I double check their downloadable example but don't see any difference. Main.xhtml
MooCow
  • 367
  • 2
  • 6
  • 24
0
votes
1 answer

JSF with trinidad tr:selectOneChoice

Assume that I'm using this component as following:
JohnSmith2
  • 47
  • 1
  • 11
0
votes
1 answer

Apache MyFaces Trinidad: generate html

The html that generate from tr:table contains th for the header and td for the row data which is good. my problem is that i want to style to the 'th' element When I added style to tr:outputText this does not effect. The style that I trying to add…
JohnSmith2
  • 47
  • 1
  • 11
0
votes
1 answer

Apache MyFaces Trinidad: header Alignment tags inside a

I'm trying to create simple table with header align to left OR right In case of numeric the header should align to right otherwise to left. This is my code:
JohnSmith2
  • 47
  • 1
  • 11
0
votes
1 answer

JSF Trinidad tr:table css issue

I'm using tr:table and I want to add spacing between the cells so they won't be close to each other The html that generate from has attribute cellSpacing = 0 tag has not such attribute. how can I do it ? thank, John.
JohnSmith2
  • 47
  • 1
  • 11
0
votes
1 answer

JSF Trinidad Image tag replace broken images

I'm using JSF with Trinidad tag I was wondering how can I catch error event like in html img tag This is my code: So , I will be able to replace the image…
JohnSmith2
  • 47
  • 1
  • 11
0
votes
1 answer

Unknown NullPointerException when trying to run Apache MyFaces 2.0.2 application

I am trying to run a sample JSF 2.0 application which is built on Apache MyFaces 2.0.2 and Apache Trinindad 2.0.1. I am running on weblogic 11g. I am encountering an NullPointerException in trinidad internal classes which i am unable to debug. Here…
Sreeram
  • 3,160
  • 6
  • 33
  • 44
0
votes
1 answer

JSF + Trinindad using component using required attribute

I'm using trinidad library, when the required attribute is set on tr:inputText component from the backing bean, the component shifts to the right.This causes the component to be out of alignment with other components enclosed within a panel box…
john Smith
  • 1,565
  • 7
  • 34
  • 54
0
votes
2 answers

JSF what is the component source of the request?

I'm using Trinidad Library. I have commandButton that has partialSubmit=true attribute and a panel that has partialTriggers that point to that commandButton. How can I know on the server side what is the source of the request , I mean which…
john Smith
  • 1,565
  • 7
  • 34
  • 54
0
votes
1 answer

Selecting initial rows CoreTable

I have a that i want to show with the selection multiple enabled. I'm using a List for the collection and the values are take from database when i selected a value from a…
dst
  • 19
  • 5
0
votes
0 answers

UnManagedBean setter not called

I have run in to wierd issue where the setter of a property within my managedbean is not called. I have 4 javabeans and out of which two are managed bean and two are POJO ManagedbeanA has instance of ManagedbeanB which has a instance of PojoA…
JSF
  • 57
  • 5
0
votes
1 answer

panelAccordion inside panelTabbed does not expand

I have a problem using accordionPanel inside one of tabs, I can't expand accordion item to show its content. Works nicely outside tabbedPanel. Can anybody help? I suppose it might be something with nested showDetailItems, but even when every…
TrueCurry
  • 205
  • 3
  • 12
0
votes
1 answer

Oracle ADF Mobile Trinidad Faces not optimized for Android webkit browser (linuxwebkit)?

We are developing Mobile based application using Oracle ADF Mobile (Jdev R1). Trinidad Faces and JSF faces are rendering optimized on all smart phones (i.e. iPhone, Blackberry and windows) except Android (linuxwebkit) web browser. On Android…
Yousuf Qureshi
  • 498
  • 2
  • 7
  • 21
1 2 3
12
13