public void validateVersion(FacesContext i_context, UIComponent ui_component, Object value)(Code)
It is a trick.
JSF Required selectVersions during validation step - but in this phase it is not yet passed page name
Stored in t:saveState - so, we do not have pageName - and as result - we do not have pageVersions...
Very stupid hack - during validation stage first called custom validators - so, in this validator we just
add values into selectVersions array to return them on validation stage later
Parameters: i_context - Parameters: ui_component - Parameters: value -
Fields inherited from ru.emdev.EmForge.wiki.web.bean.BaseWikiControllerImpl