Closed GoogleCodeExporter closed 9 years ago
Too bad that this happens on RichFaces. From
http://wiki.omnifaces.googlecode.com/hg/javadoc/1.2/org/omnifaces/context/OmniPa
rtialViewContext.html#getCurrentInstance():
> Throws: IllegalStateException - When there is no current instance of the
OmniFaces partial view context. That can happen when the
OmniPartialViewContextFactory is not properly registered, or when there's
another PartialViewContext implementation which doesn't properly delegate
through the wrapped instance.
It seems that RichFaces' partial view context doesn't use
PartialViewContextWrapper. I will look at it.
Original comment by balusc
on 5 Nov 2012 at 7:08
Fixed:
http://code.google.com/p/omnifaces/source/detail?r=5f1774e4a3030129940ed4244df44
f26564cf88b
Please give the attached snapshot with the fix a try and let me know.
Original comment by balusc
on 6 Nov 2012 at 12:46
Attachments:
Working. :)
Original comment by johny.ko...@gmail.com
on 6 Nov 2012 at 3:42
Great, thanks for testing and confirming.
Original comment by balusc
on 6 Nov 2012 at 12:59
Original issue reported on code.google.com by
johny.ko...@gmail.com
on 5 Nov 2012 at 4:27