Re: CODI Redirect when page load

2012-03-31 Thread Gerhard Petracek
hi jose, now it's included in the latest snapshot deployed to [1]. regards, gerhard [1] https://repository.apache.org/content/groups/snapshots http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache

CODI Redirect when page load

2012-03-30 Thread José Luis Cetina
CODI 1.0.4 Hi i want to redirect from one page from other page when the first page load. Example: I have to pages pageA and pageB If i do this in @Named (pageA) @PreRenderView public void init(){ vnh.navigateTo(Pageb.class); } i get this message: - Unable to find matching

Re: CODI Redirect when page load

2012-03-30 Thread Gerhard Petracek
hi jose, please try the patch you can find at [1]. (it applies on the current trunk.) regards, gerhard [1] http://people.apache.org/~gpetracek/myfaces/codi/patches/ [2] https://svn.apache.org/repos/asf/myfaces/extensions/cdi/trunk/ http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE

Re: CODI Redirect when page load

2012-03-30 Thread José Luis Cetina
Ouch, do you have a guide how can i do this? 2012/3/30 Gerhard Petracek gerhard.petra...@gmail.com hi jose, please try the patch you can find at [1]. (it applies on the current trunk.) regards, gerhard [1] http://people.apache.org/~gpetracek/myfaces/codi/patches/ [2]