Tagged Questions
2
votes
0answers
71 views
Unable to load tag handler class “null” for tag “ui:composition”
I am trying to create a JSF application using MyFaces and Trinidad. I have added the following JARs to my /WEB-INF/lib:
commons-beanutils-1.7.0.jar
commons-collections-3.1.jar
...
0
votes
0answers
37 views
How to use the autoSubmit feature in MyFaces Trinidad when dealing with multiple actions?
I can't find a definitive article about using this feature the best way.
Imagine I have a page that has 2 areas. The center and the navigation area. Both of them contains some form elements that ...
0
votes
1answer
38 views
JSPX Make messageDetail messages show in messages area at the top of the page?
I have set a messageDetailNotInRange message inside tr:validateDateTimeRange for my tr:inputDate component. It appears just below the component. It there a way to make it appear (and replace) the ...
0
votes
1answer
67 views
Grab JSPX user input directly from a trinidad UIXComponent in my Java code?
I would like to retrieve the user input from a component within my Java code. Something akin to textbox.text in aspx/.NET. I am finding the documentation very confusing and my attempts don't compile. ...
1
vote
1answer
76 views
JSPX Trinidad messageDetailNotInRange for validateDateTimeRange not working
I am trying to override the default validateDateTimeRange message using messageDetailNotInRange as per the documentation.
Despite my code, the validator produces the default error message: "The date ...
0
votes
1answer
65 views
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
...
0
votes
0answers
106 views
default-render-kit-id
We use rad-8 and was-7, in faces-config.xml is defined default- render-kit-id as:
<default-render-kit-id>
org.apache.myfaces.trinidad.core
</default-render-kit-id>
But, when ...
-1
votes
1answer
55 views
How to add parameters to resource boundle
I'm trying this (that works):
message = Any value {0}
<h:outputFormat id="myMessage" value="#{bundle.message}">
<f:param value="#{mybena.value}"/>
...
0
votes
1answer
577 views
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 ...
0
votes
0answers
722 views
request forward from servlet to a jsf page not working
I have a native mobile application which authenticates itself by posting some parameters to a Servlet.
Once successfully authenticated, the user needs to be see his jsf home page.
On successful ...
1
vote
1answer
82 views
JSF - Trinidad versus MyFaces
I understand that the Trinidad framework is an extension of MyFaces project (who is the JSF implementation). But, I have JSF project that has only the trinidad dependencies. So, I ask:
How works ...
0
votes
1answer
246 views
Selecting initial rows CoreTable
I have a <tr:table value="#{mybean.tableValue} binding="#{mybean.tableBinding}"> that i want to show with the selection multiple enabled.
I'm using a List for the collection and the values are ...
1
vote
1answer
159 views
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 ...
1
vote
1answer
545 views
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 ...
1
vote
0answers
79 views
Trinidad tables are acting awfully screwy, multiple results, growing on refresh
I'm working on a MyFaces site for a project. It's using Trinidad, Tobago, Tomahawk, tested on a Tomcat server (T seems to be their favorite letter). Everything is more or less working fine and up to ...
0
votes
1answer
251 views
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, ...
0
votes
2answers
311 views
Trinidad tr:treeTable expand/collapse commands
I am using Trinidad 2.0. My problem is expand/collapse commands of treeTable. I think they
are supposed to automatically expand/collapse tree nodes, but
by clicking them, nothing happens and I got the ...
0
votes
0answers
301 views
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
...
0
votes
3answers
272 views
Troubles to load javascript files in jsf myfaces project
i am trying to use a specific Jquery menu mcdorpdown, the jequery its self was loaded but the local lib of mcdropdown won't, here is the error :
Erreur : $("#category").mcDropdown is not a ...
1
vote
2answers
915 views
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 ...
0
votes
1answer
291 views
Set id for inputText in iterator
My goal is to set the focus to a specific inputText.
As there seems to be no way to do this automatically with an tr:inputText property, I try to use Javascript.
For document.getElementById I need ...
0
votes
0answers
116 views
Redirection in MyFaces + Trinidad when session expires and user interacts whith any element
using My Faces Trinidad I need to redirect to Login page if session has expired and user press any component of the form. I have a LoginFilter with the next method:
public void ...
1
vote
0answers
166 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
870 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
0answers
184 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
0answers
32 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 ...
1
vote
3answers
682 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
775 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 ...
3
votes
4answers
2k 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 ...
1
vote
1answer
962 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:
...
0
votes
2answers
726 views
Explain to me the different JSF component libraries relate
Even though i spend whole days developing a JSF application, i've never had any training on the matter and I have to admin I am a still confused how the whole JSF puzzle fits together. JSF just looks ...
0
votes
2answers
1k views
How to display only one validation error message with a <tr:panelLabelAndMessage> with MyFaces Trinidad?
For a registration form I have something simple like:
<tr:panelLabelAndMessage
label="Zip/City"
showRequired="true">
<tr:inputText
id="zip"
...
