Problem with FormTester and EJB Injection

2014-02-21 Thread Stefan Lorenz
Hi, Is there a suggesthttp://www.dict.cc/englisch-deutsch/suggest.htmled way to use the FormTester.submit() when the target page does inject a ejb? Regards, Stefan

Re: Problem with FormTester and EJB Injection

2014-02-21 Thread Martin Grigorov
Hi, What is the issue ? do you use wicket-cdi or wicketstuff-javaee for EJB injection ? Martin Grigorov Wicket Training and Consulting On Fri, Feb 21, 2014 at 2:40 PM, Stefan Lorenz stefan.lor...@persis.dewrote: Hi, Is there a suggesthttp://www.dict.cc/englisch-deutsch/suggest.htmled way

CVE-2014-0043

2014-02-21 Thread Martin Grigorov
Severity: Important Vendor: The Apache Software Foundation Affected versions: Apache Wicket 1.5.10 and 6.13.0 Description CVE-2014-0043https://wicket.apache.org/2014/02/06/cve-2014-0043.html : By issuing requests to special urls handled by Wicket it is possible to check for the existence of

AW: Problem with FormTester and EJB Injection

2014-02-21 Thread Stefan Lorenz
I use wicket-cdi from 6.13.0 and I get NullPointerExceptions in the Unit-Tests when the FormTester.submit()'s setResponsePage opens a page where a bean gets injected... -Ursprüngliche Nachricht- Von: Martin Grigorov [mailto:mgrigo...@apache.org] Gesendet: Freitag, 21. Februar 2014 13:49

Re: Problem with FormTester and EJB Injection

2014-02-21 Thread Martin Grigorov
We will need more information to be able to help. Show us your code and the exception or even better - create a quickstart app Martin Grigorov Wicket Training and Consulting On Fri, Feb 21, 2014 at 3:08 PM, Stefan Lorenz stefan.lor...@persis.dewrote: I use wicket-cdi from 6.13.0 and I get

ajax child component and enclosures visibility doesn't seem to work properly

2014-02-21 Thread Simon B
Hi, I'm using wicket 6.13. I've got an ajax link that I want to toggle the visibility of two components, each component is nested with an html div with a wicket:enclosure attribute. In my WebPage when the AjaxLink is clicked I add the components to the AjaxRequestTarget but not the div

Re: CVE-2014-0043

2014-02-21 Thread Pierre Goupil
Good afternoon, Sorry but the first link gives me a 404. Regards, Pierre ​

Re: CVE-2014-0043

2014-02-21 Thread Martin Grigorov
https://wicket.apache.org/2014/02/21/cve-2014-0043.html Martin Grigorov Wicket Training and Consulting On Fri, Feb 21, 2014 at 4:30 PM, Pierre Goupil goupilpie...@gmail.comwrote: Good afternoon, Sorry but the first link gives me a 404. Regards, Pierre ​

Re: ajax child component and enclosures visibility doesn't seem to work properly

2014-02-21 Thread Igor Vaynberg
that only works on inline enclosure - enclosures that do not use wicket:enclosure tags. -igor On Fri, Feb 21, 2014 at 5:37 AM, Simon B simon.bott...@gmail.com wrote: Hi, I'm using wicket 6.13. I've got an ajax link that I want to toggle the visibility of two components, each component is

Re: ajax child component and enclosures visibility doesn't seem to work properly

2014-02-21 Thread Simon B
Hi Igor, Thanks for the reply. I'm a bit confused, the markup that I'm using (and that I posted originally) does have inline enclosure attributes: I understand that by inline enclosure you mean an html tag with a wicket:enclosure=... attribute like: div wicket:enclosure=aChildId Is

Re: ajax child component and enclosures visibility doesn't seem to work properly

2014-02-21 Thread Igor Vaynberg
yes, thats what i mean. the markup you posted did not come through to the mailing list... -igor On Fri, Feb 21, 2014 at 7:48 AM, Simon B simon.bott...@gmail.com wrote: Hi Igor, Thanks for the reply. I'm a bit confused, the markup that I'm using (and that I posted originally) does have

Tooltips/Contextual menu with interactive content

2014-02-21 Thread ChambreNoire
Hello folks, Here's what I'd like to achieve : A user clicks on an image - although this could be any type of component (I suppose this makes it more of a contextual menu). A floating panel appears over/below the component. In this panel I can put anything but in my specific use case I'd like a

Re: Tooltips/Contextual menu with interactive content

2014-02-21 Thread Sebastien
Hi Chambre, Did you looked at wicket-jquery-ui? It provides the context-menu and customizable-tooltips features http://www.7thweb.net/wicket-jquery-ui/menu/ContextMenuPage http://www.7thweb.net/wicket-jquery-ui/tooltip/CustomTooltipPage Hope this helps, Sebastien. On Fri, Feb 21, 2014 at 11:44

get page instance in AtmosphereRequestHandler

2014-02-21 Thread Pierre Goupil
Good evening, I'm trying to implement the unit test functionality of Wicket-Atmosphere. I'm stuck on a silly thing. I have this code in the class AtmosphereRequestHandler: @Override public void respond(final IRequestCycle requestCycle) { final Page page =

bug or new feature

2014-02-21 Thread Ernesto Reinaldo Barreiro
On Wicket 6.13.0 following code script type=text/template id=message-template div class=sender pull-left div class=icon img src=img/2.jpg class=img-circle alt=/ /div div class=time just now /div /div

Re: bug or new feature

2014-02-21 Thread Ernesto Reinaldo Barreiro
Maybe related to https://issues.apache.org/jira/browse/WICKET-5288 ? On Sat, Feb 22, 2014 at 7:46 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: On Wicket 6.13.0 following code script type=text/template id=message-template div class=sender pull-left div

Re: bug or new feature

2014-02-21 Thread Ernesto Reinaldo Barreiro
Guess %- text % is giving problems On Sat, Feb 22, 2014 at 7:50 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Maybe related to https://issues.apache.org/jira/browse/WICKET-5288 ? On Sat, Feb 22, 2014 at 7:46 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: On