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