Struts-Layout Question -- Dynamically Generating MenuComponents

2005-10-01 Thread Jason Kwon
Hi, I was looking at the struts-layout API. It looks like all menucomponents are constructed by referring to properties set in ApplicationResources.properties. However, I have a need to generate content for these menucomponents dynamically based on values in the database. I suppose I could wri

Multiple Webapps and the TLDs

2005-09-08 Thread Jason Kwon
Say I have multiple webapps. Currently, I am deploying each webapp with their own copies of the struts TLDs. Is there any way I can deploy each webapp and deploy only a single set of struts TLDs?