I would like to share my knowledge to everyone through this blog.
Most of my posts will be some simple tips or codes which became helpful for me while coding.
Mainly the posts will contain code fragments in JSP, Struts2, HTML, CSS , Java Script and J Querry
Wednesday, 8 February 2012
Auto redirect codes
In Struts with tiles
<% response.sendRedirect("search"); %>
No comments:
Post a Comment