jwh
Posts: 13
|
| Posted: 07/10/2008, 3:39 PM |
|
Hello together,
I have read the documentation for hours and tried differrent things, but I can't figure it out.
This does not work:
if($Component->CheckErrors()) {
... complain...
} else {
$Component->Parameters = CCGetQueryString("QueryString", "");
$Component->Parameters = CCAddParam($Component->Parameters, "Status", "success");
}
the same happens, when I try $Component->Vendor->Parameter (a control, that is a child of the form)
So where or how the hell can I add/modify the URL from inside the validate event
Please, do NOT refer me to the manual, or code examples, I have read through them several times, but I can't figure it out ;-(
thanks in advance,
jwh
|
 |
 |
|