r71 - trunk/vradi-web/src/main/webapp/WEB-INF/jsp
Author: bpoussin Date: 2011-05-30 12:49:57 +0200 (Mon, 30 May 2011) New Revision: 71 Url: http://chorem.org/repositories/revision/vradi/71 Log: ajout des variables pour les listes noSend et noReceived Modified: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/userPreference.jsp Modified: trunk/vradi-web/src/main/webapp/WEB-INF/jsp/userPreference.jsp =================================================================== --- trunk/vradi-web/src/main/webapp/WEB-INF/jsp/userPreference.jsp 2011-05-30 10:49:27 UTC (rev 70) +++ trunk/vradi-web/src/main/webapp/WEB-INF/jsp/userPreference.jsp 2011-05-30 10:49:57 UTC (rev 71) @@ -19,6 +19,8 @@ ActionContext.getContext().put("localUserId", user.getWikittyId()); ActionContext.getContext().put("localUserEmail", user.getLogin()); ActionContext.getContext().put("localUserInfo", user.getInfo()); +ActionContext.getContext().put("localUserNoSend", user.getNoSend()); +ActionContext.getContext().put("localUserNoReceived", user.getNoReceived()); ActionContext.getContext().put("localVradiUserFieldInfo", VradiUser.FQ_FIELD_VRADIUSER_INFO); %> @@ -58,7 +60,7 @@ +--> <div> <s:form id="noSendForm" action="edit/%{localUserId}.action" method="POST"> - <s:select size="5" name="userId" list="noSendList" listKey="wikittyId" listValue="login"/> + <s:select size="5" name="userId" list="localUserNoSend" listKey="wikittyId" listValue="login"/> <sj:submit id="noSendFormShowSubmit" href="/fragment/partnerInfo.action" @@ -88,7 +90,7 @@ +--> <div> <s:form id="noReceivedForm" action="edit/%{localUserId}.action" method="POST"> - <s:select size="5" name="userId" list="noReceivedList" listKey="wikittyId" listValue="login"/> + <s:select size="5" name="userId" list="localUserNoReceived" listKey="wikittyId" listValue="login"/> <sj:submit id="noReceivedFormShowSubmit" href="/fragment/partnerInfo.action"
participants (1)
-
bpoussin@users.chorem.org