Thursday, February 8, 2007

invoking a url with query parameters

here is how you invoke a url with query parameters


http://localhost:7001/srgt/actions/proposalDetails.do?action=displayView&operURL=yes&proposalId=1230


all the variables set here are your form variables. So in this case proposalDetaislForms shud contain these vars defined

action

operURL

proposalId etc

No comments: