Hi all, I have a Wicket portlet running in uPortal, and normal things like labels and images work, but for anything that submits data, ie a Link or Button, it throws a ClassCastException:
org.apache.pluto.internal.impl.ActionResponseImpl cannot be cast to javax.portlet.RenderResponse It may be do do with the implementation of the two classes I need to provide from here: http://cwiki.apache.org/WICKET/portal-howto.html Does that sound familiar? How are others handling links/forms? Does anyone have a portlet (for any portal) that I can take a look at? thanks, Steve
