Advance search page is open as a first page.

6 views
Skip to first unread message

yoge...@gmail.com

unread,
May 24, 2013, 12:59:03 AM5/24/13
to SR...@googlegroups.com
Hi Anurag,

When I login on SRDH application than "Advance Search" Page is opened as a default page, but I want to remove "Advance Search" Page from default page and "Advance Search" link also. please give me solution ASAP.

Regards,

Yogesh Garg

Rajasthan SRDH Developer 

Anurag Jha

unread,
Jun 3, 2013, 5:24:54 AM6/3/13
to SR...@googlegroups.com
Hi,

You can change this default page with the help of given below steps:

1. Create a new jsp page which you want to show at the place of "Advance Search" Page.

2. Create a new jsp page and copy all content of welcome.jsp page. And repalce include advanceSearch.jsp page to your custom jsp page.

3. In Struts.xml change welcome.jsp with your custom page.
     
a) <action name="localeAction" class="in.gov.uidai.srdh.portal.action.LocaleAction">
            <result name="input">/WEB-INF/jsp/welcome1.jsp</result>
        </action>

     
b) <action name="login" method="authenticateUser" class="loginAction">
            <interceptor-ref name="localeStack" />
            <result name="input">/WEB-INF/jsp/login.jsp </result>
            <result name="SUCCESS">/WEB-INF/jsp/welcome1.jsp</result>
            <result name="FIRSTLOGIN">/WEB-INF/jsp/firstlogin.jsp</result>
            <result name="ERROR">/WEB-INF/jsp/login.jsp</result>


4. Map url in AuthenticationInterceptor.java

mapUrls.put(SRDHPortalConstants.ADVANCE_SEARCH1, "ADVANCE_SEARCH");

After these changes deploy srdhportal.war at JBoss server. It will be work fine.



--
You received this message because you are subscribed to the Google Groups "State Resident Data Hub" group.
To unsubscribe from this group and stop receiving emails from it, send an email to SRDH+uns...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
With regards...
Anurag Jha
+91-9899444504




Reply all
Reply to author
Forward
0 new messages