Page reload in commandlink

Hi,

I have a commandlink in my jsf and in that i have following code-

<h:commandLink onclick="getClarify(#{clarifyDetRep.ticketNumber})" id="showTicketDet">

<h:outputText value="#{clarifyDetRep.ticketNumber}" id="column1"/>

</h:commandLink>

Where getClarify is a javascipt that opens new window with ticketNumber as input parameter. Now my problem is, everytime i click on this link,it opens up a new window as expected, but at the same time it reloads the original jsp page with commandlink,,, how can i avoid this reload behaviour? Maybe it is silly but i am not able to figure out...thanks

[639 byte] By [kal132a] at [2007-11-27 10:50:09]
# 1

You probably want to use an outputLink instead of a commandLink.

RaymondDeCampoa at 2007-7-29 11:23:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...