Also, you can turn this check off, at least in 5.3 (in later releases,
the option to turn off the check may be removed).  See the release
notes on the Tapestry home page.

On Tue, Sep 27, 2011 at 4:55 PM, Howard Lewis Ship <hls...@gmail.com> wrote:
> See the release notes about this; it is an intentional change, to
> catch a common case of typos in names of event handler methods (the
> component id part).  You may be better wrapping your components in a
> <t:if test="false"> than a comment or <t:remove>.
>
> On Tue, Sep 27, 2011 at 3:49 PM, Vangel V. Ajanovski <a...@ii.edu.mk> wrote:
>> I was using 5.3 alpha in production up until a couple of days, and when I
>> changed the settings in the pom.xml to include latest beta, and rebuild, the
>> behaviour changed and invalidated several pages in run-time.
>>
>> The problem is that suddenly errors occured in run-time, stating that some
>> components were missing.
>> Different components in different pages.
>> This happened on all pages where I commented out some components.
>>
>> In all previous versions if I wanted to temporary hide a component, for
>> example an ActionLink, it was enough to just put it in comments in the TML.
>> But with 5.3 Beta this will issue an exception that the component is
>> missing.
>>
>> Is this intentional?
>>
>> Because in production (without live reload), one will have to change the
>> source and recompile and redeploy. Much much more complicated day-to-day
>> life, than before.
>>
>>
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to