[Cosmo-dev] Re: [commits-cosmo] (rletness) [2938] fix item value for collection to display properties

Matthew Eernisse mde at osafoundation.org
Wed Nov 29 12:17:49 PST 2006


When I was in WEB-INF/jsp/layout/standard.jsp yesterday working on the 
login, I noticed some tiles tags still in there too:

<tiles:importAttribute name="body"/>
<tiles:importAttribute name="prefix"/>
<tiles:importAttribute name="showNav" ignore="true"/

Are those supposed to be there?

Travis Vachon wrote:
> Whoops! Must have missed them when I was cleaning up.
> 
> I'll remove them right now...
> 
> -Travis
> On Nov 29, 2006, at 8:09 AM, Brian Moseley wrote:
> 
>> travis - why are those tiles tags still in there?
>>
>> On 11/29/06, svncheckin at osafoundation.org 
>> <svncheckin at osafoundation.org> wrote:
>>>
>>>
>>>  Revision 2938 Author rletness Date 2006-11-29 07:25:14 -0800 (Wed, 
>>> 29 Nov
>>> 2006)
>>> Log Message
>>> fix item value for collection to display properties
>>> Modified Paths
>>>
>>> cosmo/branches/stamping/src/webapp/WEB-INF/jsp/home/inc-properties.jsp
>>>
>>> Diff
>>> Modified:
>>> cosmo/branches/stamping/src/webapp/WEB-INF/jsp/home/inc-properties.jsp
>>> (2937 => 2938) ---
>>> cosmo/branches/stamping/src/webapp/WEB-INF/jsp/home/inc-properties.jsp
>>> 2006-11-29 15:23:13 UTC (rev 2937)
>>> +++
>>> cosmo/branches/stamping/src/webapp/WEB-INF/jsp/home/inc-properties.jsp
>>> 2006-11-29 15:25:14 UTC (rev 2938)
>>> @@ -23,6 +23,9 @@
>>>
>>>  <tiles:importAttribute name="Item"/>
>>>  <tiles:importAttribute name="Path"/>
>>> +<c:if test="${isCollection}">
>>> + <c:set var="Item" value="${Collection}"/>
>>> +</c:if>
>>>
>>>  <div class="hd" style="margin-top: 12px;">
>>>  Properties
>>>
>>>
>>>
>>> _______________________________________________
>>> Commits-Cosmo mailing list
>>> Commits-Cosmo at osafoundation.org
>>> http://lists.osafoundation.org/cgi-bin/mailman/listinfo/commits-cosmo
>>>
>>>
>>>
>> _______________________________________________
>> cosmo-dev mailing list
>> cosmo-dev at lists.osafoundation.org
>> http://lists.osafoundation.org/mailman/listinfo/cosmo-dev
> 
> _______________________________________________
> cosmo-dev mailing list
> cosmo-dev at lists.osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/cosmo-dev
> 



More information about the cosmo-dev mailing list