Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McStarterAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McStarterAction.java,v diff -u -r1.37 -r1.38 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McStarterAction.java 24 Dec 2005 20:51:04 -0000 1.37 +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/McStarterAction.java 30 Dec 2005 11:45:43 -0000 1.38 @@ -61,6 +61,7 @@ import org.lamsfoundation.lams.tool.mc.McUtils; import org.lamsfoundation.lams.tool.mc.service.IMcService; import org.lamsfoundation.lams.tool.mc.service.McServiceProxy; +import org.lamsfoundation.lams.web.util.AttributeNames; public class McStarterAction extends Action implements McAppConstants { @@ -124,7 +125,8 @@ logger.debug("will render authoring screen"); String strToolContentId=""; - strToolContentId=request.getParameter(TOOL_CONTENT_ID); + //strToolContentId=request.getParameter(TOOL_CONTENT_ID); + strToolContentId=request.getParameter(AttributeNames.PARAM_TOOL_CONTENT_ID); /* Process incoming tool content id. * Either exists or not exists in the db yet, a toolContentId must be passed to the tool from the container */