tomahawk12 1.1.8 - dataTable - groupby does not work

2009-03-27 Thread Dipl.-Ing. Torsten Liermann
Hi, groupby attribute in tomahawk data table does not works. In version 1.1.6 does. It is a bug? Thanks for a tip Torsten

tomahawk and ajax4jsf

2009-03-17 Thread Dipl.-Ing. Torsten Liermann
Hi, (sorry, no english) I have a localeSelctor based on the localeSelector from the seam project. The switching of the language is done by a 'a4j:support'. Ajax4jsf rerender after the language switching the entire html body. The effect of language switching is as expected, all the

tomahawk 1.1.8 tabChangeLisener attribute in tabbedPane lost

2009-02-11 Thread Dipl.-Ing. Torsten Liermann
Hi, sorry, I can not speak english.. I migrating from tomahawk 1.1.6 to 1.1.8 and see, that the tabChangeListener attribute is lost after a save / restore. What I'm doing wrong. Are there changes in the configuration of tomahawk (web.xml)? Thanks for a help Torsten

? autosort with t:commandSortHeader

2008-05-11 Thread Dipl.-Ing. Torsten Liermann
Hi, I'm using tomahawk 1.1.6 with facelets and will, that a simple Column of java.util.Long will be autosorted The the code is: t:column defaultSorted=true sortable=true sortPropertyName=transactionid f:facet name=header t:commandSortHeader

? Clientid of UIInput in tables

2008-05-06 Thread Dipl.-Ing. Torsten Liermann
Hi, I would like to add faces messages to Input Elements within a Table. How can I get the client id like the rendered client id xyz:0:abc xyz:1:abc ... How how is it possible to iterate over a datatable? Thanks for a tip Torsten

Re: ? Clientid of UIInput in tables

2008-05-06 Thread Dipl.-Ing. Torsten Liermann
: UIData data = (UIData)viewRoot.findComponent('xyz'); UIComponent comp = data.findComponent('abc'); data.setRowIndex(0); String id = comp.getClientId(facesContext); // this will return xyz:0:abc data.setRowIndex(-1); On Tue, May 6, 2008 at 4:55 PM, Dipl.-Ing. Torsten Liermann [EMAIL

Re: Help: panelTabbedPane+ server side tabswitch + submit

2008-04-29 Thread Dipl.-Ing. Torsten Liermann
, they cannot be submitted. If they are not submitted they cannot be converted or validated or updated. Use t:saveState if you want to hold onto request scope variables for non-rendered or disabled components. On Sun, Apr 27, 2008 at 4:51 PM, Dipl.-Ing. Torsten Liermann [EMAIL PROTECTED] wrote: Hi

Re: Help: panelTabbedPane+ server side tabswitch + submit

2008-04-29 Thread Dipl.-Ing. Torsten Liermann
, not the user input values. That is why I suggested saveState. On Tue, Apr 29, 2008 at 3:43 AM, Dipl.-Ing. Torsten Liermann [EMAIL PROTECTED] wrote: Thanks for the information, but t:saveState is not required, because the panelTabbedPane holds the user input between tab switches. On Mon, 28 Apr 2008

empty selectItem

2008-04-29 Thread Dipl.-Ing. Torsten Liermann
Hi, is there a trick for handling of an empty select item in an optional selectOneMenu with a value of type long? I'm using facleets and myfaces 1.1.5. Thanks

Help: panelTabbedPane+ server side tabswitch + submit

2008-04-27 Thread Dipl.-Ing. Torsten Liermann
Hi, (Sorry, I can not speak english) I'm using MyFaces 1.1.5 and tomahawk 1.1.6. I would like to split several hundred fields in severals tabbed panels. The form tag surrounds the panelTabbedPane. If I click on submit button, only the fields of the active tabbed panel are converted. What must

tomahawk dataTable sortable + facelets does not sort ....

2007-08-23 Thread Dipl.-Ing. Torsten Liermann
(facelets 1.1.11 tomahawk 1.1.5 and 1.1.6, myfaces 1.1.5) Hi, I have tested the example sortAutoTable.jsp from simple-example . The JSP version works. If I insert facelets, the column becomes only once sorts and the direction arrow is not displayed. Is this a known bug? Thanks Torsten

t:dataScroller does not scroll without javascript

2007-08-06 Thread Dipl.-Ing. Torsten Liermann
Hi, I'm using facelet 1.1.11, myfaces 1.1.5 and tomahawk 1.1.5. t:datascroller does not scroll when javascript is disabled (org.apache.myfaces.ALLOW_JAVASCRIPT=false). Is this a bug or simply impossibly? Thanks Torsten

setup tobago with facelets

2007-04-28 Thread Dipl.-Ing. Torsten Liermann
Hi, sorry ยด, I can not speak english, but ... I'm looking for a setup of the tobago demo but with facelets. Is there? If not, can anybody help me with a litte demo? Thanks Torsten