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...
I recently got开发者_如何学Python to know about trinidad of Apache MYfaces. For web application i have seen peoples using ADF faces components.Will trinidad componentsgood for Web Application with ric
I have created three charts using the Apache Trinidad开发者_JAVA百科 chart component and I am having trouble customizing the display of the charts. By default, the charts (or gauges in my case) are di
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\">
Below is the code where i am facing the issue, i am not getting the output of the graphs. Kindly help me.
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
When opening JSF page (JSF + Apache Trinidad + facelet) in Eclipse (Helios), Eclipse freezes for a few seconds before the page is opened.
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:
We are in the process of looking at allowing mobile devices to view our site.We have targeted 3 phones - BlackBerry, iPhone and Android.
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.