hi, we are running an t4 application wich has the following code in .jwc:
<property name="radioId" initial-value="@[EMAIL PROTECTED] + '_radio'" /> and in .html: <label jwcid="@Any" for="prop:radioId">...</label> this normally renders to: <label for="mnp_radio">...</label> but some times, ognl fails and renders to: <label for="mnpnull">...</label> the only way to solve this is to reload the application! any comments on this? kind regards, peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]