Bastian Voigt wrote:
>
> Andreas Andreou schrieb:
>>>  
>>> Since the form is in an 'area page' and tapestry's submits trigger the
>>> same page
>>> (i.e. the listeners are found on the current page) it's only normal
>>> that
>>> the
>>> validation listener will complain...
>>> Can't you include the current area as a hidden form field, so that it
>>> gets submitted
>>> and your validation listener gets satisfied?
>>>     
> Yes, this is my actual workaraound for the problem. But this means
> that I need to add the hidden field to each and every form component
> that might be used on an area page. 

or create AreaForm, your own Form component that handles this
transparently to its users!

Perhaps there's an even cleaner solution... it eludes me

-- 
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting 


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

Reply via email to