On Wed, 17. Nov 2010, Juan E. Maya wrote:

> Stephan, r u sure the component is being render at all?

Yes, of course. Currently I am using a construct like

| <t:if test="setupRender"/>
| 
| public boolean isSetupRender() {
|     // Do stuff
|     return false;
| }

at the beginning of my component for this. Everything else is rendered
fine.

> could please post the code where u use the component?

This is how I use it in the page:

| <div class="${subelementCSS}">
|    <t:myComponent object="myObject" showLinks="true"/>
| </div>

Regards
 Stephan

Attachment: signature.asc
Description: Digital signature

Reply via email to