Re: show image retrieved from database

2015-03-25 Thread sabmoonie
I've been searching for solutions on how to show an image using its location(absolute path) and your code helped me a lot. Been under stress the past days due to this problem. Thanks Mr. ORACLEADF! Btw, for those who wants to know how to convert a File() to byte[] use this: try { File file =

Re: AjaxRequests and middle mouse-clicks on links and buttons

2015-03-25 Thread Martin Grigorov
Hi, I don't use a mouse (and I have no one around) so I cannot test the use case. I cannot see how org.apache.wicket.ajax.markup.html.form.AjaxButton#onSubmit(org.apache.wicket.ajax.AjaxRequestTarget, org.apache.wicket.markup.html.form.Form) or org.apache.wicket.ajax.markup.html.AjaxLink#onClick(

Re: Wicket in web-fragments environment

2015-03-25 Thread Martin Grigorov
Good to know there is no problem on our side! Thanks, Patrick! Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Mar 25, 2015 at 3:11 PM, Patrick Davids < patrick.dav...@nubologic.com> wrote: > Hi Martin, > while creating the qu

Re: Issues with multiple FeedbackPanels

2015-03-25 Thread mscoon
Hi, Feedback panels show all messages by default. You will need to provide a way for them to filter the messages that each should show. Look at FeedbackPanel#setFilter(IFeedbackMessageFilter). Marios On Wed, Mar 25, 2015 at 2:46 PM, avchavan wrote: > Hi, I have 2 FeedbackPanels on my screen a

AjaxRequests and middle mouse-clicks on links and buttons

2015-03-25 Thread Patrick Davids
Hi all, I have a problem here, I would like to ask you for feedback. I am not sure, if its more a jquery/js / wicket issue, so thanx in advance for any brainstorming and hints. Browsers often features the middle mouse button to open a link or button in a new tab. This is quite browser-specifi

Re: Wicket in web-fragments environment

2015-03-25 Thread Patrick Davids
Hi Martin, while creating the quickstart the problem disappeared. Its working. I figured out, I had some wrong configurations in my m2e eclipse project specific settings while migration my project structure to web-fragments structure. Due to that my classpatch settings were wrong and packaging

Issues with multiple FeedbackPanels

2015-03-25 Thread avchavan
Hi, I have 2 FeedbackPanels on my screen and whenever i try to set error it gets added to both the FeedbackPanels. final FeedbackPanel panel1 = new FeedbackPanel("panel1"); final FeedbackPanel panel2 = new FeedbackPanel("panel2"); //vdp & gdp are some dataproviders i have if (vdp.hasError()){