[ic] passing "data session arg" between apges and dynamic content generation

Mike Heins interchange-users@interchange.redhat.com
Sun Sep 2 21:26:01 2001


Quoting Lukasz Z (dugi@prion.pl):
> [loop
>  prefix=box
>  search="
>   fi=kategorie
>   st=db
>   sf=parent
>   rf=id,name
>   op=eq
>   se="[data session arg]"
> "]
>       [page cat_2 [box-param id]]<font color=#ffffff>[box-param
> name]</font>[/page]<br>
> [/loop]
> [/fly-list]

Just a quoting problem.

[loop
 prefix=box
 search="
  fi=kategorie
  st=db
  sf=parent
  rf=id,name
  op=eq
  se=[data session arg]
"]
      [page cat_2 [box-param id]]<font color=#ffffff>[box-param
name]</font>[/page]<br>
[/loop]
[/fly-list]

The double-quotes embedded within double-quotes doesn't work too well. 8-)

-- 
Red Hat, Inc., 3005 Nichols Rd., Hamilton, OH  45013
phone +1.513.523.7621      <mheins@redhat.com>

Experience is what allows you to recognize a mistake the second
time you make it. -- unknown