plone get variable from query string
example: python:context.REQUEST.get(’myvar,'’)
this can be use in zpt e.g. tal:define=”mypagevar python:context.REQUEST.get(’myvar,'’)”
example: python:context.REQUEST.get(’myvar,'’)
this can be use in zpt e.g. tal:define=”mypagevar python:context.REQUEST.get(’myvar,'’)”