RE: Problem configuring Acegi Spring security login page with Wicket framework

2007-07-31 Thread Laurent Brucher
Hi Lubos, As Erik said, you don't. As an example, here's the Acegi configuration I use in my project (piece of the Spring's application context XML): bean id=filterChain class=org.acegisecurity.util.FilterChainProxy property name=filterInvocationDefinitionSource

Re: contributing to header (was: Must renderHead even if setVisible(false))

2007-07-31 Thread Carlos Pita
Because of a security restriction at the browser (firefox) side. I can't dynamically include external scripts. For example, ajax response can't contribute script src=http://www.google.com/uds/api?file=uds.jsamp;v=1.0; type=text/javascript/script (for the google search api). If it does I get the

Re: contributing to header (was: Must renderHead even if setVisible(false))

2007-07-31 Thread Matej Knopp
Basically, this looks correct. -Matej On 7/31/07, Carlos Pita [EMAIL PROTECTED] wrote: I think i replied why not in the other response. Couple of more things. Even if the response is sent with ajax response, it's filtered on client (and partially on server as well). So the dependencies are

DateTimeField issue

2007-07-31 Thread Doug Leeper
I am using Wicket 1.3.0 Beta 2 and I am having issues with the org.apache.wicket.datetime.markup.html.form.DateTextField. Well actually the DatePicker. I followed the code exactly in the Date examples (http://www.wicketstuff.org/wicket13/dates/) but when I run my application and select on the

Re: Models and embedded panels

2007-07-31 Thread wicket
Doh! Now that you mention that, the solution is obvious and I (once again) feel stupid for even asking the question (not to mention wasting time on this)... I'll fix this when I get back to work tomorrow. Thank you! On 7/31/07, David Leangen [EMAIL PROTECTED] wrote:

Re: home page with parameters

2007-07-31 Thread Edgar Poce
Hi, On 7/31/07, Crash_neo [EMAIL PROTECTED] wrote: I'm not sure if this is possible. It sounds a bit strange to me. But if you want the homepage to use the same bean class and dao every time the website is visited the first time, why not make that the default constructor? I'm giving a try

Re: TinyMCE and Panel loaded via ajax

2007-07-31 Thread Erik Dreyer
I've made a bit of progress on this. I actually created a new TinyMCEBehavior that does away with the TinyMCESettings because that didn't give me the control I needed in setting up the editor. It's not working 100% yet, but if I can get it working in both browsers reliably, I'll post what I've