Re: Terracotta integration and issue sharing pagemaps

2008-12-10 Thread Michael Oswell
Ned, I have tried setting setReuseItems(true) on the PageableListView but it makes no difference. thanks, -- Mike On 10-Dec-08, at 4:30 PM, Ned Collyer wrote: From a quick glance (and im not at all familiar with PageableListView - but am alright with their parent - ListView) Has it an

Terracotta integration and issue sharing pagemaps

2008-12-10 Thread Michael Oswell
I am running into an issue that I _think_ is related to our terracotta installation. 1. User visits page with a PageableListView. 2. User navigates to another page in the PageableListView 3. User clicks on a link generated within the listview The following exception is generated org.apache

AjaxButton submit url

2008-10-09 Thread Michael Oswell
I am curious if it is possible to change the URL that is used for the XMLHttpRequest so that I can force a form on a non-SSL enabled page to post to an SSL url. In this particular case, I have a non-secure page with a login panel on it. The form in the panel is using an AjaxButton for form

Redirect to different url before page renders

2008-10-04 Thread Michael Oswell
I'm looking for a way to redirect the user to a different url depending on page parameters before the page they are requesting renders. I've looked around and don't see a simple way to do this. From what I can tell, using the standard redirects (ie RequestCycle.get().setRequestTarget(new R