hi, I am new to Tapestry , no T4 experience at all.

I am facing a problem , I need to set a default value for some
components during loading. Since the default value is not a static
value , I cannot hard coded it in the .java file.

Instead, I assign the value in pageLoaded , however, it does not work.

After doing some study, I found that the value has been assigned
properly to the corresponding private variable in the class , however,
 somewhere in between beforeRender and afterRender , the value has
been changed automatically .


Therefore, I wonder where and how  should I put the code to archieve
such function...

Thanks for all the help ..

CG

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to