Hello * i've a page without a form so onPrepareForRender() will not be called. So far, so good ...
But, in pageAttached() were I have to do property initialization for properties that will be needed for page rendering, I cannot distinguish if pageAttached() is called for page rendering or action processing. So, the properties will be initialzed in any case, even if they do not need to be initialized (action processing) ... Is there a way to avoid unneeded property initialzation in pageAttached() ? Ok, one answer is to put a form onto the page even if you dont need a form. Then, with a form on the page, onPrepareForRender() will be called and so on ... But, is there a cleaner way ? Thanks, klaus -- View this message in context: http://old.nabble.com/pageAttached-and-page-rendering-action-processing-tp27074682p27074682.html Sent from the Tapestry - User mailing list archive at Nabble.com.