Re: [appfuse-user] put username on cookie

2008-02-28 Thread Yohan Yudanara
Thanx a lot 4 the quick response. It works :) On Thu, 2008-02-28 at 21:08 -0700, Matt Raible wrote: > The login form sets a "username" cookie with the user's username in > it. You could try grabbing that. Otherwise, request.getRemoteUser() or > ${pageContext.request.remoteUser} (in a JSP) should w

Re: [appfuse-user] put username on cookie

2008-02-28 Thread Matt Raible
The login form sets a "username" cookie with the user's username in it. You could try grabbing that. Otherwise, request.getRemoteUser() or ${ pageContext.request.remoteUser} (in a JSP) should work. Matt On 2/28/08, Yohan Yudanara <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm using Appfuse 1.9.4

[appfuse-user] put username on cookie

2008-02-28 Thread Yohan Yudanara
Hi all, I'm using Appfuse 1.9.4 + Tapestry. I need to put the current user on Cookie because I Need to access it on vbscript using GetCookie("UID"). After successfully login, I need to put the current username on the cookie. Could someone help me how to do this? I've difficulties understanding

Re: [appfuse-user] How to write web service client

2008-02-28 Thread jackalista
Hi, I was trying this and had trouble w/ WsGen, even though I passed a -binding xmlbeans flag and put the jar on the class path, it looks like it it missing some jaxb related class, any clue what is wrong here?: [code] C:\java\xfire\xfire-1.2.6\jack\gen.client>java -cp .;..\..\xfire-all-1.2.6.ja

Re: [appfuse-user] files encoded in ansi

2008-02-28 Thread Matt Raible
Can you please enter an issue for this in JIRA? http://issues.appfuse.org/browse/APF Thanks! Matt On 2/28/08, Kropp, Henning <[EMAIL PROTECTED]> wrote: > > I just tried out again and can say it happens after appfuse:full-source. > > > Matt Raible schrieb: > > > Does this happen before or after

[appfuse-user] hi

2008-02-28 Thread khalid el hayani
i try to execute mvn in a JSF Basic Archetype to download JARs, Tomcat and run the integration tests and i get this error [INFO] [ERROR] BUILD ERROR [INFO] -

Re: [appfuse-user] files encoded in ansi

2008-02-28 Thread Kropp, Henning
I just tried out again and can say it happens after appfuse:full-source. Matt Raible schrieb: Does this happen before or after you run "appfuse:full-source"? Matt On 2/28/08, *Kropp, Henning* <[EMAIL PROTECTED] > wrote: Hi List, the matter of displaying l

Re: [appfuse-user] files encoded in ansi

2008-02-28 Thread Matt Raible
Does this happen before or after you run "appfuse:full-source"? Matt On 2/28/08, Kropp, Henning <[EMAIL PROTECTED]> wrote: > > Hi List, > > the matter of displaying locals with firefox has been discussed on this > mailinglist and is not the matter here. Every time I create a new > appfuse struts p

Re: [appfuse-user] Validating extra fields

2008-02-28 Thread Matt Raible
Can you provide an example of what you're trying to do and the errors you're seeing? Thanks, Matt On 2/28/08, Leo Barrientos C <[EMAIL PROTECTED]> wrote: > > Hello, i'm using spring. > > I need to validate no-commmand-class-atribute values in a form. I tried > to use validation.xml using fields -

[appfuse-user] DWR scriptaculous ajax.InPlaceCollectionEditor problem

2008-02-28 Thread Sanath
Hi all, I have been interested in Ajax.InPlaceCollectionEditor provided by scriptaculous and have been trying to implement an ajax based dropdown other then the default implementation where we hardcode the values like "collection: ["one","two","three","four","five"]" (provide a hardcode string ar

[appfuse-user] files encoded in ansi

2008-02-28 Thread Kropp, Henning
Hi List, the matter of displaying locals with firefox has been discussed on this mailinglist and is not the matter here. Every time I create a new appfuse struts project with mvn the locale properties are messed up and I found out that all files are retrieved ansi encoded. This is especially

[appfuse-user] Validating extra fields

2008-02-28 Thread Leo Barrientos C
Hello, i'm using spring. I need to validate no-commmand-class-atribute values in a form. I tried to use validation.xml using fields - it works fine but on the log an ERROR is shows. Any help please? - To unsubscribe, e-mail: [E

Re: [appfuse-user] multiple decorators

2008-02-28 Thread tibi
dale, thanks for the run down and you are right that it is not smart to sit arround and wait. but in my work i have to be smart with spending time. some things i will have to leave as is :(. the thing is that i have avery thing the way it should be. and i think its a bug or some complicated confi