You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jason Kwon <jk...@quinstreet.com> on 2005/10/02 00:06:17 UTC

Struts-Layout Question -- Dynamically Generating MenuComponents

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 write to the
ApplicationResources.properties file, but I would like to avoid this,
especially since the content can change on a per user basis.  
 
Is there a solution to this?  Or is this use case not feasible at all
with Struts-Layout?
 
Thanks!
Jason