Page: http://wiki.cocoondev.org/Wiki.jsp?page=LarryLansing , version: 14 on Sun Jun 29 00:53:01 2003 by LarryLansing
+ * Flow -- WTF is flow? + * Struts + - ** [XMLForm wizardhttp://cocoon.apache.org/2.0/howto/xmlform-wizard/howto-xmlform-wizard.html] + ** [XMLForm wizard|http://cocoon.apache.org/2.0/howto/xmlform-wizard/howto-xmlform-wizard.html] ? + + ** [XMLFormXindice] -- combination of XMLForm with Xindice (whatever that is) that requires custom actions to be coded. Ugh. + ** [XMLFormViewAbstractionDraft] -- combination of XMLForm with some other custom code, to do flow control...but does not use Cocoon's native "flow". + * FormValidatorAction "simpler and older implementation of form validation using the FormValidatorAction" (similar to some of the database actions!) + ** [FormValidationUsingCocoon] -- wiki docs for the action + ** [XSPFormValidator] -- docs for the companion logicsheet + ** [Official docs|http://cocoon.apache.org/2.1/userdocs/xsp/logicsheet-forms.html] + Page: http://wiki.cocoondev.org/Wiki.jsp?page=Wishlist , version: 44 on Sun Jun 29 00:16:58 2003 by 24.62.73.145 - I would like to see cocoon.apache.org install a system of redirects, so that the many wiki links to URLs such as [http://cocoon.apache.org/installing/index.html|http://cocoon.apache.org/installing/index.html] get redirected to the latest version of the documentation (ie, [http://cocoon.apache.org/2.1/installing/index.html|http://cocoon.apache.org/2.1/installing/index.html]. The wiki contains many dead links to the official cocoon docs, because the version number is omitted from the URL. For an example of this, see [DocumentationTracksProject]. ? ^ ^ + I would like to see cocoon.apache.org install a system of redirects, so that the many wiki links to URLs such as [http://cocoon.apache.org/installing/index.html|http://cocoon.apache.org/installing/index.html] get redirected to the latest version of the documentation (ie, [http://cocoon.apache.org/2.1/installing/index.html|http://cocoon.apache.org/2.1/installing/index.html]. The wiki contains many dead links to the official cocoon docs, because the version number is omitted from the URL. To see an example of this problem, see [DocumentationTracksProject]. ? ^ ^^^^ ++++++++ + + --[Larry Lansing] Page: http://wiki.cocoondev.org/Wiki.jsp?page=MySQL , version: 13 on Sun Jun 29 00:26:00 2003 by DavidCrossley - !!Setting the <B style="color:black;background-color:#A0FFFF">web.xml</B> configuration + !!Setting the web.xml configuration - In the $Cocoon_Home/WEB-INF/ directory you will find the <B style="color:black;background-color:#A0FFFF">web.xml</B> file. Open it and look for this rows {{{ ? ------------------------------------------------ ---- + In the $Cocoon_Home/WEB-INF/ directory you will find the web.xml file. Open it and look for this rows {{{ - <B style="color:black;background-color:#99ff99">com.mysql.jdbc</B>.Driver + com.mysql.jdbc.Driver - The ?autoReconnect=true tip is cribbed from the [<B style="color:black;background-color:#ffff66">Tomcat</B> JNDI datasource HOWTO | http://jakarta.apache.org/<B style="color:black;background-color:#ffff66">tomcat</B>/<B style="color:black;background-color:#ffff66">tomcat</B>-4.1-doc/jndi-datasource-examples-howto.html] to get around the fact that MySQL by default drops connections that have been idle for 8 hours ? ------------------------------------------------ ---- ------------------------------------------------ - --------------------------------------------------- ---- + The ?autoReconnect=true tip is cribbed from the [Tomcat JNDI datasource HOWTO | http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html] to get around the fact that MySQL by default drops connections that have been idle for 8 hours
