LibreSource Javadoc? http://dev.libresource.org/home/community/forum/LibreSource_Javadoc_ RE : LibreSource Javadoc? http://dev.libresource.org/home/community/forum/LibreSource_Javadoc_/RE_LibreSource_Javadoc_ Sebastien Jourdain 2008-04-15T14:32:50+02:00 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
Hope this could help…]]>
LibreSource Javadoc? http://dev.libresource.org/home/community/forum/LibreSource_Javadoc_/LibreSource_Javadoc_ Paul Libbrecht 2008-04-15T14:14:36+02:00 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 advance

paul]]>