Anarchsit
06-19-2009, 10:43 AM
I have an Xforms XHTML file (dlg.xhtml). Within the file I have an Xform with a
model i.e.
<xf:model>
<data>
<params>
<param>
<value>
<string></string>
</value>
</param>
</params>
</data>
</xf:model>
The page is visit like this dlg.xhtml?cid=123-123-123-123.
I wish to put the URL query cid into <string></string>
How can I achieve this?
model i.e.
<xf:model>
<data>
<params>
<param>
<value>
<string></string>
</value>
</param>
</params>
</data>
</xf:model>
The page is visit like this dlg.xhtml?cid=123-123-123-123.
I wish to put the URL query cid into <string></string>
How can I achieve this?