Another parameter? Do we really need it? Isn't this something that can 
be put into request header? (either on client or server side).

-Matej

Igor Vaynberg wrote:
> well, i thought of this route as well. appending something like 
> &wicket:ajax=true to every url generated. its a bit more intrusive then 
> the 404 thing but i guess it could work as well.
> 
> the thing is that there is no way to get a 404 with wicket from an ajax 
> request - so 404 pretty much guarantees the session timeout - thats why 
> i thought it wasnt as much of a hack.
> 
> but yeah, i can go for the decoration thing too.
> 
> -Igor
> 
> 
> On 8/13/06, *Frank Bille* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     Thx. I'll look at it. It's not exactly what I want, but I think it's
>     good to iterate over it a couple of times to get it right. I would
>     like to get full control over what's happening, so we don't have to
>     do these hacks ;)
> 
>     I have this idea of being able to figure out what type of request it
>     is based on the URL. The thing is that we don't want any objects
>     remaining in mem on the server if the session is expired, right? But
>     since we can't resolve the behavior we can't figure out that it's
>     ajax. But if we could have the ajax stuff decorate all their URL's
>     to include a hint that it is ajax, then we could use that on the
>     server to generate the correct response.
> 
>     Any comments on that?
> 
>     -Frank
> 
> 
>     On 8/13/06, *Igor Vaynberg* < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     On 8/13/06, * Johan Compagner* <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> wrote:
> 
>         igor you are a genius
> 
>         So it is fixed?
> 
> 
>     naah, im just helping frank finish what he started :)
> 
>     -Igor
> 
> 
>     -------------------------------------------------------------------------
>     Using Tomcat but need to do more? Need to support web services,
>     security?
>     Get stuff done quickly with pre-integrated technology to make your
>     job easier
>     Download IBM WebSphere Application Server v.1.0.1 based on Apache
>     Geronimo
>     http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>     <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
> 
>     _______________________________________________
>     Wicket-develop mailing list
>     Wicket-develop@lists.sourceforge.net
>     <mailto:Wicket-develop@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/wicket-develop
>     <https://lists.sourceforge.net/lists/listinfo/wicket-develop>
> 
> 
> 
> 
>     -------------------------------------------------------------------------
>     Using Tomcat but need to do more? Need to support web services,
>     security?
>     Get stuff done quickly with pre-integrated technology to make your
>     job easier
>     Download IBM WebSphere Application Server v.1.0.1 based on Apache
>     Geronimo
>     http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>     <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
> 
>     _______________________________________________
>     Wicket-develop mailing list
>     Wicket-develop@lists.sourceforge.net
>     <mailto:Wicket-develop@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/wicket-develop
>     <https://lists.sourceforge.net/lists/listinfo/wicket-develop>
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to