posted 17 years ago
I'm not entirely sure if I understand the question, but could you use a hidden input component (<h:inputHidden ... />)?
If you give it and the form it resides in ids, then you can change the value of the hidden input element as well on the client side by using some very simple javascript... let me know if you need an example.
[ May 03, 2007: Message edited by: evan k. stone ]