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
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
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