Re: [Tomahawk] Sorting a datatable - small error

2008-07-17 Thread sourcex
The solution was changing the h:column with t:column with sortable=true attribute. ;) Cheers -- View this message in context: http://www.nabble.com/-Tomahawk--Sorting-a-datatable---small-error-tp18468002p18503260.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

[TRINIDAD]ClassCastException:org.apache.myfaces.trinidad.component.CoreoOutputText

2008-07-17 Thread dushyant agarwal
Hi, I have a JSF page in which there is a tree-table.In the JSF I have put the nodestamp and pathstamp facets with a column in nodestamp and a outputText inside the column as well as inside pathstamp. Now in the backing bean I create columns of the Tree Table dynamically with information

[Trinidad] Session timout and ViewExpiredException/PPR

2008-07-17 Thread Mathias Walter
Hi, I've implemented an error page for the session timeout exception (ViewExpiredException). If a session is timed out, the user will be redirected to the login page. Unfortunately, it does not work for PPR (just a simple tr:commandLink with partialSubmit=true). How can I get it to work with PPR?

Problem with Link from JSP to JSF Form

2008-07-17 Thread Mark Lange
Hi, I have a JSF form, that forwards to an JSP. In the JSP is a normal html link that points back to the jsf form. When an user submits the jsf form with all the required fields, the user is forwarded to the jsp, when the user now clicks on the link the user comes back to the jsf form and all

[trinidad] tr:selectBooleanRadio

2008-07-17 Thread Zigc Junk
Hi, I have a tr:selectBooleanRadio. It is rendered in a table with two trs. The first row is the radio button and text. The second row seems to be used for message. The second row takes up about 10 px height and it makes the looking of the page bad. Does anyone how to suppress the second row? The

[Tobago] Handling of url protocol vfszip: in JBoss 5.0.0.CR1

2008-07-17 Thread Stefan Hedtfeld
Hi, I'm using tobago-1.1.0-SNAPSHOT on JBoss 5.0.0.CR1. Deploying my application failed due to an exception in ResourceLocator because JBoss introduced a new protocol vfszip: for accessing archives. It gives a warning Unknown protocol

Re: [Tobago] Handling of url protocol vfszip: in JBoss 5.0.0.CR1

2008-07-17 Thread Stefan Hedtfeld
And here comes the attachment ... :) Stefan Hedtfeld schrieb: Hi, I'm using tobago-1.1.0-SNAPSHOT on JBoss 5.0.0.CR1. Deploying my application failed due to an exception in ResourceLocator because JBoss introduced a new protocol vfszip: for accessing archives. It gives a warning Unknown

[ANNOUNCE] Podcast with David Geary, author of Core JSF

2008-07-17 Thread Kito D. Mann
I'm pleased to announce the fourth podcast in JSFCentral's podcast series. This podcast is an interview with David Geary, author of Core JSF and the president of Clarity Training, Inc., where he teaches developers to implement web applications using JSF, GWT, and Grails. It was recorded in May of

Re: Allowing more than two date formats for tr:inputDate component

2008-07-17 Thread Vasista
Hi, For tr:convertDateTime ,i think its better to have 2 formats such that the user doesn't confuse on various formats Ex: 10/10/2008 is not recognizable from M/d/ and d/MM/ formats. Such types of conflicts may rise if we provide multiple date formats. This is just my opinion,let me

Re: [TRINIDAD]ClassCastException:org.apache.myfaces.trinidad.component.CoreoOutputText

2008-07-17 Thread Bandaru
Hi, I faced such type of issue when in backing Bean while type casting with different objects. ie, when we type cast outputText object with CoreInputText class this type of issue will rise. This is one reason where such type of issues will rise.If this is not the case past some sample