Yes, there is a forceId example for a hidden field in the simple examples (forceId.jsp) and it is working. The inputHidden is in the first of the three forms of the page with id 'hidden-foo'. The example demonstrates that the renderer hidden element has the same id that the one you provide to the inputHidden component when you use forceId (so the if of the form is not prepended to the id of the component as you might expect otherwise).
Regards, Bruno 2005/8/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Sean, I'm sorry but I can't see what the forceId example demonstrates. > Nobody in my shop can either. > > I routed my browser requests for forceId.jsp through a network sniffer and > the form name is indeed not prepended to HTTP variables for controls > "without forceId". This demonstrates forceid is working. > > This is running on the same AS where I am having difficulties - but there > are no inputHidden examples in the demo app. > > > Dennis Byrne > >

