[appfuse-user] escapeXml not working in my JSPs!

2007-10-07 Thread sarat.pediredla
Ok, I wouldn't class myself as a newbie but this is bowling me over. I have been struggling over 30 mins and I need someone to knock me on the head and say "stupid!" I am trying to output some text that is formatted as textile and returned as XHTML to the browser but my JSP keeps escaping the HTM

Re: [appfuse-user] escapeXml not working in my JSPs!

2007-10-07 Thread Matt Raible
If it escapes, then change using the opposite should work. Matt On 10/7/07, sarat.pediredla <[EMAIL PROTECTED]> wrote: > > Ok, I wouldn't class myself as a newbie but this is bowling me over. I have > been struggling over 30 mins and I need someone to knock me on the head and > say "stupid!" > >

Re: [appfuse-user] escapeXml not working in my JSPs!

2007-10-07 Thread sarat.pediredla
Matt, Do you mean escapeXml="true" ? That doesn't work either :( mraible wrote: > > If it escapes, then change using the opposite should work. > > Matt > > > On 10/7/07, sarat.pediredla <[EMAIL PROTECTED]> wrote: >> >> Ok, I wouldn't class myself as a newbie but this is bowling me over. I

Re: [appfuse-user] Get rid of deprecated JDBC warnings from Maven?

2007-10-07 Thread Marcello Teodori
if it can be useful, setting MySQL5InnoDBDialect as hibernate dialect in the main pom.xml solved the problem for me in a modular struts project, while the datatypeWarning had no effect. bye, Marcello You might try adding false to your dbunit-maven-plugin configuration. http://mojo.codehaus.o

Re: [appfuse-user] How to deal with potential stale connections in pool?

2007-10-07 Thread Richard Paul
Adding autoReconnect=true to the jdbc.url doesn't seem to have helped, the connections become stale somewhere between 6.5 and 10.5 hours. Seems strange that others aren't experiencing the same problem, I'll check my configuration in case it has strayed from the default in some way. Richard Pau

[appfuse-user] Old 1454

2007-10-07 Thread John Kwon
I'm on the home machine - no proxy. Error: Embedded error: The following error occurred while executing this line: C:\workspace\ldm\src\test\resources\web-tests.xml:23: Canoo Webtest: R_1454. Test failed. Test step steps (C:\workspace\ldm\src\test\resources\web-tests.xml:25: ) null failed with me

[appfuse-user] velocity menu forward

2007-10-07 Thread p7k
Dear AppFusers, I need to figure out how to properly set-up a forward from a menu item, rather than a redirect to a page. menu-config.xml: faces-config: fee /forms/truckCompanyFormFee.xhtml But this does not wo

[appfuse-user] Problem with the maven appfuse:full-source goal

2007-10-07 Thread Frederick C. Druseikis
Hello list, I'm having problems with the maven appfuse:full-source goal on an uncommon platform running Sun JDK 1.5 Starting from an empty maven repository, I build the appfuse archetype based on "appfuse-basic-struts". Maven gives "BUILD SUCCESSFUL" I follow the instructions for setting up th

[appfuse-user] Data Archive pattern in AppFuse

2007-10-07 Thread Rob Hills
Hi All, Sorry if this is a bit off topic, but in the app I am building, I need to implement a data archive pattern. IOW, in some tables, any changes to data (deletes, updates) are preserved and made available to be reviewed in context (ie from the UI for the table in question). So for exampl