[TYPO3-dev] flexform not working properly
    Tobias Grønlund 
    tobias at edev.dk
       
    Tue Jul 25 13:00:24 CEST 2006
    
    
  
Dmitry Dulepov skrev:
> Hi!
> 
> Tobias Grønlund wrote:
>> Im in the proces of setting up a ext. with at flexform, but i cant get 
>> it to work properly. More precisely the ext. doesnt read the starting 
>> point properly. It stores the xml, and i am able to call the 
>> startingpoint set in the flexform with 
>> pi_getFFvalue($this->cObj->data['pi_flexform'], 'pages', 'sDEF')
> 
> Show your XML, please.
> 
> Dmitry.
Damn, what a good nights sleep wont do. I guessed it helped changing this:
     else {
         $this->conf['pid_list'] = $pid_list;
     }
into this:
     else {
         $this->conf['pidList'] = $pid_list;
     }
And adding
		$this->init($conf);
to the function that lists my results from the startingpage
Thanks for your time Dmitry...
    
    
More information about the TYPO3-dev
mailing list