Hello All, Had a question about the latest nightly and some changes/functionality that was removed or missing. I am currently using Tiles and Struts (build from 11/9/2001) to manage the "View" portion of our website. We have custom renderers that serve up different views depending on the browser type you are coming in with. Anyhow, in our struts config file we often use the
<action .... input="some.tile.property.here"> ... </action> In the old releases this worked fine, but in the latest release it appears that the action servlet that Tiles uses isn't answering the calls to the getInput() command called on mapping any longer, the ActionConfig is now. Is this feature gone or are they planning on returning it? Basically, I guess I just want to know if the Tiles template will continue to be integrated into struts as deeply as it was in the past. I am also trying to get a feel for if I have to modify the code myself, which we have yet to do, or if I can rely on the standard builds. Thanks for the help everyone ... Sean P.S. Hopefully when we release, which should be soon, I can give a more detailed look at what we did and what we may be able to contribute back to struts or jakarta. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>