Hi, Saumil Mehta wrote:
Hello,[...]For example, could I do qaNode.getChildren().add(new TreeNodeBase("document", "#{bundle.pageName}", "commonTiles.jsp", true));
why so complicated ?! you're writing a java class, so why not you use plain old 'ResourceBundle' to localize your stuff. It uses the same resources as <f:loadBundle> does and is probably much faster in this case...
regards Ronald

