Setting bean property from another bean

2004-06-02 Thread Hudson, Erik
If you have two beans in scope and both have a property of the same class, is there a way to set one's property to the other property's value using one of the tag libraries? If you have class C; class A { private C propA; // with get set methods } class B { private C propB; // with get

Using the Monkey Tree as a Menu with Tiles

2004-05-04 Thread Hudson, Erik
I'm fairly new to Struts and Tiles and would appreciate any advice on this topic. I'm creating a Struts/Tiles app with the standard header, footer, menu on left and main body on the right layout. Each of my menu choices will have submenus. Currently, I'm using the menu definition that comes