What is the V/S Toolkit and where do I find it? Thanks ! -----Ursprungliche Nachricht----- Von: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. Februar 2002 19:01 An: Struts Users Mailing List Betreff: Re: Struts 1.1
There is now a multi-applications support. Some new classes have been added. A lot of methods from the servlet have been moved in different classes, like the RequestProcessor class. Tiles need now to provide a subclass of RequestProcessor in order to catch calls to forward/include. Also, instruction to use this subclass is specified in struts-config rather than in web.xml. Cedric Vic Cekvenich wrote: > What is the difference for 1.1 for bellow? > I have used nightly builds plus tiles and validation for 1.1. > Vic > > Ted Husted wrote: > > > Since the nightly builds archives on Jakarta are on a short leash now, > > if anyone needs a Nightly Build JAR that will work with Tiles and the > > V/S Toolkit et cetera, there's one here. > > > > http://husted.com/struts/resources/struts_1_1a.zip > > > > > > Ted Husted wrote: > > > >>The functionality will be restored, but for the time being to use Tiles > >>you will have to roll back to a nightly build prior to 15 January. The > >>same goes for the new Velocity/Struts toolkit. > >> > >>There were some changes to the ActionServlet, and some of the higher > >>level compatibility issues need to be resolved. Virtually all typical > >>applications should run just fine, but the changes Tiles makes are > >>atypical. > >> > >>-- Ted Husted, Husted dot Com, Fairport NY USA. > >>-- Java Web Development with Struts. > >>-- Tel +1 585 737-3463. > >>-- Web http://www.husted.com/struts/ > >> > >>Sean Willson wrote: > >> > >>>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]> > >>> > >>-- > >>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > >>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > >> > > > > -- Ted Husted, Husted dot Com, Fairport NY USA. > > -- Java Web Development with Struts. > > -- Tel +1 585 737-3463. > > -- Web http://www.husted.com/struts/ > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

