Hi, Is there over proper way to do this in tobago:

<tc:form>
...
<f:verbatim><input type="hidden" name="id" value="</f:verbatim><tc:out
value="#{CartEdit.id}"/><f:verbatim>"/></f:verbatim>
</tc:form>

I want to post additional hidden param, which would be reachable in the
constructor of backing bean.
<tc:hidden has no name attr, so I can't use it in constructor of bean.

Thanks form help and sorry again for english,
Piotr
-- 
View this message in context: 
http://www.nabble.com/Tobago%27s-hidden-input-in-form-tf2621498.html#a7314980
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to