Do you want to post from the client or the server? If from the client, just use the "normal" method. You can use h:outputLink with embedded f:param elements.
On 9/26/06, Legolas Woodland <[EMAIL PROTECTED]> wrote:
Hi Thank you for reading my post I need to use post method to send some parameters to a web site, now , in my web application which is based on jsf , i do not know how i can do this as parameters has their name and also i should compute their values before i post them to other web site. should we do this in button action method or there are some other ways? thanks

