You should be able to extract the base64 string from a page, and put it in a variable.
If you then use that variable in a parameter, and disable encoding, does that not work? On 14/03/07, Olivier Schmitt <[EMAIL PROTECTED]> wrote:
> > > Can you successfully send the parameters if you update the test plan > and set the "Encode" check-box off? > > I.e. can you manually make it work (without or after using the proxy > recorder)? > no. JSF needs the view state of the current component tree in current request. This view state is gzipped byte array encoded in Base64, so a human can not set this field by hand. JSF renders HTML by himself (computes name of input, ... ): input, links, ... You can not set the parameter names and values by hand. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

