hi

after getting the value thru the querystring qid how do i set it to a method in  my class and send it as a parameter.

in my class i have a method called
public void setQID(int _qid){
this._qid=_qid;
}

and in my JSP,

<poll:property value="$qid"/><hr>
                    <poll:action name="'viewQuestionOptions'">
                            <poll:property value="qID"/> -- i tried this but it is not working,i think it is used to get the values instead.

here i want to set the value i got as a parameter into the setQID method of my class

regards
Snehal


Jason Carreira wrote:
In WW 1.x you can use <webwork:property value="$qid"/>. Patrick, is
there a way to do this with Ognl?

  
-----Original Message-----
From: Snehal K.Gandhi [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 13, 2003 12:36 PM
To: [EMAIL PROTECTED]; Jason Carreira
Subject: retrive values from a querystring


hi
how do i get values from a querystring inanother page
<a href=""><it:property value='ques'/></a>

here i'm passing the qid to result.jsp, how do i get the 
value of the qid i tried <webwork:property value="qid"/> in 
my result,jsp

how to do it?

thnx
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

  

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

Reply via email to