Comment: Sorry for two-post-question

continuation from previous post:

and inside beanEditForm there is:

<t:parameter name="countryid">
    <t:label for="countryid"/>
    <t:select t:id="countryid" t:model="countryModel" t:encoder="countryEncoder"
       t:value="selectedCountry" t:blankOption="never"/>
</t:parameter>

to change some default behaviour of beanEditForm.

All models, encoders are implemented as in examples in "Tapestry 5,
Bulding Web Applications" book.

When I run page I get message:
"Render queue error in BeforeRenderTemplate[Register:countryid]: Not
supported yet."
And I have no idea what could be wrong in my code. Anyone could give any clue?

Regards,
Tomasz Dziurko

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

Reply via email to