Hi,
i want to use svg in my webapp, since it makes it easy to create images
on the fly.
My plan is to make t5 pages that output svg instead of html, which
should be easy.
But alas svg is not as straigh forward as it should. Little browser
support might force me to convert the svg to images
As usual, a closer look reveals the errors...
anyway, my application is up and running...
-atle
Atle Prange wrote:
Okay, i have figured out the simple way of changing the resource url
so the tapestry framework is able to scan the pages , componenents and
mixins.
Now i get a load of
Okay, i have figured out the simple way of changing the resource url so
the tapestry framework is able to scan the pages , componenents and mixins.
Now i get a load of exceptions that *BeanInfo classes can't be found,
and that the '' (empty) package is not imported or exported...
Any suggesti
try-spring
module does it.
There are still further challenges, but I guess you want be able to start a
hello world page first. :)
On Thu, Aug 14, 2008 at 3:09 PM, Atle Prange <[EMAIL PROTECTED]>wrote:
Hi,
i am currrently trying to integrate tapestry into an OSGI container using
apac
Hi,
i am currrently trying to integrate tapestry into an OSGI container
using apache felix and the ops4j pax web service. (For many interesting
reasons, one of them is the possibility to add services to the webapp at
runtime...)
I have managed to register the Tapestry filter, and load my app