大家好,让我解释一下:
$this->view->form = new Application_Form_Kursdaty();
$url = $this->view->url(
array(
'action' => 'details',
'controller' => $this->getRequest()->getControllerName(),
'module' => $this->getRequest()->getModuleName(),
'id' => @@@@@SELECTFIELD[selected]@@@@@@
),
'default',
true
);
$this->view->form->setAction($url);
我基本上希望我的选择字段重定向到我选择的页面。我真的不知道该怎么办,请帮忙!