Re: Invalid URLPatternSpec for Ajax Calls in Wicket Portlet

2008-11-20 Thread krisNog
portal portlet container(v. rc2 then) and that worked just fine... > So I don't know what the problem could be... > > Thijs > > On 11/19/08 8:44 PM, krisNog wrote: >> The difference appears to be : vs %3A (the URL encoded : ) in urls. >> >> For example wicke

Re: Invalid URLPatternSpec for Ajax Calls in Wicket Portlet

2008-11-19 Thread krisNog
The difference appears to be : vs %3A (the URL encoded : ) in urls. For example wicket seems to be creating test:test2 in Firefox and test%3Atest2 in IE. Glassfish doesn't like the : Thijs wrote: > > Do you know what is send differently to the server in FF2 vs IE > (WireShark?) > And where the

Output streams from external servlet

2008-06-24 Thread krisNog
Hello everyone! I have a question regarding external servlets. I have a panel that I would like to stream content into from an external servlet. The overridden onRender method I'm using for the Panel is shown below where "/whatever" is the servlet that is outputting some arbitrary HTML that I wo