Re: [appfuse-user] maven jetty plugin output encoding issues?

2007-09-19 Thread SkipWalker
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

[appfuse-user] maven jetty plugin output encoding issues?

2007-09-18 Thread SkipWalker
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

[appfuse-user] Tomcat reloads entire app after any class change

2007-08-13 Thread SkipWalker
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

[appfuse-user] urlrewrite and forwarding within filter

2007-06-18 Thread SkipWalker
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.

[appfuse-user] html search form for hibernate managed object/Displaytag displayed data - Looking for Best Practices

2006-12-14 Thread SkipWalker
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