Update of 
/var/cvs/contributions/CMSContainer/cmsc/portlets/src/java/com/finalist/cmsc/portlets
In directory 
james.mmbase.org:/tmp/cvs-serv13858/cmsc/portlets/src/java/com/finalist/cmsc/portlets

Modified Files:
      Tag: b1_4
        IFramePortlet.java 
Log Message:
CMSC-946 document 'allow for source suggested from other portlet'


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/portlets/src/java/com/finalist/cmsc/portlets
See also: http://www.mmbase.org/jira/browse/CMSC-946


Index: IFramePortlet.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/portlets/src/java/com/finalist/cmsc/portlets/IFramePortlet.java,v
retrieving revision 1.5.2.5
retrieving revision 1.5.2.6
diff -u -b -r1.5.2.5 -r1.5.2.6
--- IFramePortlet.java  2 Jun 2008 07:54:59 -0000       1.5.2.5
+++ IFramePortlet.java  2 Jun 2008 08:28:03 -0000       1.5.2.6
@@ -94,6 +94,7 @@
 
       // get IFRAME source
       String source = getPreference(preferences, SOURCE_ATTR_PARAM, 
SOURCE_ATTR_DEFAULT);
+      // allow for source suggested from other portlet
       if(request.getParameter(SOURCE_REQ_PARAM) != null) source = 
request.getParameter(SOURCE_REQ_PARAM);
       
       // IFRAME attribute members.
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to