Revision: 1464
          http://stripes.svn.sourceforge.net/stripes/?rev=1464&view=rev
Author:   bengunter
Date:     2012-02-07 15:06:52 +0000 (Tue, 07 Feb 2012)
Log Message:
-----------
The previous change to reuse existing component renderers allows me to remove a 
bit of logic that was added a couple of revisions ago to fix an issue reported 
in STS-817 that I'm pretty sure wasn't correct anyway. All issues so far 
reported in STS-817 are fixed as of this revision.

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTag.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTag.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTag.java
  2012-02-07 14:58:36 UTC (rev 1463)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/tag/layout/LayoutRenderTag.java
  2012-02-07 15:06:52 UTC (rev 1464)
@@ -62,11 +62,7 @@
                     create = !rendering || rendering && 
isChildOfCurrentComponent();
                 }
                 else {
-                    create = rendering
-                            && isChildOfCurrentComponent()
-                            && 
!(context.getRenderPage().equals(next.getRenderPage()) && context
-                                    
.getComponent().equals(next.getComponent()));
-
+                    create = rendering && isChildOfCurrentComponent();
                     if (create) {
                         log.debug("Encountered a fork in the rendering path");
                         forkedContext = next;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to