Where do you get attributes.fa if this file is called without
any parameters?


This issue could be solved by just checking if file is being called
directly (because it was from search result) and then redirecting to
correct fuseaction but that would also mean that each dsp_? file has
to know what fuseaction it's associated with. While it could be a
ok workaround it would also ruin some of the most clever parts of
fusebox architecture.

Any ideas how to manage this case better? I'm pretty sure I will
face same issue in coming months...



Tero Pikala
----- Original Message -----
From: "Marlon Moyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 7:23 AM
Subject: Re: Verity Searches and FB3


> I got around this by creating a custom tag at the top of each page that
> could be returned by a search.  In essence, the tag looks like this:
>
> <cf_checkFuseaction fa="users.list">
>
> and the tag looks like this
>
>
;---------------------------------------------------------------------------
> ----
> ' checkFuseaction.cfm
>
'---------------------------------------------------------------------------
> ----
> <cfif not findNoCase(attributes.fa,cgi.query_string)>
>  <cflocation url="/index.cfm?fa=#attributes.fa#">
> </cfif>
>
> Marlon
>
>
> ----- Original Message -----
> From: "Dana Ernst" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 14, 2002 11:16 PM
> Subject: Verity Searches and FB3
>
>
> > I'm not sure if this topic has been brought up before, but I'd like to
> > understand how to make verity work with FB.
> >
> > I need to build a search interface that will return results from both my
> > cfm display templates as well as files stored on the server. The problem
> > I need to solve relates to the fact that returned search results for web
> > pages use the file name as a link to the page containing the search
> > text. If all my pages are accessed using fuseactions, how do I associate
> > the proper fuseaction with the returned file name from verity?
> >
> > Any suggestions would be greatly appreciated.
> >
> > Dana
> >
> >
>
>

==^================================================================
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]

T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================

Reply via email to