From: <ps...@us...> - 2017-05-13 19:42:59
|
Revision: 280 http://sourceforge.net/p/vlibrary/code/280 Author: psteitz Date: 2017-05-13 19:42:58 +0000 (Sat, 13 May 2017) Log Message: ----------- Added location parameter to get location from post. Modified Paths: -------------- branches/VLIBRARY_2_X/src/main/webapp/a/moveBookContent.jsp Modified: branches/VLIBRARY_2_X/src/main/webapp/a/moveBookContent.jsp =================================================================== --- branches/VLIBRARY_2_X/src/main/webapp/a/moveBookContent.jsp 2017-05-08 23:21:37 UTC (rev 279) +++ branches/VLIBRARY_2_X/src/main/webapp/a/moveBookContent.jsp 2017-05-13 19:42:58 UTC (rev 280) @@ -15,6 +15,7 @@ <bean:parameter id="bookTitle" name="bookTitle"/> <bean:parameter id="id" name="id"/> <bean:parameter id="transaction" name="transaction"/> +<bean:parameter id="location" name="location"/> <form action="/vlibrary/a/moveBook.do"> <table cellpadding=5 border=0> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |