Hello,
I am having issues with french special characters like acutes while
sending mail with appfuse. 1.9.4
All special charactesr are replaced with other characters.
I am just wondering if this is a configurable setting or if anyone had
input on that.
Thanks
Ren
-
Congratulation guys, nice work.
Ren
- Original Message -
From: "Matt Raible" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "AppFuse"
Sent: Friday, January 12, 2007 8:40 PM
Subject: [appfuse-user] [ANN] AppFuse 2.0 M2 Released!
All,
We've reached quite a milestone in the developmen
Thanks for the idea.
Not sure I could do it that way though since one field is a key is a FK from
the parent, so the many-to-one relationship would now be on the component
instead.
- Original Message -
From: majaa majaa
To: users@appfuse.dev.java.net
Sent: Saturday, December
Btw, ignore the inconsistency in package names.
- Original Message -
From: "Rene Lavoie" <[EMAIL PROTECTED]>
To:
Sent: Saturday, December 09, 2006 2:12 AM
Subject: Re: [appfuse-user] xdoclet unique-key question
ant setup ends with:
[schemaexport] (c
dtd";>
- Original Message -
From: "Matt Raible" <[EMAIL PROTECTED]>
To:
Sent: Friday, December 08, 2006 11:02 PM
Subject: Re: [appfuse-user] xdoclet unique-key question
Can you post the full error/stacktrace you're seeing?
Thanks,
Matt
Hello,
I m trying to map a unique constraint with two fields. And the build keeps
failing: "Schema text failed"
Any idea?
Thanks
public class LiteralText extends BaseObject {
...
/**
* @hibernate.id generator-class="native" type="java.lang.Long" column="id"
* @return the id
*/
public Long
Hi,
I have an app based on appfuse.
What I would like to do is have 2 domains setup in apache pointing to the
same Tomcat app.
In the app, I would then display appropriate categories and alternate
stylesheet/images. depending from wich domain each request came from.
Is this a bad idea?
I
Hi,
I was just wondering if there was a specific reason why Appfuse uses a
statup listener (other then supporting non JSF frameworks) to cache drop
downs instead of just having a bean declared as application scope hold them,
similar to what Derek Shen was doing in his Catalog example.
Im gue