Hi -- I have a situation where we have a few urls that use the &pageAction=someaction
While it works for pages that have that action/method, occasionally I see a request for a page (perhaps a bot created it) that contains a pageAction in the parameter. When a Page does not have the corresponding action, it appropriately throws a java.lang.NoSuchMethodException. What is a good practice for consuming this? Thanks, Tim
