This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
    iillexial5598
    
            
            
                    
                                            
        
    
        Hi. I want get param in my view from my component. i try:
    public function onRun()
    {
        $this->page['pageParam'] = '1';
    }
And my view:
{{ this.pageParam }} 
But it's not working. How i can make this?
1-2 of 2