Thu Feb 05, 2009 11:54 am
1.<welcome-file-list>
2. <welcome-file>EventsManagement.jsp</welcome-file>
3. </welcome-file-list>
4.
5.
6. <servlet>
7. <servlet-name>AddEventJSP</servlet-name>
8. <jsp-file>AddEventPage1.jsp</jsp-file>
9. </servlet>
Please explain to me this view line of code, what does those code mean?
Thu Feb 05, 2009 11:33 pm
This code make references to servlets and jsp pages in the jsp container , so when you type AddEventJSP in the servlet it call AddEventPage1.jsp
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.