Object value of an inputHidden control
Hi all,
is it possible to do something like this:
<h:inputHidden value="#{releases.current}"/>
with the value being an object?
javax.servlet.jsp.JspException: Error getting property'current' from bean of type be.sofico.web.extranet.dynamic.releases.ReleasesOverview
at com.sun.faces.taglib.html_basic.InputHiddenTag.doEndTag(InputHiddenTag.java:188)
at _dynamic._releases._index._jspService(_index.java:878)
releases.current is a pretty simple object combined of a few strings. Can anyone explain how to make this work or does the inputHidden field only support strings?
Thanks

