On Monday 13 February 2006 22:05, Stewart Robertson wrote:
> Alan
>
> Thanks for the help.  In the end I did actually get it working using the
> ognl:beans.delegate.firstError binding.  I am not entirely sure why it
> didn't work  the first few times I tried it but in the end it did.  So
> thanks again.

Did you restart you application server.  Since pages are cached by tapestry 
you can't just update the page and expect it to work.

>
> Can anyone explain or point to where in the Tapestry docs that it discusses
> why you have to move your html files to web root if you don't use page
> specifications.  Also with your html files in the web root directory is
> there any strategies that are used in the tapestry community to prevent a
> user from calling an HTML file directly from the browser and not having it
> protected by being in the WEB-INF directory, or am I missing something and
> tapestry is protecting me from this problem...I am a struts user and just
> trying to get into the tapestry way of thinking.

In my case tomcat is front ended by Apache, so requests for html files never 
get through to tomcat.  However if you are worried you can change the 
extension. (see configuration in the user guide)

-- 
Alan Chandler
http://www.chandlerfamily.org.uk
Open Source. It's the difference between trust and antitrust.

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

Reply via email to