reset password
Author Message
liangxu
Posts: 15
Posted 12:59 May 22, 2009 |

Hi,

In my view blogs page,  it indicates that I have 1, 2, 3, 4 pages.  The first page is displayed properly.

But if I click on the page or 3, 4 pages.  I am given error "HTTP 404: page not found.".

the web browser url is directed to "http://localhost:8080/csns/WEB-INF/jsp//blog/viewBlogs.jsp?d-49252-p=2 "

Any body has an idea about this problem?

Thanks.

 

jadiagaurang
Posts: 53
Posted 13:07 May 22, 2009 |

 

Hey liangxu,

I guess your URL is http://localhost:8080/csns/WEB-INF/jsp//blog/viewBlogs.jsp?d-49252-p=2 but, It should be like http://localhost:8080/csns/blog/viewBlogs.htm?d-49252-p=2

You should have requestURI="viewBlogs.html". I think that you have requestURI="/blog/viewBlogs.jsp" when you create <display:table>.

 

liangxu
Posts: 15
Posted 13:24 May 22, 2009 |

Hi jadiagaurang,

Thank you so much!  The problem is solved.

 

jadiagaurang
Posts: 53
Posted 13:38 May 22, 2009 |

Hey Liang,

It is good that you solved error. Smile Feel free to ask on forum. I get solution on forum before I get those error... Wink