aspose file tools
The moose likes Struts and the fly likes retrieving parameter stored in req.getParameter() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "retrieving parameter stored in req.getParameter() " Watch "retrieving parameter stored in req.getParameter() " New topic
Author

retrieving parameter stored in req.getParameter()

Santhosh Puttu
Greenhorn

Joined: Jun 08, 2010
Posts: 27
Hi, Good Afternoon,
I need to pass page numbers from jsp to action class.
I need to display some finite values in first page, then some in second page, ie page wise I need to display information.

In my jsp:


In my Action class:


How to retrieve the value stored in request.getParameter();
Santhosh Puttu
Greenhorn

Joined: Jun 08, 2010
Posts: 27
I think I was wrong in other steps.
I will check that.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: retrieving parameter stored in req.getParameter()
 
Similar Threads
passing values from jsp to action class
Problem in SessionManagement in Struts
intresting problem : same page with few modification on some conditions
weird functioning of servlet
JDBC code with type 1 driver not working