|
From: prenger <do-...@jb...> - 2006-06-15 18:48:21
|
Sorry, very disappointing news. I thought it's working, because the schedule is rendered correctly. But when I select an entry, I am kicked back to the start page of my application. I think this happens, because I forgot to include the (very important)
<filter-mapping>
<filter-name>MyFacesExtensionsFilter</filter-name>
<url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
</filter-mapping>
in my web.xml
If I add this, I get a deployment exception. I hope you are still watching this topic, because this component is very essential for my application, which has to run on Jboss. I would be really great, if you could help me to get this working.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951124#3951124
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951124
|