On 5/15/07, Tremelune <[EMAIL PROTECTED]> wrote:


No exceptions thrown, at least nothing reported by my app.


something cause error code 500, so there must be an exception somewhere in
the logs.

AjaxPagingNavigator doesn't get hit at all. What would come before that?


before that wicket has to find the right page, and find the component on it.
then invoke the interface from the url on that component.

I
don't think it's in any of my code before it gets to AjaxPagingNavigator.


doesnt look like it, but who knows. without the stack trace its hard to
tell.

The question remains, how can identical code be failing in one case and not
the other unless there is some kind of class-level registration or
reflection (including the package) going on?


i am not aware of anything like that going on if all you did was copy
ajaxpagingnavigator, that simply extends pagingnavigator

I'm boggled.


so are we without that stacktrace. set a breakpoint in requestcycle.request()
and see what happens when that ajax request comes in.

-igor


Matej Knopp-2 wrote:
>
> That is an internal error. Which means that you got an exception. We
> need to see the exception (from your server logs).
>
> -Matej
>
> On 5/15/07, Tremelune <[EMAIL PROTECTED]> wrote:
>>
>> INFO:
>> INFO: Initiating Ajax GET request on
>>
/app?wicket:interface=:1:topDogsBlock:pager:next::IBehaviorListener&wicket:behaviorId=0&random=
0.28339447129400336
>> INFO: Invoking pre-call handler(s)...
>> ERROR: Received Ajax response with code: 500
>> INFO: Invoking post-call handler(s)...
>> INFO: Invoking failure handler(s)...
>>
>> --
>> View this message in context:
>>
http://www.nabble.com/AjaxPagingNavigator-doesn%27t-work-as-%22custom%22-class-tf3760248.html#a10628665
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>>
-------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> Wicket-user mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

--
View this message in context:
http://www.nabble.com/AjaxPagingNavigator-doesn%27t-work-as-%22custom%22-class-tf3760248.html#a10629231
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to