deanhiller
unread,Jul 12, 2008, 5:25:26 AM7/12/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UrlRewrite
Has anyone used richfaces with urlrewriter. I added these two rules
and that is it which I thought would keep all my pages the same...ie.
just pass everything through, but now when I access pages in the web
folder, their richfaces components can't find the javascript all of
the sudden....
<rule>
<from>^(/web/.*)</from>
<to>$1</to>
</rule>
<outbound-rule>
<from>^(/web/.*)</from>
<to>$1</to>
</outbound-rule>
Is my rule incorrect for straight passthrough? or is something
weirder going on? This is my only rule...once disabled, richfaces
works, once I put it back enabled, it breaks again.
thanks for any advice on this!!!!