TigerCat
tiger****@users*****
2008年 2月 6日 (水) 12:53:02 JST
Update of /cvsroot/pal/blog/src/webapp/WEB-INF/jsp In directory sf-cvs:/tmp/cvs-serv404/webapp/WEB-INF/jsp Modified Files: BlogView.jsp Log Message: Changed to check the owner of the message that previous selected, to prevent showing message from the others blog in case there are two or more blogs in the portal. http://sourceforge.jp/tracker/index.php?func=detail&aid=10409&group_id=1972&atid=7332 blog/src/webapp/WEB-INF/jsp/BlogView.jsp 1.18 -> 1.19 (modified) http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/blog/src/webapp/WEB-INF/jsp/BlogView.jsp.diff?r1=1.18&r2=1.19 =================================================================== RCS file: blog/src/webapp/WEB-INF/jsp/BlogView.jsp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- BlogView.jsp 2006/09/18 21:54:11 1.18 +++ BlogView.jsp 2008/02/06 03:53:02 1.19 @@ -8,6 +8,7 @@ var="msgs" /> <h:form id="redirectForm"> <h:inputHidden id="blogid" /> + <h:inputHidden id="blogowner" value="#{viewSession.owner}" /> <h:outputText value="#{viewPage.javaScriptForRedirect}" escape="false" /> </h:form> <!-- List View -->