CopyPastor

Detecting plagiarism made easy.

Score: 0.8365242761978204; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2014-08-03
by Ramkailash

Original Post

Original - Posted on 2010-03-25
by Robby Pond



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Add
<mvc:view-controller path="/" view-name="abc"/>
to the config file. Then the ROOT will resolve to the abc view. Then add
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <property name="prefix" value="/WEB-INF/views/"/> <property name="suffix" value=".jsp"/> </bean>
to the config file. This will resolve the view to /WEB-INF/view/abc.jsp.
Add
<mvc:view-controller path="/" view-name="abc"/>
to the config file. Then the ROOT will resolve to the abc view. Then add
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <property name="prefix" value="/WEB-INF/views/"/> <property name="suffix" value=".jsp"/> </bean>
to the config file. This will resolve the view to /WEB-INF/view/abc.jsp.


        
Present in both answers; Present only in the new answer; Present only in the old answer;