Re: image folder causes ClassNotFoundException

2012-08-31 Thread Sven Meier
Do you have a stacktrace? Sven goyahklah gerhard.ruthm...@gmail.com schrieb: Hello guys, I have a problem, which is caused by the AuthorizationStrategy (I think so) I have created an interface for the Pages, which are accessible only after login: Interface: AuthenticatedWebPage When I try to

Re: Wicket 6 and Atmosphere framework integration

2012-08-31 Thread esajjkh
Hello Martin, I have never did it before, can you please help me how I can do that? thank you -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-and-Atmosphere-framework-integration-tp4651637p4651670.html Sent from the Users forum mailing list archive at

Re: Wicket 6 and Atmosphere framework integration

2012-08-31 Thread Martin Grigorov
http://wicket.apache.org/start/quickstart.html http://wicket.apache.org/help/ On Fri, Aug 31, 2012 at 10:29 AM, esajjkh programmer.saj...@gmail.com wrote: Hello Martin, I have never did it before, can you please help me how I can do that? thank you -- View this message in context:

Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread Alex Shubert
Maybe bottleneck is somewhere else? SQL request maybe? Some eager loading... On 29 August 2012 10:31, nino martinez wael nino.martinez.w...@gmail.com wrote: A little feedback. First I tried visualVM (did not provide enough detail for this extreme optimization), then jprofiler (had trouble

Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread nino martinez wael
No what I meant was that the system er performing as good as it can, without clustering etc. There weren't much stuff to optimize on. 2012/8/31 Alex Shubert alex.shub...@gmail.com Maybe bottleneck is somewhere else? SQL request maybe? Some eager loading... On 29 August 2012 10:31, nino

Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread Thomas Götz
Hm, Java leap second bug? http://blog.wpkg.org/2012/07/01/java-leap-second-bug-30-june-1-july-2012-fix/ -Tom On 31.08.2012, at 12:19, nino martinez wael nino.martinez.w...@gmail.com wrote: No what I meant was that the system er performing as good as it can, without clustering etc. There

Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread nino martinez wael
Nope this was just the app taking much resources.. It scales linearly with number of sessions. Im using ajax on the main page, otherwise I would have tried to make it stateless. 2012/8/31 Thomas Götz t...@decoded.de Hm, Java leap second bug?

Re: Jqwicket

2012-08-31 Thread Alex
Wicket 6.0 has jQuery support by its own. 2012/8/30 Pierre Goupil goupilpie...@gmail.com Good evening, I have two simple questions regarding jqwicket: - are there any plans for Wicket 6.0? Or even a work in progress? - does it have a Git repository? Or is it just using SVN? Regards,

RE: override wicket mark up

2012-08-31 Thread Paul Bors
Have you checked the wiki page on the View Layer? https://cwiki.apache.org/WICKET/view-layer.html In your original e-mail you showed the following Wicket component tree: [Panel let's call it TogglePanel.java] - propertyValue (let's call it ReadOnlyPanel.java) - label - label And I

RE: override wicket mark up

2012-08-31 Thread Paul Bors
I just run into a use-case of addOrRemove() just now while refactoring some code to support Accessibility and I through you might want to see some code snippets: ConfirmMessagePanel.html ... form wicket:id=form table width=100% height=200px tr td

Re: Back button doesn't work with AjaxTabbedPanel

2012-08-31 Thread Alec Swan
So, is there an easy way to support Back button with AjaxTabbedPanel? On Thu, Aug 30, 2012 at 1:04 PM, Alec Swan alecs...@gmail.com wrote: Well, I have other ajax interactions and I thought if I could fix Back button for AjaxTabbedPanel I'd be able to fix it for other ajax interactions. On

RE: Back button doesn't work with AjaxTabbedPanel

2012-08-31 Thread Paul Bors
Can't you just keep a reference to the backPage and then simply call setResponsePage(backPage)? ~ Thank you, Paul Bors -Original Message- From: Alec Swan [mailto:alecs...@gmail.com] Sent: Friday, August 31, 2012 7:07 PM To: users@wicket.apache.org Subject: Re: Back button doesn't work

works in ff/chrome/safari but not IE

2012-08-31 Thread mlabs
simple form AjaxButton for the submit button OnSubmit() gets hit in the debugger for FF/chrome/safari, but NOT for IE9 any ideas? TIA -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/works-in-ff-chrome-safari-but-not-IE-tp4651682.html Sent from the Users forum

Re: size method is being called multiple times in dataview

2012-08-31 Thread kshitiz
Hi, Sorry for replying late ..:(...I am using wicket 1.5. I dont know what causing this issue...but I am looking for other way around to solve my purpose... -- View this message in context:

Re: works in ff/chrome/safari but not IE

2012-08-31 Thread Martin Grigorov
Try with: form.setDefaultButton(theAjaxButton). On Sat, Sep 1, 2012 at 4:40 AM, mlabs mlabs@gmail.com wrote: simple form AjaxButton for the submit button OnSubmit() gets hit in the debugger for FF/chrome/safari, but NOT for IE9 any ideas? TIA -- View this message in context: