Re: t5 How to use renderInformals together with t:body

2009-03-14 Thread ningdh
8:41 PM Subject: Re: t5 How to use renderInformals together with t:body Yes,thank you,DH.It works.The only mater is you need write the root element of your component in class file.Otherwise the informal parameters will render some where else.For example: void beginRender

Re: t5 How to use renderInformals together with t:body

2009-03-14 Thread luna_guo
Yes,thank you,DH.It works.The only mater is you need write the root element of your component in class file.Otherwise the informal parameters will render some where else.For example: void beginRender(MarkupWriter writer){resouces.renderInformalParameters(writer);…… tempalte: when i use the co

Re: t5 How to use renderInformals together with t:body

2009-03-13 Thread ningdh
Hi, I don't think ComponentResources.renderInformals would affect . In my project I can use them together: In beginRender to renderInformals and put in template. Thanks, DH - Original Message - From: "luna_guo" To: Sent: Saturday, March 14, 2009 9:31 AM Subject: t5 How to use render