Re: refreshing..

2006-07-07 Thread holger . schimanski
You can do that on server side by adding onchange="submit();" to and in getDimsStructToDisplay() create the proper values for in If you want to do that without reload of the page, use ajax4jsf instead of onchange="submit();" with Holger

Re: Selecting Row on sortable Datatable

2006-07-07 Thread holger . schimanski
Did you try to use this approach instead of working with index parameter? http://wiki.apache.org/myfaces/Working_with_DataTable_and_ActionListeners Kind regards Holger

Re: Problem to get the correct row data

2006-07-06 Thread holger . schimanski
If you you have a command link or button in a row of a dataTable, there is an easy way to get to row bean from an ActionListener. Does this can help you? http://wiki.apache.org/myfaces/Working_with_DataTable_and_ActionListeners Holger

Re: Problem to get the correct row data

2006-07-06 Thread holger . schimanski
Do you know this entry in MyFaces Wiki? Maybe it helps in your situation. http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters Holger

Antwort: Gracefully detecting session expiration in JSF

2006-07-05 Thread holger . schimanski
We do that with a Class, which is implementing HttpSessionListener and config that in web.xml as . The method sessionDestroyed(HttpSessionEvent anEvent) will be called by the servlet container (Tomcat), when session gets destroyed. This is not a special JSF way. It is plain Servlet mechanism. Kind

Customize images for

2006-07-05 Thread holger . schimanski
Sorry, I mixed inputDate and inputCalendar... Instead of the button, I can use an image for the popUp using these attributes popupButtonImageUrl="images/calendar.gif" renderPopupButtonAsImage="true" But how to change the images _inside_ the popUp calendar? I mean the close, left, right and down

Antwort: Re: Customized image with

2006-07-05 Thread holger . schimanski
It was in previous versions. The hole TLD changed. (see http://www.irian.at/myfaces/calendar.jsf) Kind regards Holger ldr <[EMAIL PROTECTED]> schrieb am 05.07.2006 11:11:15: > > Is this possible at all? > > > /ldr_ > -- > View this message in context: http://www.nabble.com/Customized- > image-w

Re: Using inputDate for non-required parameter

2006-06-30 Thread holger . schimanski
I found sample code in the nightly folder [1] Thanks! Kind regards Holger [1] http://people.apache.org/builds/myfaces/nightly/ [EMAIL PROTECTED] schrieb am 30.06.2006 13:59:31: > I am using Tomahawk 1.1.3. > Where can I download sample code?

Customized image with

2006-06-30 Thread holger . schimanski
How can I replace the button "[...]" in tomahawk by an image? Can I also replace the arrows for scrolling through the calendar? Kind regards Holger

Using inputDate for non-required parameter

2006-06-30 Thread holger . schimanski
I'd like to use inputDate for an optional input field in my form. Optional means, that the user like to submit queries like "Show me all orders for a certain customer" or "Show me all orders of a certain customer after Feb 1st 2005". To support this, I need a way, that the date field can be left b

Tomahawk mailing list

2006-06-30 Thread holger . schimanski
Hi! Is there a special Tomahawk mailing list? I don't find it on the MyFaces homepage. I have some questions concerning inputDate. Kind regards Holger