Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module
In directory
james.mmbase.org:/tmp/cvs-serv4902/src/webapp/editors/newsletter/module
Modified Files:
import.jsp
Log Message:
cmsc-888 modify the code to make the import page could receive the param
correct after choosing wrong
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module
Index: import.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/webapp/editors/newsletter/module/import.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- import.jsp 10 Jun 2008 03:46:40 -0000 1.3
+++ import.jsp 10 Jun 2008 09:45:23 -0000 1.4
@@ -33,12 +33,12 @@
<html:form action="/editors/newsletter/SubscriptionImportExportAction"
enctype="multipart/form-data">
<html:file property="datafile"/>
<input type="hidden" name="action" value="importsubscription"/>
- <input type="hidden" name="newsletterId"
value="${requestScope.newsleterId}"/>
+ <input type="hidden" name="newsletterId"
value="${requestScope.newsletterId}"/>
<input type="button" value="Import" onclick="formSubmit()"/>
</html:form>
<div style="margin:4px;color:red;">
- <html:messages id="msg" message="true">
- <bean:write name="msg"/><br>
+ <html:messages id="file" message="false">
+ <bean:write name="file"/><br>
</html:messages>
</div>
</div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs