You are right. I overlooked this good example.

Thanks for your help.

Richard

From: "Devlists" <[EMAIL PROTECTED]>
Reply-To: "Tapestry users" <[email protected]>
To: "Tapestry users" <[email protected]>
Subject: Re: Assets
Date: Mon, 13 Jun 2005 21:54:03 +0200

Hi,

1. You can create your own service to do this. The workbench example contains a chart service which is a good point to start at.

Br,
Norbi

----- Original Message ----- From: "Richard V." <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, June 13, 2005 8:52 PM
Subject: Assets


Hello everyone,

I have been using Tapestry for almost 6 months developing a service system
(on my own in the dark) for students in a computer lab. While using this
great and powerful framework, i noticed some shortcomings in it and I need
some help: (I am using version 3.0.1)

1- Assets: As far as I know, images are assets. But these images must be
files or URLs. What if the images are generated, not stored as files, and I
wish to display them? I noticed that the current design of class
AbstractAsset as well as AssetService does not allow one to generate an
asset on the fly when request comes. Does anyone has a work around to this
limitation besides writing an external servlet that generates the images and
use externalAsset?

2- Component's own css: I created some components of my own which had
cascded style-sheets. If I wanted to use them on some other project, I
needed to append the css to the respective css of the project. This is
really troublesome and would like to propose an extension to the Shell
components to could allow components to export their own css.

Thank you

Richard



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to