Thank you for reply. what about sending them from server side ? if i send user to that url from serverside i can make my database change and then send him/her to other web site. can i have an action for outputlink and also send the user to other web site? for example in action binding i made database change and when he/she clicked on it i post the parameter to that website?
thanks Andrew Robinson wrote: > 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 >> >

