[Wicket-user] Wicket URLs in javascript

2007-07-19 Thread Joel Hill
My app's home page is nothing more than a blank page which has an onload script which opens a new browser window and loads my app's "main" page into it. I'm having trouble figuring out how to get it to work in wicket. I don't want to make the page bookmarkable if at all possible, but I have to fi

[Wicket-user] Form redirect issue

2007-06-05 Thread Joel Hill
We have a JSP servlet application that we're slowing beginning to convert over to wicket. Our first wicket page is a form with submit and cancel buttons, either of which (unless there is a validation error) will redirect the user back to the old servlet using the following code: protected void on

[Wicket-user] Inserting JSP into wicket

2007-05-25 Thread Joel Hill
We're beginning the gradual process of converting our app over to wicket. Since there isn't time to recreate our navigation menu in wicket right now, I tried including the menu JSP in the wicket page using the technique at http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/. It

Re: [Wicket-user] mountBookmarkablePage problem

2007-03-12 Thread Joel Hill
That's exactly the problem. Thanks. Joel >>> [EMAIL PROTECTED] 3/9/2007 4:39 PM >>> make sure your servlet mapping ends with /* and not just / -igor On 3/9/07, Joel Hill <[EMAIL PROTECTED]> wrote: > > I cannot seem to get mountBookmarkablePage() to work.

[Wicket-user] mountBookmarkablePage problem

2007-03-09 Thread Joel Hill
I cannot seem to get mountBookmarkablePage() to work. Any time I try an access a page through the mapping I set up, I get a 404 error. The strange thing is, if I set up a wicket Link in my app to link to the mounted page, it puts the proper mapped address in the browser's address bar but still gi