On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: > Wow! > > meanwhile I've had the same idea. Posted simultaniosly :) > > But I doubt, that this solution will be compatible with tiles :( > > What do you think about that?
Don't use tiles. :-) I'm serious. I used tiles for several years quite successfully. For my most recent project I switched to using the SiteMesh decoration via response filter approach. I can imagine there are some complex page layout webapps where Tiles might work better. For a standard webapp with a header/navArea/content/footer breakdown, SiteMesh is more than sufficient and *way* simpler to configure than the tiles approach. Unless you have a huge investment already in using Tiles, I recommend checking out SiteMesh as an alternative that would be compatible with the custom ActionMapping approach suggested by Jeff. You can see an example of SiteMesh in the Equinox simple webapp starter project put together by Matt Raible. Google "Equinox Raible" to look it up on the web. . -Van -- - Mike "Van" Riper [EMAIL PROTECTED] > > Best regards > Yaroslav Novytskyy > > > > Jeff Beal wrote: > > Probably your best bet would be to use a custom ActionMapping and > > override the findForward() method to return a Locale-specific JSP > > page. > > > > On 6/24/05, Yaroslav Novytskyy <[EMAIL PROTECTED]> wrote: > > > >>Hi! > >> > >>This is exactli what I'd like to avoid and use l10n on pages level not > >>level of defined strings in message bundles for different languages. I > >>don't want to use the english (html) design and to translate english > >>phrases to french, which will be included into english design. I want to > >>use french _page_. That meens french design with includes french text - > >>standalone french jsp. > >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]