inputCalendar and form

2006-05-19 Thread Carsten Burghardt
Hi, I do not get the inputCalendar going. I have a form that includes a datatable. The following is a snippet: h:form id=searchForm t:dataTable binding=#{searchBean.searchBinding} var=expression

Re: tree2 does not expand

2006-02-27 Thread Carsten Burghardt
Am Monday 20 February 2006 22:37 schrieb Sean Schofield: Last I checked the examples in the nightly worked. Can you point to a problem with one of the examples? If not, try sending an SVN patch for an existing example that can be tweaked to demonstrate the problem. If you're uncomfortable

Re: No javascript output with nightly 1.1.2?

2006-02-27 Thread Carsten Burghardt
Am Monday 13 February 2006 06:37 schrieb Boris Kovalenko: Hello! Wow! What I discovered! My start page (index.jsp) looks like %@ page session=false contentType=text/html; charset=utf-8% jsp:forward page=/pages/home.jsf/ and when I use it for startup I have no javascript in resulting

Re: tree2 does not expand

2006-02-27 Thread Carsten Burghardt
Am Monday 27 February 2006 21:01 schrieb Sean Schofield: This doesn't sound like a tree2 specific problem then. It sounds like its a more general problem with AddResource and you dynamic include. I would create a JIRA issue on this. Done: https://issues.apache.org/jira/browse/TOMAHAWK-159

Re: tree2 does not expand

2006-02-26 Thread Carsten Burghardt
Am Monday 20 February 2006 22:37 schrieb Sean Schofield: Last I checked the examples in the nightly worked. Can you point to a problem with one of the examples? If not, try sending an SVN patch for an existing example that can be tweaked to demonstrate the problem. If you're uncomfortable

tree2 does not expand

2006-02-20 Thread Carsten Burghardt
Hi, I just updated my application from 1.1.1 to current svn nightly build (mainly because the datepicker was buggy as hell ;-)). Now my navigation does not work anymore as the folders in my tree2 do not open anymore when I click on the plus sign. I use client side toggle and my backing bean

Re: session.invalidate() not working?

2006-02-20 Thread Carsten Burghardt
Am Monday 20 February 2006 19:30 schrieb Philippe Lamote: Hi List, I think I should have eaten much more Fortune Cookies this past   Weekend, I have been getting way too many JSF probs today. For starters, is this a MyFaces bug? (concerns session.invalidate() ) snip I guess it works with

Re: tree2 does not expand

2006-02-20 Thread Carsten Burghardt
Am Monday 20 February 2006 22:04 schrieb Sean Schofield: I don't believe there are any bugs like this in the 1.1.1 release. Did you try the simple examples to see if you could replicate the behavior? Not in the 1.1.1 release but in the nightly build. My application worked with 1.1.1.

Re: session.invalidate() not working?

2006-02-20 Thread Carsten Burghardt
Am Monday 20 February 2006 22:18 schrieb Philippe Lamote: Too bad :-( Setting immediate to true is certainly an enhancement, (speed- wise) yet it doesn't change anything here. Have you changed other things as well perhaps? Philippe Nope but lets try the complete thingy: f:facet

Re: Tree2 does not select node

2005-10-05 Thread Carsten Burghardt
Am Sunday 02 October 2005 23:43 schrieb Carsten Burghardt: Am Thursday 29 September 2005 16:08 schrieb Sean Schofield: At a glance there doesn't seem to be anything wrong with your approach. Perhaps your styles are not available. Try replacing #{t.nodeSelected ? 'nodeSelected':'node

Re: tree2 usage: how to detect which node was clicked?

2005-10-04 Thread Carsten Burghardt
Am Thursday 29 September 2005 17:04 schrieb Marcel Ruff: Hi, i have a tree2, but how do i detect in my backing bean which node id was clicked? I'm using actionListener=#{mybean.clicked} and looking into the delivered ActionEvent instance didn't help me yet. Probably the easiest way is to

Re: Tree2 does not select node

2005-10-02 Thread Carsten Burghardt
Am Thursday 29 September 2005 16:08 schrieb Sean Schofield: At a glance there doesn't seem to be anything wrong with your approach. Perhaps your styles are not available. Try replacing #{t.nodeSelected ? 'nodeSelected':'node'} with nodeSelected just to verify that your nodes look the way you

Tree2 does not select node

2005-09-28 Thread Carsten Burghardt
I have a tree2 with client side toggling (also tried server side but that didn't solve the problem). The problem is that the nodes do not get selected. The action is triggered fine but the nodes (facet plugin) do not change their css style. h:form t:tree2 value=#{navigationBean.treeData}

Re: Tree2 does not select node

2005-09-28 Thread Carsten Burghardt
Am Wednesday 28 September 2005 19:58 schrieb Frank Langelage: Carsten Burghardt wrote: I have a tree2 with client side toggling (also tried server side but that didn't solve the problem). The problem is that the nodes do not get selected. The action is triggered fine but the nodes (facet

Re: Redirect Tree2 _restoredState

2005-08-22 Thread Carsten Burghardt
Am Sunday 21 August 2005 16:30 schrieb Sean Schofield: I believe if you redirect to the same page you were on, you lose the component tree. I'm not sure about that though so maybe someone can help clarify that point. This would explain why your state stuff is gone, b/c it is stored in the

Download file with jsf

2005-08-20 Thread Carsten Burghardt
Hi, does anybody know an easy way to stream a file to the browser with jsf? My current solution is a commandLink that calls a blank jsf page with some parameters and this contains a forward to a servlet that does the streaming. The problem is once the user has opened a file, myfaces somehow

Re: AW: Download file with jsf

2005-08-20 Thread Carsten Burghardt
Am Saturday 20 August 2005 13:07 schrieb Tim Peteler: Further information on: http://www.onjava.com/pub/a/onjava/excerpt/java_cookbook_ch18/?page=6 Thanks, my servlet looks similar ;-) I solved this problem this way: public void exportFile() { FacesContext context =

Re: Download file with jsf

2005-08-20 Thread Carsten Burghardt
Am Saturday 20 August 2005 12:15 schrieb Enrique Medina: http://www.onjava.com/pub/a/onjava/2005/07/13/jsfupload.html Thanks for the link but this is about uploading a file, not downloading. Or is this somehow connected? The download actually works well with the servlet but I have to separate

Re: Double Click for file download was -RE: MyFaces and JasperReport

2005-08-15 Thread Carsten Burghardt
Am Tuesday 09 August 2005 15:43 schrieb albartell: The only way I have been able to get around it in some instances is to use a commandLink tag and do a target blank to a jsp page that reads in url parms and determines what it needs to download.  This works because I never run the

dataList and commandNavigation

2005-08-08 Thread Carsten Burghardt
Hi all, I want to build a dynamic navigation with the panelNavigation. Although it works basically I have 2 problems: each of the dynamic entries is separated by a separator and the navigation does not seem to remember on which item the user clicked. That is, the entry does not get highlighted