Re: how to display the more ListView in ListView in html wicket:id

2016-03-01 Thread Ilia
Thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-display-the-more-ListView-in-ListView-in-html-wicket-id-tp4673283p4673767.html Sent from the Users forum mailing list archive at Nabble.com

Re: how to display the more ListView in ListView in html wicket:id

2016-01-14 Thread Martin Grigorov
com> wrote: > Hello. > I have a wicket:id(statistics) in which children are wicket:id( > "statistics2", "statistics3"). > Attention to the question how to display the more ListView in ListView in > html wicket:id( "statistics2", "statistics3"

how to display the more ListView in ListView in html wicket:id

2016-01-13 Thread Ilia
Hello. I have a wicket:id(statistics) in which children are wicket:id( "statistics2", "statistics3"). Attention to the question how to display the more ListView in ListView in html wicket:id( "statistics2", "statistics3")??? This source code. Li

How to display external content in InlineFrame ?

2015-10-22 Thread superstefan
ould I use to initialize the iframe? Thank you very much in advance! Stefan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-external-content-in-InlineFrame-tp4672317.html Sent from the Users forum mailing list archive at

Re: How to display external content in InlineFrame ?

2015-10-22 Thread Sven Meier
I use to initialize the iframe? Thank you very much in advance! Stefan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-external-content-in-InlineFrame-tp4672317.html Sent from the Users forum mail

Re: How to display external content in InlineFrame ?

2015-10-22 Thread superstefan
Good idea - that works :-) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-external-content-in-InlineFrame-tp4672317p4672322.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to display download link with file name in wicket

2015-04-14 Thread Martin Grigorov
the file download pop up is displayed. However the file name is displayed as a link, but as a plain text. Is there any way out to make sure it is displayed as a link ? Regards, Karthik S Patawardhan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display

Re: How to display download link with file name in wicket

2015-04-14 Thread kspat
Hi, Thanks for the response. As I have not given separate wickets ids for each column will the approach of adding Panel to CellItem and creating one more wicket id in Panel with a link . Please confirm this. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How

Re: How to display download link with file name in wicket

2015-04-14 Thread Martin Grigorov
this. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-download-link-with-file-name-in-wicket-tp4670270p4670290.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to display download link with file name in wicket

2015-04-13 Thread kspat
as a link ? Regards, Karthik S Patawardhan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-download-link-with-file-name-in-wicket-tp4670270p4670281.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to display download link with file name in wicket

2015-04-13 Thread kspat
S Patawardhan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-download-link-with-file-name-in-wicket-tp4670270p4670278.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to display download link with file name in wicket

2015-04-13 Thread Martin Grigorov
)); I think my answer for #1 should help you. Please give more details and examples if I'm not answering your question. Thanks Karthik S Patawardhan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-download-link-with-file-name-in-wicket-tp4670270.html

How to display PDF in wicket 6.0?

2012-12-04 Thread appwicket
. Anyone knows how to do this? appreciated! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-PDF-in-wicket-6-0-tp4654471.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to display PDF in wicket 6.0?

2012-12-04 Thread Nick Pratt
! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-PDF-in-wicket-6-0-tp4654471.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: How to display PDF in wicket 6.0?

2012-12-04 Thread appwicket
Hi, thanks for reply. I want to open it in a new window. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-PDF-in-wicket-6-0-tp4654471p4654476.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to display PDF in wicket 6.0?

2012-12-04 Thread Martin Grigorov
. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-display-PDF-in-wicket-6-0-tp4654471p4654476.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

RE: How to display a grid with empty cells

2012-08-09 Thread Paul Bors
- From: Bertrand Guay-Paquet [mailto:ber...@step.polymtl.ca] Sent: Wednesday, August 08, 2012 11:37 PM To: users@wicket.apache.org Subject: Re: How to display a grid with empty cells Hi, I haven't used the GridView directly so I can't help you with it specifically. However, have you

Re: How to display a grid with empty cells

