online
33 posts
Hi All,
Im developing a web app that performs the display of data in a tabular
manner.
Im trying to use the display tag library to help me with the pagination
and sorting of the data being presented . But , seem to have hit a roadblock
here , all samples of the displayta
Hi raaja,
Thanks for replying
However I cant get it to work in request scope .
Can you please share a sample?
When I set it in request only the contents in the first page are displayed
and when i click to view the next page the page returns empty.
Raaja G wrote:
>
> Hi,
>
> Set the object in r
Hi Raja,
Thanks for your reply. Can you please explain how I could manipulate the
requestURI tag?
I'm currently not using any frameworks , just plain jsp , servlets and
supporting java classes.
Raaja G wrote:
>
> Hi,
>
> That will be because you might be giving wrong action in the requestURI.
>
Hi Raaja,
I'm extremely sorry for the delay and thank you for the detailed response
.So, according to what you say .
If I have a table in my jsp as below
..
..
and in the TestServlet, something like
List Contents=new Arraylist<>();
Bean B=new Bean();
Contents.add(B);
request.setAttribute("
4 matches
Mail list logo