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
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!"
>
>
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
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
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
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
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
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
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