Hi there,
The issue MR-ISSUE-534 was just created by Gauthier Segay (gauthier).
Key: MR-ISSUE-534
Summary: viewcomponent section won't be parsed if used in capturefor
component
Type: Bug
Importance: High
Description:
this view template:
<%...@page Language="C#" %>
<component:capturefor id="anothercapture">
<component:ColumnRenderer items="<%=new int[]{1,2,3} %>">
<section:firstelement>section1</section:firstelement>
<section:item>o<%=Properties["item"]%>o</section:item>
</component:ColumnRenderer>
</component:capturefor>
won't render properly because the parsing won't match the sections for
"ColumnRenderer" instance but for "capturefor"
For more, see
http://support.castleproject.org/projects/MR/issues/view/MR-ISSUE-534
--
donjon
by Castle Stronghold
http://www.castle-donjon.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Development List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---