Re: Model for dropdowns in a listview

2013-04-20 Thread Rodrigo Heffner
Have you tried using CompoundPropertyModels? In that way you could bind a property to the dropdown, instead of using "null"

Model for dropdowns in a listview

2013-04-20 Thread Per Newgro
Hi, i have to implement a questionnaire but i'm not sure how to capture the selected values in a model. My questionnaire has some questions. The questions have some reply options. The selected reply options will be assigned to an answer. The answers are the data i try to capture. So i put t

Re: Interpolating variables inside web.xml

2013-04-20 Thread Dan Retzlaff
No, sorry. I'm familiar with Spring's PropertyPlaceholderConfigurer, but that only pulls properties into context definitions. The deployment descriptor lives outside of that, so that approach does not make sense to me. On Sat, Apr 20, 2013 at 5:30 AM, Leonardo D'Alimonte < leonardo.dalimo...@logi

Re: Interpolating variables inside web.xml

2013-04-20 Thread Leonardo D'Alimonte
Actually we have another WebApplication integrated with Spring where used successfully this interpolation mechanism, unfortunately I can't find the exact place where this behaviour is coded inside the webapp. Do you have any idea where i can look inside the xml's configuration? -- View this mes

Re: RequestMapper for Ajax Events

2013-04-20 Thread Frederic
Hi, thanks for this link to the ticket. Could it also be a common way to overwrite getCallbackUrl at AjaxEventBehaviour and append the short url at the callback url? On 04/18/2013 12:59 PM, Martin Grigorov wrote: Hi, See https://issues.apache.org/jira/browse/WICKET-5087 On Thu, Apr 18, 20