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

Reply via email to