webtier@glassfish.java.net

[webtier] list of values for beforephase attribute of <f:view> tag

From: Celinio Fernandes <papouasied_at_yahoo.com>
Date: Tue, 12 Jan 2010 13:02:31 -0800 (PST)

Hi,
this should be easy but i keep getting a parsing error.
I want to execute 2 methods before the view renders.
I have tried the following syntax :
  <f:view beforePhase="#{mybean.methodA mybean.methodB}"> (space)
  <f:view beforePhase="#{mybean.methodA , mybean.methodB}"> (comma)

None works. What is the correct syntax ?
Thanks.