Re: Request Parameters Not Showing up in Struts Form

2004-11-15 Thread Dhruva B. Reddy
t, is there another easy way to create the URL? Thanks, Dhruva --- Rick Reumann <[EMAIL PROTECTED]> wrote: > Dhruva B. Reddy wrote the following on 11/12/2004 12:12 PM: > > I am using Struts 1.1, and I need to get to an Action with a GET > > request (with parameters in the U

Request Parameters Not Showing up in Struts Form

2004-11-12 Thread Dhruva B. Reddy
I am using Struts 1.1, and I need to get to an Action with a GET request (with parameters in the URL, as opposed to an HTML form). If I dump the query string in the Action, I can see that all the parameters are getting through. However, the Action's form is not populated properly--I only get the

Pagination of Query Results Without Getting All Results At Once

2004-05-25 Thread Dhruva B. Reddy
I am working on an application with a page that uses pager-taglib to break down query results so that only ten show up on each page. However, as far as I can tell, this tag library assumes that all the query results have been retrieved from the database. I have been tasked with modifying the app