Re: bookmarkable URL and sortable data table

2008-09-24 Thread Monica D'Arcy
it by carefully reading the wicket code. Regards Alexandre Monica D'Arcy wrote: Hi, I have an application that uses primarily Bookmarkable pages. On the main Search page there is also a DefaultDataTable that uses a SortableDataProvider. When clicking on sortable column, the URL becomes wicketized

bookmarkable URL and sortable data table

2008-09-16 Thread Monica D'Arcy
Hi, I have an application that uses primarily Bookmarkable pages. On the main Search page there is also a DefaultDataTable that uses a SortableDataProvider. When clicking on sortable column, the URL becomes wicketized. Is there a way to easily override this behavior so that the URLs

Re: Swarm: SecureWebPage Access denied Message

2008-05-29 Thread Monica D'Arcy
Thanks Maurice and Gabriel... it was a matter of missing quotes!!! On May 29, 2008, at 2:47 AM, Maurice Marrink wrote: On Thu, May 29, 2008 at 12:57 AM, Monica D'Arcy [EMAIL PROTECTED] wrote: Hello, I am currently trying to implement some authorization/ authentication using SWARM and am

Swarm: SecureWebPage Access denied Message

2008-05-28 Thread Monica D'Arcy
Hello, I am currently trying to implement some authorization/authentication using SWARM and am running into some problems. After Logging on with a class that extends the UsernamePasswordContext class, I attempt to redirect to a secure page (a page that extends SecureWebPage). At login,