Attributes aren't sent to the server. Create an input=hidden element,
and when you change the value of the attribute, set the value of the
hidden input to that value as well. Then retrieve the value from the
hidden component on the server.

On 8/30/06, Guy Katz <[EMAIL PROTECTED]> wrote:
Hi all;
When I change an attribute of a custom component via JavaScript.
How can I access this changed attribute's value on the server side?
Thanks in advance.

Reply via email to