Hi,

On Thu, Jun 3, 2010 at 15:23, Sales, G. (Grant) <[email protected]>wrote:

>
>
> Here is how you filter out one dead property (or hide it)
> #foreach($prop in $class.properties)
> #if($prop.getName() != "unused_author")
>  ; $prop.prettyName
>  : $doc.display($prop.getName())
> #end
> #end
>
> How can you call just the properties you want with out using a for each
> loop?
>

Let's say you have a property called "myProperty", you can invoke it using
the following code :

$doc.display('myProperty')

Guillaume


> Grant Sales
> Security Operations Analyst
> ING
> 20 Washington Ave South
> Minneapolis, MN 55401
> Tel: 612.342.7889
> Fax: 612.342.3428
> Cell: 320.761.0966
> Email: [email protected]
> www.ing-usa.com
> ING. Your future. Made easier. (r)
>
>
>
> ---------------------------------------------------------
>
> NOTICE: The information contained in this electronic mail message is
> confidential and intended only for certain recipients.  If you are not an
> intended recipient, you are hereby notified that any disclosure,
> reproduction, distribution or other use of this communication and any
> attachments is strictly prohibited.  If you have received this communication
> in error, please notify the sender by reply transmission and delete the
> message without copying or disclosing it.
>
>
> ============================================================================================
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
>



-- 
Guillaume Lerouge
Sales - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to