UTF-8
mraible wrote:
>
> This file probably need to be processed as UTF8 or 8859_1. Any idea
> which one I should use?
>
> Thanks,
>
> Matt
>
> On 3/11/07, viggo <[EMAIL PROTECTED]> wrote:
>>
>> http://www.nabble.com/file/7086/norwegianCharacters.jpg
>> --
>> View this message in context:
>
What functionality are you looking for? Dependency injection or
automatic rollback after a method's execution?
Matt
On 2/22/07, Bryan Noll <[EMAIL PROTECTED]> wrote:
Appfuse folks...
I know what this guy does, and I like it...
AbstractDependencyInjectionSpringContextTests
Is there a similar
Your assumptions are correct - if you modify struts_form.xdt to remove
the following lines, child form's validation rules won't be included
by default.
* @struts.validator
If you do have a form that you'd like to bring in validation rules
for, simply add @struts.validator to the javad
Have you tried using a debugger to see if your LoggingAspect is
getting called? If it is, it may be your log4j.properties settings.
Matt
On 2/21/07, Ding, Qin <[EMAIL PROTECTED]> wrote:
Matt:
I copied both asm-1.5.3.jar and asm-attrs-1.5.3.jar to hibernate/lib
directory and removed the asm.jar
This file probably need to be processed as UTF8 or 8859_1. Any idea
which one I should use?
Thanks,
Matt
On 3/11/07, viggo <[EMAIL PROTECTED]> wrote:
http://www.nabble.com/file/7086/norwegianCharacters.jpg
--
View this message in context:
http://www.nabble.com/Norwegian-characters-are-not-d
On 3/11/07, Jakobsen, Peder <[EMAIL PROTECTED]> wrote:
Hi,
I'm working a project by myself with a very short schedule, and until I
discovered and ran Appfuse this weekend, I had rolled my own
Hibernate-Spring-JSF-Facelets stack and was about to code the security
layer. So thanks a lot Matt,
Good catch. Thanks.
Trent wrote:
On Sat, 10 Mar 2007 22:54:58 +0800, Richard G. Reyes wrote
Thanks, I'll try this.
Richard
On 3/9/07, Brett Knights <[EMAIL PROTECTED]> wrote:
I use this:
[snip]
public class ListUtil {
public static final SimpleDateFormat detailDateFormat = new
Sim
Hi,
I'm working a project by myself with a very short schedule, and until I
discovered and ran Appfuse this weekend, I had rolled my own
Hibernate-Spring-JSF-Facelets stack and was about to code the security layer.
So thanks a lot Matt, you may have just saved my project from being delivered
On Sat, 10 Mar 2007 22:54:58 +0800, Richard G. Reyes wrote
> Thanks, I'll try this.
> Richard
>
> On 3/9/07, Brett Knights <[EMAIL PROTECTED]> wrote:
> > I use this:
> > [snip]
> > public class ListUtil {
> > public static final SimpleDateFormat detailDateFormat = new
> > SimpleDateFormat("yyy
Thanks for the responses.
I have resolved this as described here:
http://forums.opensymphony.com/thread.jspa?messageID=131487𠆟
-Original Message-
From: Kiran Keshav
Sent: Mon 2/26/2007 2:40 PM
To: users@appfuse.dev.java.net
Subject: Re: [appfuse-user] Running Quartz Jobs on Acegi Secure
Thanks for the responses.
I have resolved this as described here:
http://forums.opensymphony.com/thread.jspa?messageID=131487𠆟
Kind Regards,
Kiran
Brett Knights-2 wrote:
>
> I think your easiest course would be to call, in your applicatonContext
> file, setJobDataAsMap. Add the user as a
With SpringMVC you can create generic based controllers ...
you will need, though, to extend your persistent objects from a common base
class holding the id and a 'isNew' convenience method
this can reduce to almost zero the amount of java code to create
master/detail pages (which use to be a la
http://www.nabble.com/file/7086/norwegianCharacters.jpg
--
View this message in context:
http://www.nabble.com/Norwegian-characters-are-not-displayed-correctly-tf3385776s2369.html#a9424458
Sent from the AppFuse - User mailing list archive at Nabble.com.
Hi All,
Here is how I have fix my date problem.
Again I am using appfuse ( webwork + hibernate ) 1.9.4.
I created a decorator that extends TableDecorator...
public class DateDecorator extends TableDecorator {
private SimpleDateFormat sdf = new SimpleDateFormat("MM-dd-
hh:mm:ss aa");
What version of appfuse are you using? The 2.x stuff is based on maven rather
than ant...
j
Sent via BlackBerry from T-Mobile
-Original Message-
From: paulie <[EMAIL PROTECTED]>
Date: Sat, 10 Mar 2007 22:47:08
To:users@appfuse.dev.java.net
Subject: [appfuse-user] Build.xml source
Interesting, are you deploying using Jetty and have you at any stage
changed memory arguments for your JVM, Maven or anything else that might
be associated with the build/test/deploy process?
Also what do the following 2 commands return when typed at the command line:
echo %JAVA_HOME%
java -ve
You're probably using the wrong tutorial. The documentation for 1.x
is at http://raibledesigns.com/wiki. The documentation for 2.x is at
http://appfuse.org.
Matt
On 3/10/07, paulie <[EMAIL PROTECTED]> wrote:
I have searched the code and the forum but haven't figured out where
build.xml (as w
Michael Horwitz wrote:
>
> Hi,
>
> This looks like a misconfiguration of the warpath plugin. Not too sure why
> you are getting this from the archetypes, but please could you make sure
> the
> warpath plugin is configured as follows in your top level pom:
>
>
> org.appfuse
> maven-warpath
18 matches
Mail list logo