Thanks Harald! It works now.
Wei.

Harald Geritzer-2 wrote:
> 
> 
>> java.lang.ClassNotFoundException: caught an exception while obtaining a
>> class file for org.apache.tapestry5.corelib.components.Form.
> 
> if its the slf4j logger, which isn't found and you're using jetty try to
> put a file called 
> "jetty-web.xml" into your WEB-INF folder.
> 
> 
> jetty-web.xml:
> ==============
> <?xml version="1.0"  encoding="ISO-8859-1"?>
> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" 
> "http://jetty.mortbay.org/configure.dtd";>
> 
> <Configure class="org.mortbay.jetty.webapp.WebAppContext">
>       <Set name="parentLoaderPriority">true</Set>
> </Configure>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5.0.13%3A-form-problem-tp17790631p17793925.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to