dev@jsftemplating.java.net

buttons command and navigate

From: Priti Tiwary <Priti.Tiwary_at_Sun.COM>
Date: Wed, 06 Sep 2006 14:51:20 -0700

Hi,
i am adding navigate command to button and trying to break at navigate
function using debugger is failing...
<!facet pageButtonTop>
    <sun:panelGroup id="a">
       <sun:button id="b" value="c">
       <!command
          navigate(page="valid path");/>
    </sun:button>
can anyone see anything why navigate does not work here..i have tried
println handler too in place of navigate.. and that too does not work..
did i miss something..
priti