dev@jsftemplating.java.net

How to stop reloading of page

From: Karam Singh Badesha <Karam.Badesha_at_Sun.COM>
Date: Mon, 22 Jan 2007 14:55:47 -0800

Hi,
What do I need to specify in order to stop the page from reloading
itself when someone selects something from a drop down menu? I have only
the following attributes defined for my drop down lists:

<sun:dropDown
                          id="lavaReleaseMenu"
                          toolTip="#{msgs.chooseLavaRelease}"
                          labels="$attribute{lavaReleasesList}"
            />

But the page keeps refreshing itself everytime a different selection is
made.

thanks
Karam