anyway i found it out, thnx for the reply,

<a href="result.jsp?qid=<webwork:property value='qid'/>"><it:property
value='ques'/></a>

this one works. thnx

snehal


Cathal Cullinane wrote:


try something like this

<a href="<webwork:url page="SomeAction.action?qid="/><webwork:property
value="qid"/><it:property value="ques"/></a>

or

<a href="result.jsp?qid=/><webwork:property value='qid'/>"<it:property
value='ques'/></a>

hope this is a help



-----Original Message-----
From: Snehal K.Gandhi [mailto:[EMAIL PROTECTED]
Sent: 13 March 2003 11:53
To: Jason Carreira; opensymphony-webwork
Subject: [OS-webwork] Link & QueryString


jason


i'm using Iterator and get some values fom the database, and i need to give a link to the value and in that link i need to pass
parameters (i,e thru querystring). how do i pass the values thru the querystring


This is my code and the parameter for result.jsp?qid is null. hopw do i get it?
***************This is my Code*************


<it:subset source="pollQuestionArray" start="0">
<it:iterator>
<a href="result.jsp?qid="<it:property value="qid"/>><it:property value="ques"/></a>
<hr>
</it:iterator>
****************************************
Thanks
Regards
Snehal





-- Snehal K. Gandhi SIP Technologies & Exports Ltd., Software Engineer G4 Elnet SoftwareCity, Chennai Core Technology Group URL:http://www.siptech.com/ [EMAIL PROTECTED] Ph: +91-44-22541473/4 x313 --





-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to