[daisy] Daisy Search Form

Karel Vervaeke karel at outerthought.org
Mon Apr 14 09:19:36 CEST 2008


appleResponse.sendPage("Form-fulltextsearch-Pipe", viewData);

refers to this pipeline in the sitemap:

     <map:match pattern="Form-*-Pipe">
       <map:call resource="GenericFormPipe">
         <map:parameter name="formTemplate"
value="resources/form/{1}_template.xml"/>
       </map:call>
     </map:match>

That is where the form template is resolved.  This pipeline is used for
most, if not all CForms in Daisy, search for From-*-Pipe for more
examples.

Regards,
Karel

On Fri, 2008-04-11 at 15:58 -0400, Sieranski, Greg wrote:
> Sieranski, Greg wrote:
> > Sieranski, Greg wrote:
> >> Where is the search form being included in the search results page. 
> >> Where does it come from? It appears somewhere the 
> >> fulltextsearch_template.xml is being called but I'm not sure where. A 
> >> pipeline?
> >>
> >> Thanks,
> >> Greg
> >> _______________________________________________
> >> daisy community mailing list
> >> Professional Daisy support: 
> >> http://outerthought.org/en/services/daisy/support.html
> >> mail to: daisy at lists.cocoondev.org
> >> list information: http://lists.cocoondev.org/mailman/listinfo/daisy
> > I've found out this much:
> > _______________________________________________
> > daisy community mailing list
> > Professional Daisy support: 
> > http://outerthought.org/en/services/daisy/support.html
> > mail to: daisy at lists.cocoondev.org
> > list information: http://lists.cocoondev.org/mailman/listinfo/daisy
> sorry about the last post.
> 
> In the unpacked daisy dir:
> ./applications/daisywiki/frontend/src/java/org/outerj/daisy/frontend/FulltextSearchApple.java:        
> Form form = FormHelper.createForm(serviceManager, 
> "resources/form/fulltextsearch_definition.xml");
> ./applications/daisywiki/frontend/src/java/org/outerj/daisy/frontend/FulltextSearchApple.java:        
> appleResponse.sendPage("Form-fulltextsearch-Pipe", viewData);
> 
> Not sure what to do with this?
> 
> Any thoughts?
> 
> Thanks,
> Greg
> 
> _______________________________________________
> daisy community mailing list
> Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
> mail to: daisy at lists.cocoondev.org
> list information: http://lists.cocoondev.org/mailman/listinfo/daisy


More information about the daisy mailing list