Hi Igor,

Igor Vaynberg wrote:

> the problem is that this is really outside of wicket's domain because 
> these are static and not wicket-related resources you are talking about?
> 
> so if you have <img src="images/foo.gif"/> you want jsessionid appended 
> to that? i guess you can use a filter to postprocess the pages, but that 
> will be slow.

As Wicket has to parse the HTML templates (at least once), it could 
provide/maintain hooks into the DOM for non-wicket static resources so 
that the markup does not need to be parsed later using a filter (which 
will be really slow). My point is, that if this feature is added to 
Wicket, it would be a feature that no other framework has (AFAIK), it 
would solve my problem ;) and could probably be pretty fast.

So should I start a JIRA or does this end here?

        /james.

> On 2/6/07, *Eelco Hillenius* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     On 2/6/07, Johan Compagner <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>> wrote:
>      > do you really want static! resources to be encoded?
>      >
>      > i guess for some static resources (not really static but dynamic
>     bases on
>      > session data)
>      > it is needed. But normally static != dynamic != session
> 
>     Hrm, yeah, good point actually. I don't think you actually need it
>     James.
> 
>     Eelco
> 
>     -------------------------------------------------------------------------
> 
>     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-user mailing list
>     Wicket-user@lists.sourceforge.net
>     <mailto:Wicket-user@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/wicket-user
>     <https://lists.sourceforge.net/lists/listinfo/wicket-user>
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> 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-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
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-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to