2012-08-09 Thread Alec Swan
I tried returning nulls for blank items from data provider but as you said it feels like a hack because now my GridView#populateItem() needs to handle items with null model objects. The way GridView behaves is confusing because it displays the entire row of cells (some potentially blank) if the

How to display a grid with empty cells

2012-08-08 Thread Alec Swan
Hello, I am using Wicket 1.4.17 and need to display a 3x3 table with all of its cells, some of which may not have a model and hence blank. So, if my DataProvider returns 0 elements than I want all 9 cells to be shown as blank. I started using GridView and overrode its populateEmptyItem() method

Re: How to display a grid with empty cells

2012-08-08 Thread Bertrand Guay-Paquet
Hi, I haven't used the GridView directly so I can't help you with it specifically. However, have you considered modifying your provider to always return 9 records with some having an empty placeholder? It's definitely a hack, but it may be worth a try. Bertrand On 08/08/2012 10:56 PM, Alec

Re: How to display time for page generation ?

2011-04-03 Thread Isammoc OFF
Thanks to you two, 2011/4/3 Martin Grigorov mgrigo...@apache.org: Or org.apache.wicket.markup.html.ServerTimeFilter I think it is what I was looking for. But I think I will create my own IResponseFilter, in a similar way, but to modify something else that head. On Sun, Apr 3, 2011 at 5:34 AM,

How to display time for page generation ?

2011-04-02 Thread Isammoc OFF
Hi all, I would like to display a footer with the time spent to generate the page. How can I do something like generated in 0.123s ? Timestamp difference between start and end of the Page constructor is obviously not the solution. And I didn't find anything in Nabble... (815 answer for time

Re: How to display time for page generation ?

2011-04-02 Thread Pedro Santos
Hi, the RequestLogger API can help you. http://wicket.apache.org/apidocs/1.4/org/apache/wicket/protocol/http/RequestLogger.html On Sat, Apr 2, 2011 at 5:21 PM, Isammoc OFF isam...@gmail.com wrote: Hi all, I would like to display a footer with the time spent to generate the page. How can I

How to display an error message?

2009-08-03 Thread Gajo Csaba
Hello, I have a FeedbackPanel, a TreeTable and an Add button. When I click on the Add button, I check if there are any selected nodes in the tree. If there are none, I want to display an error message in the FeedbackPanel. How to do this? The following doesn't work: feedback.error(Select

Re: How to display an error message?

2009-08-03 Thread Igor Vaynberg
feedback.rendercomponent()??? i assume this add button is an ajax button? in that case you have to add the feedback panel to the ajax target passed to you. there are plenty of examples in wicket-examples. -igor On Sun, Aug 2, 2009 at 11:23 PM, Gajo Csabacg...@i-rose.si wrote: Hello, I have a

Re: How to display an error message?

2009-08-03 Thread Gajo Csaba
Thanks Igor, that was exactly what I needed to do. Could you tell me what does target.addComponent() do? It tells Wicket which component should be refreshed by the ajax request? Igor Vaynberg wrote: feedback.rendercomponent()??? i assume this add button is an ajax button? in that case you

Re: How to display an error message?

2009-08-03 Thread Igor Vaynberg
/** * Adds a component to the list of components to be rendered * * @param component *component to be rendered */ public void addComponent(Component component) i suggest you get sources or javadoc into your IDE so you can see it. it

How to display validation error for a RadioGroup?

2009-07-24 Thread John Armstrong
I am trying to put a nice little '*' next to the RadioGroup when the user forgets to select an item and just having a bear of a time with something so simple. Somehow I've ended up with a wicket:enclosure in the form. I've created my own RadioGroup class (PNCRadioGroup) that overrides

Re: How to display validation error for a RadioGroup?

