I currently have a page made up of two tiles (tile1 and tile2 say). tile1 is the navigation menu and tile2 is the main tile.
I want to be able to call the action associated with a form in tile2 from a button setup in tile1. Anyone able to give me some hints or advice on how to go about doing this? I am pretty new to struts work so still a bit fuzzy on certain areas.
Currently i call the action for tile2 from tile1 but it resets the whole tile (and therefore fails validation).
Any advice is appreciated.
- Craig