Dear all,
I guess I found where the problem is.
I've use a bad trick in the web.xml as the following setting:
<servlet-mapping>
<servlet-name>Fooo</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
Where the <url-pattern>/app</url-pattern> was expected.
Since I would like to use http://localhost:8080/Foo/ not
http://localhost:8080/Foo/app as the portal,
it may break some default rules of tapestry. To change <url-pattern>
back to normal way, CSS worked.
But what should I do for avoiding /app, in the proper way?
I'm sorry about that, and thank for all your kindness to a newbie
like me.
Best Regards,
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]