[ZPT] Problem sending value through radio button

Nguyen, Joe Joe.Nguyen at coair.com
Mon Mar 22 16:57:21 EST 2004


Hi, 

 

I hope I'm posting this in the correct mail-list.  

My code:

 

<H2>EXAM SELECTION</H2>

<FORM  ACTION="http://.... edit_exam_questions">

Click on the corresponding exam you would like to edit.<P>

 

  <div tal:repeat = "testName
context/exam_edit/exam_edit_scripts/retrieveExams">

    <INPUT TYPE=RADIO NAME="exam" VALUE=container.testName>

    <span tal:content="testName"></span>

  </div>

    <INPUT TYPE=SUBMIT VALUE="submit">  

</FORM>

 

I am trying to send the value of "testName" to the next page.  When I send
it, all I get is the string "container.testName"

 

I try to display the value in "http://.... edit_exam_questions" this way.

<H2 tal:content="python:context.REQUEST.get('exam')"></H2>

 

I've been racking my brains for days.  Any suggestions would be greatly
appreciated. Thank you very much.

 

Cheers, 

Joe

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zpt/attachments/20040322/89f9eb4e/attachment.html


More information about the ZPT mailing list