These links are the TreeTable expand/close ajax links.  When I first
load the page, and the jsessionid is there, I get AJAX errors due to a
404 with the url, ie:

*INFO: *
*INFO:
*Initiating Ajax GET request on 
;jsessionid=1jcm8a7y2riyj?wicket:interface=:0:category.editor:table:i:5:sideColumns:0:nodeLink::IBehaviorListener&wicket:behaviorId=0&random=0.4770343745051816
*INFO: *Invoking pre-call handler(s)...
*ERROR: *Received Ajax response with code: 404
*INFO: *Invoking post-call handler(s)...
*INFO: *Invoking failure handler(s)...

I also have the wicket filter mapped to the root context "/" via:  
<url-pattern>/*</url-pattern>

If no one else is encountering this problem then I will take it up with
the Jetty team.

Aaron


Eelco Hillenius wrote:
> That jsessionid looks normal to me actually. Typically it is inserted
> right after the server path before the query string, but in this case
> you don't have server path. What happens when you have this? You have
> stacktraces or javascript errors?
>
> Eelco
>
>
> On 1/19/07, Aaron Hiniker <[EMAIL PROTECTED]> wrote:
>   
>> I'm using maven2 jetty plugin to test my war file, and when a page is first 
>> rendered, I am getting links like:
>>
>> var 
>> wcall=wicketAjaxGet(';jsessionid=380dscefa0gpi?wicket:interface=:0:category.editor:table:i:0:sideColumns:0:link::IBehaviorListener&wicket:behaviorId=0',
>>  function() { }, function() { });return !wcall;
>>
>> As you can see, the "jsessionid" is prepended to the URL, which makes it 
>> invalid.  When I refresh the page, it seems that jsessionid is moved to a 
>> cookie and everything works fine.
>>
>> This seems like a Jetty issue (as I've deployed the war into jboss and 
>> things seem to work right the first time).  Anyone know what causes this and 
>> how I can fix this?
>>
>> Aaron
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>> opinions on IT & business topics through brief surveys - and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Wicket-user mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>     
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>   

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to