yep, I got it :)
chris
{{=LI(A(prodj.name,_href=URL(r=request,f='m202',args=
[prodj.id])),_id='m202')}}
On Jun 2, 11:36 pm, murray3 <[email protected]> wrote:
> I have a table called Prodj.
> In JPolite if I have the following in a sidebar module (201), what is
> the syntax to pass
> args=[prodj.id] to the appropriate controller (203), for the recieving
> module (203).
>
> <p>side menu</p>
> <dl class="maccordion">
> <dt>Create Prodj:</dt>
> <dd>
> <ul class="navul">
> <li id="m206">Create A New Prodj</li>
> </ul>
> </dd>
> <dt>Prodj Listing:</dt>
> <dd>
> <ul class="navul">
> {{for prodj in prodj:}}
> <li id="m202">{{=prodj.name}}</li> ??? I want to pass
> args here?
> {{pass}}
> </ul>
> </dd>
> </dl>
>
> help appreciated as always.
>
> Chrism
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---