[jboss-user] [JBoss Portal] - Re: Portlet tag interpretation sequence

2006-07-12 Thread louise_za
In the above code excerpt I forgot to add the return statement in the getChildren method. The code should look as follows: | public String getChildren(String id) | { | String children; | children = "\t\n" + | "\t\t\n" + | "\t\n" + |

[jboss-user] [JBoss Portal] - Re: Portlet tag interpretation sequence

2006-07-12 Thread louise_za
Is there a specific point during the compilation of a jsp when all the portlet specific variables/tags are interpreted and converted into their actual values? Any help will be much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957254#3957254 Re

[jboss-user] [JBoss Portal] - Re: Portlet tag interpretation sequence

2006-07-12 Thread louise_za
Sorry, made another mistake...what happens when you don't want to post all your code and there is no edit button! The code exerpt above detailing the actual value of the string returned should be: | | | |