Hi,
I am using the build from today, and I use the ViewController (as a
multi vc) like:
@ViewController(viewIds={"/edit1.xhtml", "/edit2.xhtml"})
public class Editor
{
...
@PreRenderView public void loader()
{
//do some work...
}
...
}
I'd like to parametrize the call of the loader() only on a particular viewId,
like on the first page (edit1.xhtml) and not always.
Perhaps like @PreRenderView (executeOn={"/edit1.xhtml"})
Any thoughts ?
-M
--
Matthias Wessendorf
further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org