Invalid URLPatternSpec for Ajax Calls in Wicket Portlet

2008-11-18 Thread prasana
Hi all, We are running Wicket Portlet in Jetspeed Portal deployed in Glassfish. But whenever we make a Ajax calls, it results in There are some problems in the request: invalid URLPatternSpec|# in the server log file and Ajax Debug windows shows ERROR: Received Ajax response with code: 400 The

DatePicker Fails in Portlet Environment

2008-07-31 Thread prasana
I am trying to use DateTextField component that includes DatePicker in my portlet application. The DateTextField component is displayed onSubmit of a AjaxSubmitLink But the Wicket Ajax Debug windows shows the following error when the DateTextField is rendered. ERROR: Exception evaluating

Re: Wicket Datepicker javascript not loaded in portlet environment

2008-07-30 Thread prasana
Hi Serkan, Did you fix this issue. I am also facing the same issue in portlet environment when using firefox 2.0 I really appreciate, if you give some pointers on how to fix this if you already fixed this issue. Thanks Prasanna Serkan Camurcuoglu-2 wrote: Hi all, I'm trying to use an

Wicket Portlet in Jetspeed fails during Ajax Request in Firefox

2008-07-17 Thread prasana
I am not sure whether I have to post the issue here or in Jetspeed mailing list. I have a wicket portlet that runs on jetspeed portal which makes a Ajax Request. When I first add the portlet to the page, all the ajax requests are working fine. Once I visit some other pages in the portal and come

AjaxCheckbox in a AjaxFallbackDefaultDataTable Fails in IE

2008-07-09 Thread prasana
I am using a AjaxFallbackDefaultDataTable to show my data grid which contains a AjaxCheckBox along with other columns. When I select the check box against a row and click Submit, it works fine. On the response page, as soon as I select another check box, its resulting in Wicket Runtime