[TYPO3-project-formidable] SEARCHFORM + LISTER buggy in version 2.0.367 ?

Christian Kartnig office at hahnepeter.de
Wed Sep 2 13:57:30 CEST 2009


Hi again,

I found out, that a DATE and a LINK renderlet in my lister cause the 
searchform to break. When using no 'virtual columns' and only TEXT 
renderlets, the searchform works.

A possible workaround is putting in a submit button with an 
onClick-Handler that resets all the searchterms (e.g. 
this->aORenderlets["my-searchform"]->aChilds["my-text"]->majixClearValue();) 

and includes: $this->aORenderlets["my-search"]->clearFilters();

So if there are no results to a search and the searchterms get stuck in 
the searchform, you can get the thing working again by pressing this button.

Regards,
Christian

Christian Kartnig schrieb:
> Hi List,
> 
> I'm experiencing various problem combining the SEARCHFORM and LISTER 
> renderlet in the latest version (e.g. searchform gets 'stuck' with 
> previous search values if there is no match to the search or if you add 
> a renderlet:DATE in a column).
> 
> So I tried out the example on 
> http://formidable.typo3.ug/features/the-mighty-lister/search-and-list.html,
> I pasted the original code, changing only the pid in the query to get 
> any results. The searchterms in the searchform didn't influence the 
> lister at all!
> 
> Then I tried the same code with version 1.0.183 installed - everything 
> worked out fine, in the example and in my own code.
> 
> Am I doing something wrong here or is the searchform-lister combination 
> buggy in version 2?
> 
> Please help,
> 
> Christian


More information about the TYPO3-project-formidable mailing list