posted by Sebastien Jourdain at Apr 15, 2008 2:32 PM
Quote
Do you mean taglib or Java objects ?If you mean java objects, you only get in your JSP what the associated controller has register in the request parameter.To get a good overview of the involving process check the following files :
- LS_ROOT/Src/LS-Client/Default-WebApp/WEB-INF/libresource-web.xml => This give the binding between an action and the controller to use
- LS_ROOT/Src/LS-Client/Default-WebApp/WEB-INF/src/java/org/libresource/web/controllers/wiki/PageController.java => One of the previous controller
- LS_ROOT/Src/LS-Client/Default-WebApp/pages/modules/wiki/viewPage.jsp => One of the jsp associated to the previous controller
posted by Paul Libbrecht at Apr 15, 2008 2:14 PM
Quote
Hello Libresourcers,we wanted to make a few JSP touches...but we haver no clue how to find the documentation of the objects available from JSP.Is there a javadoc?
Which objects are available ?thanks in advancepaul