I've just finished wrapping this rich text component from Kevin Roth <http://www.kevinroth.com/rte/> and I have it working nicely as a drop-in tapestry component (assuming correct installation into a project).

The final step is to put it in it's own component package for easy sharing across projects. The only concern I have is that the component needs access to 4 html files, which it uses to show a color picker, for instance, and which it accesses through some obfuscated and compressed javascript. So while this is fine when the files are simply placed in the webapp dir of the main app, how can it gain access to them when they're packaged into a component jar?

Another way of asking is: what is the tapestry URL to an html file packaged in a component jar? I've been trying to get the URL to say, Table.html in the contrib package as an example.

Thanks,

J

--
Julian Wood <[EMAIL PROTECTED]>

Software Engineer
Teaching & Learning Centre
University of Calgary

http://tlc.ucalgary.ca


Reply via email to