Generate excel spreadsheet

2008-04-25 Thread Bushby
(); ReportsPanel.this.addOrReplace( new EmbeddedJRReport( report, pdfResource ).setOutputMarkupId( true ) ); target.addComponent( ReportsPanel.this ); } Thanks Bushby -- View this message in context: http://www.nabble.com/Generate-excel-spreadsheet-tp16898366p16898366.html Sent from the Wicket

Re: AutoCompleteTextField user selection

2008-02-26 Thread Bushby
characters into the autocomplete and then select from the list. The first time the onChange event is fired, I get the input. The second time the event is fired I get the selected text. Thanks Mike Martin Funk-3 wrote: Hi Michal, could you come up with some code? mf 2008/2/22, Bushby [EMAIL

AutoCompleteTextField user selection

2008-02-22 Thread Bushby
I have an AutoCompleteTextField which searches for a person object. When a person is selected from the auto complete, I want to update the panel and the model with the person’s information. I have tried adding an AjaxFormComponentUpdatingBehavior, but it gets called twice. Once with the text

Implementation question of WebMarkupContainer

2007-10-18 Thread Bushby
the onComponentTagBody method to get the response object and write the html to the response. Is this the correct way to do this?, meaning clean and reusable, or should I be looking at creating a resource and adding it with the application object. Thanks Bushby -- View this message in context: http

Re: Implementation question of WebMarkupContainer

2007-10-18 Thread Bushby
I missed a piece of the functionality. If the user were to select another menu item, I need to replace the html. So I could create a new label with the new html, replace the label within the container, and then render the container? Thanks Bushby Martijn Dashorst wrote: Use: add(new

Re: Page Expired Clustering?

2007-09-26 Thread Bushby
The home page gets displayed and the only 2 things on the page are links to other pages. One of the links goes to a page with 2 TextFields, 2 DatePickers, and a button. The other page has fields to capture typical credit card information. The form for this page has a Spring service but it does

Re: Page Expired Clustering?

2007-09-26 Thread Bushby
/session-param Again thanks for the quick response. You helped save the wicket project. It was hours from going to struts because of time issues. Bushby wrote: The home page gets displayed and the only 2 things on the page are links to other pages. One of the links goes to a page with 2

Page Expired Clustering?

2007-09-25 Thread Bushby
I am having trouble with a wicket application returning page expired when any link or button is clicked on. When the application is deployed on a server with an Apache Weblogic integration the application works fine. When the application is deployed on a server with an Apache Weblogic cluster