Re: mouse over table cells and dialog popup with ajaxlinks

2010-09-19 Thread Ernesto Reinaldo Barreiro
Sorry I misunderstood you. You could: 1-use some abstract AJAX behavior and attach to your table. 2-you use this behavior to construct an URL (with urlFor(beahvior)) and "pass it" to the client side. 3-on client side you use previous URL to construct your panel and links and use wiketAjaxGet() Jav

Re: ERROR (Session.java:1406) - Exception when detaching/serializing page

2010-09-19 Thread Martijn Dashorst
You can try to increase the stack size. See http://www.caucho.com/resin-3.0/performance/jvm-tuning.xtp#stack-size Martijn On Thu, Sep 16, 2010 at 5:01 PM, nmetzger wrote: > > Hi all, > > this is rather urgent. The following error is flooding my application. Below > is just the essential part of

mouse over table cells and dialog popup with ajaxlinks

2010-09-19 Thread Jason Novotny
Hi, I have a fairly complex use-case scenario: I want a dialog to popup when a "hover" event occurs within a table cell. The dialog will provide a couple of links (ideally AjaxLink) that should trigger a wicket ajax event. I can imagine maybe creating the dialogs all on the client s

Re: could IAjaxCallDecorator implement IHeaderContributor

2010-09-19 Thread Michal Kurtak
https://issues.apache.org/jira/browse/WICKET-3059 2010/9/17 Igor Vaynberg : > add an rfe to jira. > > -igor > > On Fri, Sep 17, 2010 at 7:43 AM, Michal Kurtak > wrote: >> Thanks for your quick reply. >> >> Thats the way i do it right now. But the problem is that all ajax >> components have behav

Re: Wicket Visural Confirmers

2010-09-19 Thread Richard Nichols
Hi Josh, The code you have looks right. Have you added JQuery to your application's header as per http://code.google.com/p/visural-wicket/wiki/BasicUsage Also, are you using any other Javascript toolkits (e.g. Dojo, Mootolos etc.) that might be conflicting with JQuery? It sounds like a Javascri

Re: when to addStringResourceLoader()

2010-09-19 Thread Arturo Perez
In article , Arturo Perez wrote: > Hi all, > > I've a custom stringResourceLoader. I've added it to the chain in the > Application.init and it logs during the execution of unit tests with > WicketTester. > > But when the app is deployed to tomcat and I log the list of > stringResourceLoade

Re: Wicket-auth annotations to hide a link problem

2010-09-19 Thread James Carman
I have some code which makes the visibility, enabled, etc. for form components more declarative by doing stuff like: ContextUtils.setEnabled(component, EditMode.UPDATE, EditMode.CREATE); Then, later, you'd do: ContextUtils.setContext(form, EditMode.UPDATE); Then, everything that was marked to b

Re: Is there an ajax WizardButton to use in a wizard inside a ModalWindow?

2010-09-19 Thread drf
in which class are call calling setOutputMarkupId(true) on the wizard ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Is-there-an-ajax-WizardButton-to-use-in-a-wizard-inside-a-ModalWindow-tp1876283p2545937.html Sent from the Users forum mailing list archive at Nabb

Re: Wicket-auth annotations to hide a link problem

2010-09-19 Thread Mike Dee
Overriding isVisible() works. It would be nice if the annotation worked though, would save some repetitive code. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-auth-annotations-to-hide-a-link-problem-tp2542360p2545850.html Sent from the Users forum mailing li