Manually copy TestController.java from branch - manual merge of 4734.
This commit is contained in:
parent
d0756fa6ce
commit
48df581b0b
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ public class TestController extends VitroHttpServlet {
|
|||
VitroRequest vreq = new VitroRequest(req);
|
||||
|
||||
Portal portal = vreq.getPortal();
|
||||
vreq.setAttribute("portal",String.valueOf(portal));
|
||||
vreq.setAttribute("portalBean", portal);
|
||||
vreq.setAttribute("portal", portal);
|
||||
|
||||
String body = vreq.getParameter("bodyJsp");
|
||||
if( body != null )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue