e:
>
> Did you port your 1.9.3 application to use Maven?
>
> On 9/18/07, SkipWalker <[EMAIL PROTECTED]> wrote:
>>
>>
>> I've just set up my webwork-hibernate-sitemesh-spring appfuse 1.9.3 based
>> webapp to use the maven-jetty-plugin. Everything fo
I've just set up my webwork-hibernate-sitemesh-spring appfuse 1.9.3 based
webapp to use the maven-jetty-plugin. Everything for the most part is
working. The ssl connector is correctly configured.
However, I'm having an issue that I can't narrow down. Certain actions/jsps
(most importantly my l
Our app was built starting from the AppFuse 1.9.3 Webwork Hibernate Spring
template.
We've setup the application for development in IDEA 5.1 using the Tomcat 5.5
Server integration as the servlet engine for the app.
My experience with using Resin in the past on other apps is that I can
usually
I'm using appfuse 1.9.3 with webwork. I've replaced the 3.0-beta version of
urlrewrite with version 3.0.4.
I'm running in tomcat 5.5.23
My first issue is that I cannot get urlrewrite filter to forward
/webwork/css_xhtml/validation.js to the modified version in
/template/css_xhtml/validation.js.
I'm currently using appFuse with webwork + spring + hibernate.
I'm using displaytag to display tables of data for a variety of my hibernate
objects.
I'm looking for a best practice or existing library to help me implement a
search feature for the data I'm displaying in the display tag tables.
C