Re: Struts and Tiles

2004-10-11 Thread Nigel Barrett
You can also use a controller class/action to do it and then in the action class for /selectBodyTile.do you can access the ComponentContext which will allow you to change the attributes before tiles does the insert thus allowing you to programmatically set the inner tile to be a JSP,another tile

Map Backed Forms and String array values

2004-09-24 Thread Nigel Barrett
Hi, (Struts 1.1) (BeanUtils 1.7.0) I want to use a map-backed form for a form which contains a multiple select listbox. When I submit the form with more than one item selected the values seem to get extracted from the request properly into a string array, however BeanUtils seems to morph it back