You can prepare data by implemeting Preparable in your action On Tue, May 19, 2009 at 4:48 PM, Christian Benjamin Ries < [email protected]> wrote:
> Hi there, > > I have a small site with some informations which are stored in a > database. A method for administrations reason is added to change the > content (names) of the datasets. > > Now, I will add these names to my navigation. > > I have a action like this: > > <action name="Admin" class="bean.Admin"> > ... > </action> > > This action edits the content of the bean "System". > > I will add this bean content to all other actions in my navigation, but > I don't know the right way to solve this problem. Any suggestions? > > Thx! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

