Sorry, I don't understand, I'm going to use three tiles definitions at this point I'm using one, but I will use tiles_en_US.xml, tiles_pt_BR.xml (Portuguese from Brazil) and tiles_es_AR.xml (Spanish from Argentina). Is this correct or the default mapping should be called tiles.xml? Thank, you.
Antonio Petrelli-3 wrote: > > 2010/7/29 heamaya <[email protected]>: >> The correct line is >> >> urls.add(tilesApplicationContext.getResource("/WEB-INF/tiles_en_US.xml")); > > No, it is: > urls.add(tilesApplicationContext.getResource("/WEB-INF/tiles.xml")); > So Tiles picks up the correct locale when needed. > > Antonio > > -- View this message in context: http://old.nabble.com/I-cannot-resolve-a-problem-I%27m-having-using-Tiles-2.2.-tp29290523p29306525.html Sent from the tiles users mailing list archive at Nabble.com.
