I have a simple Blah action to test the REST plugin

/myapp/blah goes to index() in Blah as expected
/myapp/blah/1 goes to show() and sets id to 1 as expected

however setId() is run twice, I have a log.info("setting id"+id) there

when I do 

/myapp/blah!show?id=1

setId() is only run once



-- 
View this message in context: 
http://www.nabble.com/REST-plugin-possible-bug-tp21502333p21502333.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to