On Fri, Oct 23, 2009 at 10:10 PM, jacmgr <[email protected]> wrote:
>
> I have a page called this way:
>
> somepage&id=23
>
> So somepage purpose is to get all the data variables from
> anotherpage.id.23 and display it using a template.
>
> I did it this way in somepage:
> [(search group=anotherpage.id* if='equal "{+p3}" "{?id}" '
> template=anotherpage.template.id})]
>
> Maybe search is not best way to do this since it is only one page? Any
> ideas to get the current page variables into the side?
It seems you should just be able to do:
{anotherpage.id.{?id}:field} or {anotherpage.id.{?id}::field}
for info vars. Shouldn't have to use search at all if only one page.
Cheers,
Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---