Re: Handle selection changing on Palette

2011-06-18 Thread Duy Do
Hi Andrea, It works now. Thanks for your help. Cheers, Duy On 6/18/11 7:55 PM, Andrea Del Bene wrote: HI, have you tried with AjaxFormComponentUpdatingBehavior? As Palette's JavaDoc says: " Ajaxifying the palette: The palette itself cannot be ajaxified because it is a panel and therefore

Re: callback versioning issue

2011-06-18 Thread Igor Vaynberg
You need to set a header, not a url param -igor On Jun 18, 2011 11:53 AM, "bglynn" wrote: > Hi Igor, > > Thanks for getting back to me. Can you provide an example? I tried adding > '&Wicket-Ajax=true to my wicketAjaxGet method, but still getting the same > result. > > Many Thanks > > Brian > > --

RadioGroup nulled out during form submit in IE

2011-06-18 Thread Matt Schmidt
I have a form that is working correctly in FireFox but not IE. This puzzled is quite puzzling to me since it is server side functionality. Here's a much simplified version of what I've got: Radio 1 Radio 2 Radio 3 The RadioGroup's also have an Ajax

[ANN] Plugin WicketForge 1.0.0 available for IDEA 9+

2011-06-18 Thread Minas Manthos
Its time for first major release. Recent change notes: -Fixed: Java/HTML toggle does not work when cursor outside of respective body contents [Defect 82] -Fixed: Shortcut Toggle Markup/Java does not care about missing wicket facet [Defect 83] -Fixed: Missing references on MarkupContainer.replace(.

Re: callback versioning issue

2011-06-18 Thread bglynn
Hi Igor, Thanks for getting back to me. Can you provide an example? I tried adding '&Wicket-Ajax=true to my wicketAjaxGet method, but still getting the same result. Many Thanks Brian -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/callback-versioning-issue-tp360679

widgets support

2011-06-18 Thread kamiseq
hi, I need to create simple service that returns html content and then talks to my client with json. I would like to integrate this with other services/daos/etc I have injected to my pages. this 'widget' will not be a part of a page from the beginning but should be a part of application. some scri

Re: Multiple DropDownChoice inside Loop

2011-06-18 Thread tech7
I have solved my problem. Thank you for your support! Regards - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Multiple-DropDownChoice-inside-Loop-tp3607850p3608111.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: Page->ModalWindow[Form]->ModalWindow[Form] problem

2011-06-18 Thread Alex Shubert
ParentPage 1. creates a SomeObject. Not a model or something. 2. Creates a modalpage with a private field assigned to SomeObject 3. Shows ModalWindow with it's content set to another page. So I have to keep in a window's content page a reference to a caller page in order to set result value? Nic

Re: Multiple DropDownChoice inside Loop

2011-06-18 Thread tech7
I mean i could not get data of multiple dropdownchoices. Any idea? With my best regards. - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Multiple-DropDownChoice-inside-Loop-tp3607850p3607965.html Sent from the Users forum mailing list archive at Nabb

Multiple DropDownChoice inside Loop

2011-06-18 Thread tech7
I have to repeat two dropdownchoice, I do that but I could not get their data. I used IModel for their model but when I select them and click on the submit button, their model is empty. Where I am wrong? I am getting crazy with that. Please help. - Wicket-Java -- View this message in context:

Re: is there any way to externalize wicket-event.js

2011-06-18 Thread Joe Hudson
Thank you both for your time and attention. Joe On Fri, Jun 17, 2011 at 7:15 PM, Chris Colman wrote: > I'm not sure if this is related to your problem but I see a few server errors > relating to the fetching of wicket-event.js and I discovered it's because > some agent (crappy browser or crapp

Re: What is the Best login implementation?

2011-06-18 Thread James Carman
Using Wicket Auth-Roles is pretty easy. You can implement login however you want with it. Adapting it to Spring Security is easy as is Shiro. On Sat, Jun 18, 2011 at 7:47 AM, Paolo wrote: > Hi, > I found on google some solution for login with wicket: > > http://wicket.apache.org/learn/projects/

Re: Handle selection changing on Palette

2011-06-18 Thread Andrea Del Bene
HI, have you tried with AjaxFormComponentUpdatingBehavior? As Palette's JavaDoc says: " Ajaxifying the palette: The palette itself cannot be ajaxified because it is a panel and therefore does not receive any javascript events. Instead ajax behaviors can be attached to the recorder component

What is the Best login implementation?

2011-06-18 Thread Paolo
Hi, I found on google some solution for login with wicket: http://wicket.apache.org/learn/projects/authroles.html Wicket Shiro - integration between Apache Shiro and Wicket (I can't find the web site) Wicket Security - JAAS inspired, principal based security framework (I can't find the web site