Hi, On Wed, Jul 23, 2008 at 4:49 PM, Stephen Friedrich <[EMAIL PROTECTED]> wrote: > I found this post when googling for "inputHidden partialTriggers". > > It seems that the inputHidden tag does not even have a partialTriggers > attribute at all :-( > > Just oversight, or is there a reason for this?
I don't know the "historic" reason for that. You could use this: RequestContext rc = RequestContext.getCurrentInstance(); rc.addPartialTarget(myHiddenInputComponent); -M > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org

