% Long toolContentId = (Long)request.getSession().getAttribute("toolContentId"); String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String url = basePath + "tool/nb/starter/authoring.do?toolContentId="+toolContentId; %>
|
|
|
|