Index: lams_tool_survey/db/sql/tool_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/db/sql/tool_insert.sql,v diff -u -r1.2 -r1.3 --- lams_tool_survey/db/sql/tool_insert.sql 21 Sep 2006 07:46:41 -0000 1.2 +++ lams_tool_survey/db/sql/tool_insert.sql 28 Sep 2006 07:38:23 -0000 1.3 @@ -25,6 +25,7 @@ export_pfolio_class_url, contribute_url, moderation_url, +help_url, language_file, create_date_time ) @@ -51,6 +52,7 @@ 'tool/lasurv11/exportPortfolio?mode=teacher', 'tool/lasurv11/contribute.do', 'tool/lasurv11/moderate.do', +'http://wiki.lamsfoundation.org/display/lamsdocs/lasurv11', 'org.lamsfoundation.lams.tool.survey.ApplicationResources', NOW() ) Index: lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/web/action/AuthoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/web/action/AuthoringAction.java,v diff -u -r1.9 -r1.10 --- lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/web/action/AuthoringAction.java 28 Sep 2006 07:04:25 -0000 1.9 +++ lams_tool_survey/src/java/org/lamsfoundation/lams/tool/survey/web/action/AuthoringAction.java 28 Sep 2006 07:38:23 -0000 1.10 @@ -912,7 +912,7 @@ private ActionMessages validate(SurveyForm surveyForm, ActionMapping mapping, HttpServletRequest request) { ActionMessages errors = new ActionMessages(); if (StringUtils.isBlank(surveyForm.getSurvey().getTitle())) { - ActionMessage error = new ActionMessage("error.survey.item.title.blank"); + ActionMessage error = new ActionMessage("error.title.empty"); errors.add(ActionMessages.GLOBAL_MESSAGE, error); } //define it later mode(TEACHER) skip below validation. Index: lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld,v diff -u -r1.2 -r1.3 --- lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld 21 Sep 2006 08:27:56 -0000 1.2 +++ lams_tool_survey/web/WEB-INF/tlds/lams/lams.tld 28 Sep 2006 07:38:23 -0000 1.3 @@ -13,6 +13,26 @@ + Converts role name into form usable as message resources key + Converts role name into form usable as message resources key + + + role + org.lamsfoundation.lams.web.tag.RoleTag + empty + + + Converts role name into form usable as message resources key + role + true + + true + + + + + + Output the Server URL as defined in the lams.xml configuration file. LAMS URL @@ -381,6 +401,6 @@ DefineLater /WEB-INF/tags/DefineLater.tag - +