Tagged Questions
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.
7
votes
3answers
232 views
Which is best to use? ADF faces components or trinidad components?
I recently got to know about trinidad of Apache MYfaces. For web application i have seen peoples using ADF faces components. Will trinidad components good for Web Application with rich user ...
5
votes
4answers
4k views
JBoss RichFaces vs IceFaces vs Apache Trinidad - JSF component libraries comparison
What do you think/use for interface layer? The "backing" layer will be Spring 3.
The criteria are :
Your private opinion
Components
Documentation
AJAX Integration
Browser support
Community
Tool ...
2
votes
0answers
106 views
Need to display three Apache Trinidad charts in three columns instead of the default two
I have created three charts using the Apache Trinidad chart component and I am having trouble customizing the display of the charts. By default, the charts (or gauges in my case) are displayed in two ...
2
votes
4answers
782 views
Myfaces Trinidad JSF: Ajax problem when sending Non US-ASCII Characters
The Issue:
We have a Java web application, based on Apache MyFaces Trinidad. We are facing some problems when trying to partial submit (that's it: via Ajax) a form, when a field contains some special ...
2
votes
1answer
2k views
JRuby Rails3 Trinidad/Jetty_Rails fails on simplest install - feeling as dim as a 2watt bulb
Ok. Been getting quite frustrated trying to get JRuby/Rails3 running with jetty and tomcat.
Trying to get a local install of jruby/rails3 and jetty/tomcat app running on OS-X.
(And eventually to an ...
2
votes
5answers
1k views
Style row banding and selection in tr:table using CSS
I've got a tr:table that I need to style using CSS. All the normal style functions of a table are working, but row banding and row selection aren't coming up. When I view the rendered source, I'm ...
2
votes
1answer
359 views
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
taglibs:
xmlns:ui="http://java.sun.com/jsf/facelets"
...
1
vote
0answers
19 views
Has trinidad 2.0 been superseded or obsoleted?
I'm currently trying to find resources to help me learn Trinidad 2.0 for a project I'm employed on. I'm having trouble finding resources for 2.0 even though there are quite a few resources for 1.2.
...
1
vote
0answers
28 views
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 ...
1
vote
1answer
155 views
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 = ...
1
vote
1answer
279 views
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.
<tr:commandButton onclick="this.disabled=true;" />
However, if there are errors in ...
1
vote
2answers
126 views
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 ...
1
vote
2answers
160 views
Trinidad poll jsf
Hi i am trying to use tr:poll with no success.
My jspx looks like inside body tag,
<f:view>
<tr:document></tr:document>
<tr:form>
<tr:poll id="poller" ...
1
vote
2answers
275 views
Apache MyFaces Trinidad: Dynamic <tr:column/> tags inside a <tr:table/>
I have a simple requirement: The number of columns of my <tr:table/> is dynamic. I will have a list of objects, someBean.features which will determine how many columns are rendered.
The ...
1
vote
2answers
223 views
Used trinidad chart tag <tr:chart> 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC ...
1
vote
2answers
251 views
Eclipse JSF + facelet - opening and editing page is slow
When opening JSF page (JSF + Apache Trinidad + facelet) in Eclipse (Helios), Eclipse freezes for a few seconds before the page is opened.
Also when editing the page, code complete / syntax ...
1
vote
1answer
1k views
How to implement a form reset button in JSF when you have PPR and validators?
My <tr:form> contains some fields with validators, including <tr:inputDate> whose validator is built-in. I also have some AJAX/PPR going on, with partialTrigger attributes where say, one ...
1
vote
1answer
496 views
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:
...
1
vote
1answer
616 views
JAXB boolean handling oddities and JSF
There is a known bug in JAXB: https://jaxb.dev.java.net/issues/show_bug.cgi?id=733
JAXB does not properly generate boolean field getters and setters, this bug is left unfixed for backwards ...
0
votes
1answer
61 views
f:param not working when used with trinidad 2
I am using JSF 2 Trinidad 2(MyFaces) and trying to use f:param in a command button
<tr:commandButton text="Submit" action={backingBean.actionSubmit}>
<f:param name="isSubmit" value="Yes" ...
0
votes
0answers
23 views
Creating a production Rails Server on Amazon AWS
This is some background to my problem...
I have been using 3rd Party as a platform to host my rails application, and its great. So easy to get started and leverage the full power of AWS!
However for ...
0
votes
0answers
61 views
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 ...
0
votes
1answer
43 views
Skip client side validation in Trinidad without immediate=“true”
I am using MyFaces Trinidad JSF 2 and want to skip the client side validations but still update the bean on a button click and navigate to a different page.
I do not want to use immediate="true" as ...
0
votes
0answers
43 views
Getting warning “getClientId should not be called while the view is being constructed.”
In my JSF application I have one JSP page which keeps generating a warning which sometimes gets rendered. In the log files I can see something like this:
WARNING: getClientId should not be called ...
0
votes
0answers
36 views
Trinidad selectManyListbox loses its values after failed validation?
I have a Trinidad selectManyListbox on one of my application pages, as follows
<tr:selectManyListbox value="#{dataManagementLoader.selectedColumns}"
valuePassThru="true"
...
0
votes
0answers
33 views
Why is MyFaces/Trinidad rendering my disabled inputTexts as divs?
Deceptively simple question, but I'm at my wits' end here.
I have a document. It contains a form. Which contains a subform. Which contains a read-only text field. Here's the relevant part of the ...
0
votes
1answer
20 views
How to obtain number of selected rows in tr:table using Javascript?
Let's say I have the following table in my XHTML page:
<tr:table id="listRowsTable" var="bb"
value="#{backingBean.results}"
emptyText="Empty" width="100%"
rowSelection="multiple"
...
0
votes
1answer
86 views
Issue faced with Trinidad Table, Partial Trigger, and Read Only
I have a trinidad table with one column contains drop downs (select one choice) for each row and another column contains an input text for each row.
When a particular option is selected, the input ...
0
votes
0answers
17 views
Myfaces special text in redered pages
I have a myfaces 2.1.3, trinidad 2 and tomahawk 2 site on Tomcat7. I opened one of the pages rendered source to find a problem and saw this
I set all the development modes off and pretty html to false ...
0
votes
0answers
49 views
Trinidad skinFactoryImpl with AgentUtil.java
I'm new to Trinidad and myFaces. I'm trying to get my skin to be selected properly based on the user-agent from my AgentUtil Class. my css is css/skins/bigfont.css Here is some relevant ...
0
votes
1answer
167 views
ADF Query - display all data on initial page load
I have a page with ADF Query and Trinidad table. Searching with af:query works well and populates the table with data.
On initial page load (when I enter the page for the first time), when no search ...
0
votes
0answers
29 views
Skipping client validation on back navigation for tr:train
As the title suggests i have a tr:train in my jsf page with following stops
0----1----2----3
I filled some values in page 0 form and went ahead to page 1,
Now page 1 has some field with required ...
0
votes
1answer
80 views
Trinidad <tr:poll tag
JSF / Trinidad
JSF 1.2-1.2_07-b03-FCS
JSTL 1_1-mr2 (special build)
Trinidad 1.2.8
Java 1.6.0_22-b04
Eclipse 3.6.0 (Helios)
Tomcat 6.0.28 (needs to run also on Weblogic)
IE 7.0.5730.13
Firefox: ...
0
votes
1answer
143 views
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 ...
0
votes
1answer
141 views
JSF2, reloading a page from a ViewScoped bean without destroying the bean?
I've got a little problem I'd like to solve.
I use Apache Myface 2 with Tomahawk and Trinidad.
Trinidad delivers its Dialog Framework to create Modal Dialogs...
My problem is that after the Dialog is ...
0
votes
0answers
101 views
In inputFile doesn't launch valueChangeListener
The snippet is this:
<tr:form usesUpload="true">
<tr:inputFile valueChangeListener="#{backBean.uploadFile}" autoSubmit="true"/>
</tr:form>
The HTML generated is:
<form ...
0
votes
1answer
174 views
Skins for apache trinidad
Hi I would like to know how to use a skin with trinidad. i have created a eclipse project with JSF 1.2 ( apache myfaces ), JSTL, Apache Trinidad 1.2.14. in my project i also created a ...
0
votes
0answers
129 views
Trinidad inputFileUpload inside of non-'multipart/form-data' template form. Javascript to edit dom - an acceptable solution?
Within my web app I have a section which consists of three pages (sub-sections), all of which display a navigation sidebar to allow movement between the three pages.
Templates are used to keep the ...
0
votes
1answer
121 views
expand JSF tree through Javascript
I have a functional trinidad tree . I want to expand the tree when the page is loaded.
<tr:tree id="treeid" value="#{backingbean.model}" var="model">
...
</tr:tree>
I am calling the ...
0
votes
0answers
64 views
Apache Trinidad MyFaces problem with trigers
I'm trying to create dependence between checkbox & textbox. If checkbox is selected textbox should be required to fill. If not it can be empty.
I created xhtml like this:
...
0
votes
1answer
508 views
JSF Trinidad tree component doesn't expand
I'm using JSF Mojarra 2.0.3 implementation along with Apache Trinidad 2.0.0 beta framework, so that I can use tree component.
I've followed developers guide regarding tree component, as well as the ...
0
votes
1answer
409 views
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 ...
0
votes
1answer
230 views
How to force a Trinidad table with rows set, to display the first page/ range?
The set up:
A (Trinidad) JSF page with a few inputs and a couple buttons, one of which is "Search." The action of the search is to take the inputs and use them as search parameters for a call to the ...
0
votes
1answer
397 views
2 tr:selectOneChoice ValueChangeListeners call the same action method
I have 2 tr:selectOneChoice components and each has its own valueChangeListener method. The issue is that when changing the value from the dropdown box 1, it will call the action method 1, which is ...
0
votes
1answer
331 views
JSF + Hyperjaxb3 + Hibernate LazyInitializationException accross requests
I have JSF application with trinidad components and JAXB/JPA entity beans generated by Hyperjaxb3. In the UI I use Trinidad combo box component that has JPA object as values.
The scenario is:
User ...
0
votes
1answer
233 views
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 ...
0
votes
1answer
450 views
How to highlight an input field with validation error with Trinidad (JSF)?
After failed client side validation of a form Trinidad shows error messages and highlights labels of failed inputs. I need to highlight the input fields themselves. Is it possible to do it somehow? ...
0
votes
1answer
134 views
how to hide jsf framework that used in application from users who browse my site?
when i view the source of application in browser i undrestand richfaces or trinidad or ...
jsf framework used for developing this application for example
in richfaces
...
0
votes
1answer
450 views
JSF Page does not submit when onclick javascript is added to menu item?
I show some detail using popup windows. I want to close those when the user clicks on sign-out link. I have a JavaScript function that'll close the windows.
The sign-out link is rendered using ...
0
votes
1answer
1k views
JSF/ADF/PPR can't refresh the page as expected
I am having issues with JSF/ADF/PPR on refreshing the page incorrectly. I have a selectManyCheckBox with 5 options in it, one of the option is 'All'. If users check that checkbox, I should check all ...