> 1-Is there some way that can force Tapestry to NOT cache > the *.jwc files and the html templates?
This is in the manual, but probably belongs in the FAQ. There's a JVM system property, com.primix.tapestry.disable-caching (I think -- check manual) that disables all caching of pages, specs, templates, scripts, etc. Slows Tapestry down a lot, but its still usable (Tapestry can parse all those specs and template faster, it seems, than a JSP can be converted to a Java class, compiled and loaded). > 2-How can a wrapped Direct component reference a direct listener of > his border? If the border is the container of the Direct, and has a IDirectListener parameter, then you can use an <inherited-binding> to wire the Direct to that parameter (they end up sharing the same instance of IBinding). -- [EMAIL PROTECTED] http://tapestry.sf.net _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
