View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001636 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2010-02-02 17:03 | 2012-12-10 14:38 |
Reporter | MichaelZ | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001636: oxView::_executeNewAction not working as documented | ||||
Description | I'm trying to use the feature, that allows view-methods that were called by the shop controller (cl=something&fnc=somethingelse) to return a string that causes a redirect to a different view-class/-method. From studying the code I figured out, that oxView::_executeNewAction(string) is examining the return value of the current view-method and redirecting accordingly. The documentation for this method states, that this string must be of the following form: [component_name@]view_name[/function_name]?param1=val1¶m2=val2 My view-method returns a string of the form "viewClassName/viewMethodName", however the recirect-URL created by this method is of the following form: http://<shop-domain>/index.php?cl=viewClassName& (the fnc parameter quoting the specified viewMethodName is missing). | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||