CreateAnAJAXBasedFileuploadProgressbarDialog |
|
Your trail: |
Difference between
version 23
and
version 22:
At line 109 changed 3 lines. |
# Add the followin lines to that element {{{ |
<pathelement location="${commons-fileupload.jar}"/> |
<pathelement location="${dwr.jar}"/> |
# Add {{<pathelement location="${commons-fileupload.jar}"/>}} and {{<pathelement location="${dwr.jar}"/>}} |
|
The reult should be |
{{{ |
<!-- Web --> |
<path id="web.compile.classpath"> |
<pathelement location="${dist.dir}/${webapp.name}-dao.jar"/> |
<pathelement location="${dist.dir}/${webapp.name}-service.jar"/> |
<pathelement location="${struts.jar}"/> |
<pathelement location="${strutsmenu.jar}"/> |
<pathelement location="${displaytag.jar}"/> |
<pathelement location="${jakarta-oro.jar}"/> |
<pathelement location="${commons-digester.jar}"/> |
<pathelement location="${commons-logging.jar}"/> |
<pathelement location="${commons-beanutils.jar}"/> |
<pathelement location="${commons-collections.jar}"/> |
<pathelement location="${commons-fileupload.jar}"/> |
<pathelement location="${commons-lang.jar}"/> |
<pathelement location="${commons-validator.jar}"/> |
<pathelement location="${servletapi.jar}"/> |
<pathelement location="${commons-fileupload.jar}"/> |
<pathelement location="${dwr.jar}"/> |
<fileset dir="${javamail.dir}" includes="*.jar"/> |
<fileset dir="${spring.dir}" includes="*.jar"/> |
<fileset dir="${jstl.dir}/lib" includes="jstl.jar"/> |
</path> |
Back to CreateAnAJAXBasedFileuploadProgressbarDialog,
or to the Page History.
|