>>
>> <fragment id="ps-1000" type="layout"
>> name="jetspeed-layouts::VelocityTwoColumns">
>>     <fragment id="ps-1001" type="portlet" name="rss::RSS">
>>       <property layout="TwoColumns" name="row" value="0" />
>>       <property layout="TwoColumns" name="column" value="0" />
>>       <security-constraint>
>>           <groups>engineering</groups>
>>           <permissions>view</permissions>
>>       </security-constraint>
>> </fragment>
>>

Try encapsulating your <security-constraint> inside <security-constraints>
tags. Also make sure you close correctly your <fragment> tags (looks like
one is missing)

On a side note: from my testings, you cannot insert those constraints
inside Layout Fragments, which could have been useful. At least, it didn't
work for me. But what you're trying to achieve is working pretty well for
me.

HTH,
Ludovic


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to