2009-07-24 Thread John Armstrong
My final solution was to just override isVisible() on the labels that are in the enclosures rather then doing it in onComponentTag. Label highspeedAvailableRadioGroupError = new Label(highspeedavailablegrouperror, *) { public boolean isVisible() {

Re: how to display a BookmarkableLink so it can't be clicked

2009-03-31 Thread Gabriel Bucher
use .setEnabled(false) cheers gabriel Jason Novotny wrote: Hi, I have a case where if some condition is met I don't want a link to be clickable... but I want it to display the link text (so overriding isVisible() is not an option). Any ideas on the most elegant approach? Thanks, Jason

Re: how to display a BookmarkableLink so it can't be clicked

2009-03-31 Thread Stephen Swinsburg
As suggested, you need .setEnabled(false) to disable your link. This will add em tags around the link though, so if you don't want this, or want a different tag, do this in your Application.class /* a component that is disabled by Wicket will normally have em surrounding it. This makes it

how to display a BookmarkableLink so it can't be clicked

2009-03-30 Thread Jason Novotny
Hi, I have a case where if some condition is met I don't want a link to be clickable... but I want it to display the link text (so overriding isVisible() is not an option). Any ideas on the most elegant approach? Thanks, Jason

Re: how to display a BookmarkableLink so it can't be clicked

2009-03-30 Thread David Leangen
isEnabled() Cheers, =David On Mar 31, 2009, at 9:34 AM, Jason Novotny wrote: Hi, I have a case where if some condition is met I don't want a link to be clickable... but I want it to display the link text (so overriding isVisible() is not an option). Any ideas on the most elegant

How to display a swing component/applet in wicket?

2008-04-01 Thread jianfei
to solve this kind of problem? Thanks in advance! -- View this message in context: http://www.nabble.com/How-to-display-a-swing-component-applet-in-wicket--tp16432883p16432883.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: How to display a swing component/applet in wicket?

2008-04-01 Thread Igor Vaynberg
in context: http://www.nabble.com/How-to-display-a-swing-component-applet-in-wicket--tp16432883p16432883.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to display a swing component/applet in wicket?

2008-04-01 Thread jianfei
and it seems like wicket doesn't really work well with swing. So I wonder is there any way to solve this kind of problem? Thanks in advance! -- View this message in context: http://www.nabble.com/How-to-display-a-swing-component-applet-in-wicket--tp16432883p16432883.html Sent from the Wicket

Re: How to display a swing component/applet in wicket?

2008-04-01 Thread Igor Vaynberg
in advance! -- View this message in context: http://www.nabble.com/How-to-display-a-swing-component-applet-in-wicket--tp16432883p16432883.html Sent from the Wicket - User mailing list archive at Nabble.com

How to Display List in DataTable

2008-02-13 Thread wiki
(); } }; IColumn[] columns= { new PropertyColumn(new Model(ID),questiontext) }; DefaultDataTable datatable=new DefaultDataTable(eachentry,columns,provider,1); add(datatable); } -- View this message in context: http://www.nabble.com/How-to-Display-List-in-DataTable

Re: How to Display List in DataTable

2008-02-13 Thread Igor Vaynberg
); add(datatable); } -- View this message in context: http://www.nabble.com/How-to-Display-List-in-DataTable-tp15459611p15459611.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe

Re: How to display as is

2008-01-13 Thread Matej Knopp
What do you mean that browser displays as amp;? Is it in source code? Because that is right. The needs to be escaped, but unless your browser is broken the user should never see amp; unless he looks to source code. Anyway, label.setEscapeModelStrings(false) prevents wicket from escaping it.

Re: How to display as is

2008-01-13 Thread dvd
Thanks for the quick response. That solves the problem. What do you mean that browser displays as amp;? Is it in source code? Because that is right. The needs to be escaped, but unless your browser is broken the user should never see amp; unless he looks to source code. Anyway,

How to display as is

2008-01-13 Thread dvd
Hello: I use Label(id, A B)    and the is supposed to be kept as is since it is what the title would read.  but the browser displays  A amp; B What should I do to avoid this? Thanks