Using IndicatingAjaxLink to export CSV data - is it the 'Wicket Way'?

2012-03-05 Thread Robert Szmurlo
assitance in advance, Robert Szmurlo Java: public class HomePage extends WebPage { private AbstractDefaultAjaxBehavior b; private String data = null; public HomePage(final PageParameters parameters) { final ByteArrayResource bar = new ByteArrayResource(text/csv

Re: Using IndicatingAjaxLink to export CSV data - is it the 'Wicket Way'?

2012-03-05 Thread Robert Szmurlo
is that the indicator is not moving. Thank you for you assitance in advance, Robert Szmurlo Java: public class HomePage extends WebPage { private AbstractDefaultAjaxBehavior b; private String data = null; public HomePage(final PageParameters parameters) { final ByteArrayResource bar

Re: reload model each time

2012-04-14 Thread Robert Szmurlo
W dniu 2012-04-14 13:38, Tom Eugelink pisze: Another newbie question; it is now the case that each model is serialized between requests and (I presume) stored in the session. I would really prefer if a identifier (primary key + lazy locking versionnr) could be remembered and that each time

Re: Constructors take vararg of Component? (Enhancement RFC)

2013-01-06 Thread Robert Szmurlo
Hi, you can use something like this: RsvpPage.this.add( new Label(event.title), new CssFeedbackPanel(feedback), new FormRsvpPage(frmRsvp, cpm).add(pnlNoRsvp, pnlRsvp, pnlConfirm), pnlRsvpRules ); I am not dev, but I wouldn't break the API. BR, Robert

Re: Table borders in dataview/listview

2014-07-22 Thread Robert Szmurlo
Hi, maybe this is an issue related to displaying a zoomed in page in your browser. Try to reset zoom in your browser to 100% and it should look ok. From my experience it is a common problem in Firefox. R.Szmurlo W dniu 2014-07-22 15:52, K pisze: Hey i have been getting a thick borders in my