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

Lukasz Z interchange-users@interchange.redhat.com
Mon Sep 3 16:08:01 2001


Hi again,

I repaired and checked the code for displaying the category list - now it's
OK, when given proper parameters. It just seems that [data session arg]
doesnn't do anything - is there any other way to  pass arguments between
pages??

Regards,
Luki Z

> 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-)