| Author |
[JSF 2.0] list of values for beforephase attribute of <f:view> tag
|
Celinio Fernandes
Ranch Hand
Joined: Jun 28, 2003
Posts: 546
|
|
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.
|
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCBCD 5
Visit my blog
|
 |
 |
|
|
subject: [JSF 2.0] list of values for beforephase attribute of <f:view> tag
|
|
|