You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by ce...@vallourec.fr on 2007/01/02 15:02:11 UTC

Properties references

Hello everybody,

I use tapestry 3 and I would like obtain the list of references properties 
include in a page.
In this page there is a lot of component and I don't know how Tapestry 
work to translate the page.

I search and I see this but I don't access at the names of the differents 
properties :
Have you an idea ?

Map oComposant=cycle.getPage().getComponents();
        for (Iterator i = oComposant.entrySet ().iterator () ; i.hasNext 
() ;) {
            java.util.Map.Entry  entry=(java.util.Map.Entry)i.next ();
            AbstractComponent e = (AbstractComponent) entry.getValue() ;
            ComponentMessages cm=(ComponentMessages) e.getMessages();
}






Cordialement - Best regards

BRAJUS Cédric
SETVAL-CTIV
http://www.ctiv.vallourec.fr/
Office : + 33 (0)3 27 22 76 67 
   Fax : + 33 (0)3 27 22 23 00