Hi Madhava,here are some hints:For creating a page you can use
Pagemanager.Including the parsys you can try something like this
SlingHttpServletRequest sRequest;// get itRequestDispatcher rd =
sRequest.getRequestDispatcher(Resource resource,
RequestDispatcherOptions options) ;rd.include(ServletRequest request,
ServletResponse response); hope that helpe,Bouchta