Re: wicket prepends unnecessary ../ before href/src html element attributes

2008-11-11 Thread Alan Romaniusc
Could it be anything like this? http://www.nabble.com/Wicket-1.4-m3,-wicket-auth-roles-and-Context-Path-td20249711.html On Tue, Nov 11, 2008 at 9:51 AM, Anirban Basak <[EMAIL PROTECTED]> wrote: > (replacing proprietary names/texts with xx) > > > > I'm running wicket web app with context 'xx'. > >

Re: Wicket 1.4-m3, wicket-auth-roles and Context Path

2008-11-03 Thread Alan Romaniusc
31, 2008 at 4:38 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > open a bug and provide a quickstart > > -igor > > On Fri, Oct 31, 2008 at 11:31 AM, Alan Romaniusc <[EMAIL PROTECTED]> wrote: >> Another question >> >> I can not find any bug reporting about

Re: Wicket 1.4-m3, wicket-auth-roles and Context Path

2008-10-31 Thread Alan Romaniusc
Another question I can not find any bug reporting about it. Should I try to open a bug or 1.5 will have this fixed anyway? On 10/31/08, Alan Romaniusc <[EMAIL PROTECTED]> wrote: > I found the problem!! No, I didn't, but I found the wrokaround. > > The problem happens wi

Re: Help with simple CheckBox example

2008-10-31 Thread Alan Romaniusc
I can see no problem in your code. Maybe something else? On Fri, Oct 31, 2008 at 12:29 PM, ds26680 <[EMAIL PROTECTED]> wrote: > > I am new to creating web applications with Wicket and I am struggling with > getting a CheckBox to set a boolean variable in my domain object using a > PropertyModel. >

Re: Wicket 1.4-m3, wicket-auth-roles and Context Path

2008-10-31 Thread Alan Romaniusc
I found the problem!! No, I didn't, but I found the wrokaround. The problem happens with you configure the filter to use url-pattern = "/*". If you change to something else, like "/x/*" the redirect will work as expected! just a reference... On Thu, Oct 30, 2008 a

Wicket 1.4-m3, wicket-auth-roles and Context Path

2008-10-30 Thread Alan Romaniusc
I mm trying to test the dumbest example of wicket auth roles, using examples in 1.4 m3 zip, and just extends pages that can be found there. Everytime that I log in, I was expected to be redirected from login to page that I tried to access, but I am being redirected to the "correct page", but witho

Directions for Stateless Ajax

2008-05-28 Thread Alan Romaniusc
Hi, I have been digging in how to make "stateless" ajax requests in wicket. My application needs an autocomplete textfield that must work "all the time", including after session expiration. I found a solution using a timer to ping the server, but this solution was rejected :(. Where/What should I