Has any one else seen this? #set($id = 3) My Id: $id $pulltool.getStuff($id) ## the browser and back end both say $id is 3
#set($id = 10) My Id: $id $pulltool.getStuff($id) ## the browser shows that id == 10 but on the back end it shows 3 again... I am not sure what's going on here... I am doing very simple stuff on the back end... I have confirmed that before the pull tool is called the second time the value of $id has changed... and the System.out.println(id); on the back end is called first thing in the getStuff method... odd.... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
