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 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: > http://apa

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: http://apache-wicket.1842946.n4.nabble.com/size-method-is-being-called-multiple-times-in-dataview-tp4651

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 maili

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

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 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 Thu, Aug 30, 20

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 ...   [[message]]

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 beli

Re: Jqwicket

2012-08-31 Thread Alex
Wicket 6.0 has jQuery support by its own. 2012/8/30 Pierre Goupil > 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, > > Pierre >

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 > Hm, Java leap second bug? > > http://blog.wpkg.org/2012/07/01/java-leap-second-bug-30-june-1-j

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 wrote: > No what I meant was that the system er performing as good as it can, > without clustering etc. There weren't much stuff to opti

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 > Maybe bottleneck is somewhere else? SQL request maybe? Some eager > loading... > > On 29 August 2012 10:31, nino martinez wael > wrote:

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 wrote: > A little feedback. First I tried visualVM (did not provide enough detail > for this "extreme" optimization), then jprofiler (had trouble getting it to > work), but you

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 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: > http://apache-wicket.184

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 Nabble