You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Borja Martín <bo...@dagi3d.net> on 2005/04/07 18:58:20 UTC

request parameter lost during validation

hi,
I have an input hidden field whose value should be saved throughout the 
whole application. The problem is that some forms require validation and 
when it fails, I cannot retrieve the hidden field's value. I tried to to 
add a binding value to the inputHidden but with no success.
any hint about how to get it?
maybe I should alter the validation phase but i'm not sure about it...

thanks in advance