Posted By:
Bruce_B
Posted On:
Saturday, December 28, 2002 02:05 PM
I have an XSL page that lists a bunch of books (title, author, isbn, cost) and have a button that goes to a servlet. In the doGet method I request the value of the title (using String x = req.getParameter("title");). However, when I then print the value of x, it shows up as null. I believe that I am doing something wrong on the xsl page. in the section I have a form, then I go about outputting the book info, example: And then I do the following for the hidden fields: Thanks.
More>>
I have an XSL page that lists a bunch of books (title, author, isbn, cost) and have a button that goes to a servlet.
In the doGet method I request the value of the title (using String x = req.getParameter("title");). However, when I then print the value of x, it shows up as null. I believe that I am doing something wrong on the xsl page.
in the
section I have a form, then I go about outputting the book info, example:
And then I do the following for the hidden fields:
Thanks.