Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-02 Thread Michael Horwitz
The documentation here explains it all: http://hsqldb.org/web/hsqlDocsFrame.html. There are several options as to how you choose to run the server. On 8/2/07, jimmy6 <[EMAIL PROTECTED]> wrote: > > > Then how to configure the hsql in disk. what is the default? > > > Michael Horwitz wrote: > > > > Y

Re: [appfuse-user] Refershing User in the SecurityContextHolder

2007-08-02 Thread sionsmith
No i do not have that configure (well there are no entries in the security.xml) I just want to be able to updates some properties in the principle - is there anyway i can do this? Many Thanks Sion mraible wrote: > > Do you have a userCache configured in security.xml? If so, you might > try rem

[appfuse-user] a resource process problem!

2007-08-02 Thread wyf
hi guys: I'v found a bug in the appfuse 2.0-m5 .When I use a AppFuse Struts 2 Application. the resource process defined in the Pom.xml may have some problem. the pom code: org.codehaus.mojo native2ascii-maven-plugin

Re: [appfuse-user] Refershing User in the SecurityContextHolder

2007-08-02 Thread Matt Raible
Honestly, I don't know. The method you tried originally is the one I would've suggested. You might try searching Acegi's forums: http://forum.springframework.org/forumdisplay.php?f=33 Matt On 8/2/07, sionsmith <[EMAIL PROTECTED]> wrote: > > No i do not have that configure (well there are no entr

Re: [appfuse-user] @HIBERNATE-DIALECT@??

2007-08-02 Thread jimmy6
Thank Michael Horwitz. You really nice. Fast response. Good Job. I am thinking to do code generation for whole web application. First is planing on view first. Do you have any idea? The JSF code is base on the managed bean with annotation. Michael Horwitz wrote: > > The documentation he

Re: [appfuse-user] Refershing User in the SecurityContextHolder

2007-08-02 Thread Lee Meador
We spent a week messing with this a few months ago. I think the intention is that the Authentication object remain immutable. Authentication is, as I remember, an interface and details on the implemeting classes is sketchy at best. This leads me to believe that this was meant to be part of the way

Re: [appfuse-user] a resource process problem!

2007-08-02 Thread Matt Raible
On 8/2/07, wyf <[EMAIL PROTECTED]> wrote: > hi guys: > > I'v found a bug in the appfuse 2.0-m5 .When I use a AppFuse Struts 2 > Application. > > the resource process defined in the Pom.xml may have some problem. > > the pom code: > > > org.c

[appfuse-user] Cannot display WebWork validation error message on same page

2007-08-02 Thread BruceLee
I use 1.9 WebWork option. I want to validate username and confirmed password in register.jsp, just same as AppFuse's Signup page. The validators seems to work. But the warning message above the register form cannot be displayed. I expect the messages like "Warning Username is a required field. ...

[appfuse-user] Will AppFuse 2 support WebWork2 flavor?

2007-08-02 Thread BruceLee
I have not seen M5 release includes WebWork2 support. Is it in the roadmap? Thanks a lot! -Bruce -- View this message in context: http://www.nabble.com/Will-AppFuse-2-support-WebWork2-flavor--tf4209338s2369.html#a11974088 Sent from the AppFuse - User mailing list archive at Nabble.com.

Re: [appfuse-user] Will AppFuse 2 support WebWork2 flavor?

2007-08-02 Thread Matt Raible
We support Struts 2 -which is the same thing. On 8/2/07, BruceLee <[EMAIL PROTECTED]> wrote: > > I have not seen M5 release includes WebWork2 support. Is it in the roadmap? > Thanks a lot! -Bruce > -- > View this message in context: > http://www.nabble.com/Will-AppFuse-2-support-WebWork2-flavor--

[appfuse-user] Multiple Parameters in DisplayTag Column URL

2007-08-02 Thread Travers Snyman
I am using Appfuse 2 m5 basic struts and hibernate. From a list jsp, I need to pass more than one parameter from the displaytag column. As far as could find out, displaytag does not support this. I saw something on this link http://jira.codehaus.org/browse/DISPL-120 but could not get it going. The

Re: [appfuse-user] Multiple Parameters in DisplayTag Column URL

2007-08-02 Thread fadhli
Hi Travers, I didn't use the display tag property to put multiple parameter. Here's how I'd done it.. ${ contactList.userContact.firstName} Hope this helps. Regards On 8/3/07, Travers Snyman <[EMAIL PROTECTED]> wrote: > > I am using Appfuse 2 m5 basic struts and hibernate.