Portlet support

2008-10-31 Thread Janne Kario
Hi.

I've been browsing through the portlet stuff in trunk and don't really
know what to make of it. What can I expect from the upcoming 1.4-m4 in
terms of portlet support? The current portlet stuff in trunk is
stricly JSR-168 stuff, right? The JSR-286 stuff exists only as a patch
set, right? No support for other portlet containers than jetspeed2,
right?

j

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ListView removeLink double-click problem

2008-09-23 Thread Janne Kario
Hi.

I have a pretty standard ListView with some remove links created with
the ListView.removeLink. How am I supposed to handle the double-click
problem which arises when the user double clicks the last remove link
of the list view? The first request correctly removes the last item
from the list but the subsequent second request fails with
WicketRuntimeException because the URL refers to a remove link index
which does not exist anymore. Is there a way to ignore the second
request or hide the RuntimeException it causes.

j

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]