> The jsp tags are really a small portion of
> oscache so a OSCache + Velocity integration
> is certainly easily doable.

This has been said for many times "easily doable". No one has done that.
Ok I'm wrong person to blame anyone and OSCache and SiteMesh works quite
fine without Velocity support. 

> Create an issue with the details in jira please.

No need to create, they have been created a long time ago:

02/Jun/02:
http://jira.opensymphony.com/secure/ViewIssue.jspa?key=SIM-18

I'm sure that there was an issue created for OSCache too (at least I
have seen examples below for at least half year ago):

#cache()
... some content ...
#end

#cache("key=foobar", "scope=session")
... some content ...
#end

#cache("foobar")
... some content ...
#end

#cache("key=$product.Id", "time=1800", "refresh=$needRefresh")
... some content ...
#end

#cache( { key : $product.Id, time : 1800, refresh : $needRefresh } )



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to