>Jeff Cooper wrote: >| Has anyone run into any issues with trying to run an applet in a >| tapestry page. The project I'm working on, we are using an applet >| image viewer for tiff images. The image viewer is 3rd pary software, >| so we know that it works (have put it in jsp's and plain html), but >| when trying to view an image in a tapestry page, the applet is not >| showing up. >| >| Thanks for any help, >| Jeff Cooper >| >Unless you're needing to intermix the applet's functionality with >functionality provided by Tapestry (in the form of dynamic paramters), >it should work identically. Tapestry doesn't do any special magic to >tags outside of those identified with the jwcid tag. If it's not showing >up, I'd look at making sure it's on the classpath correctly in the >Tapestry-ized version.
To rephrase what Brian said, look at the HTML (page source) tapestry sends to the browser and make sure that the codebase and archive parameters (if you are using xhtml and the object tag) actually leads to the JAR-files. Relative URLs here, for example "./applet.jar" will probably resolve differently from your JSP/HTML pages since the URL is to the tapestry servlet. >[Yes, I've used applets in Tapestry pages with success] > >HTH > >Brian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]