Re: [appfuse-user] Calendar component and Date field for Appfuse 2.0

2007-02-27 Thread dusty
No problem. Its not a matter of checking. Its an issue. So to fix this issue you need to look here: http://issues.appfuse.org/browse/APF-431 At the top of this Jira issue is the source code and at the bottom is the link to the instructions. Unfortunately, its for the Spring MVC. We need to

Re: [appfuse-user] Tomcat Cluster and Acegi

2007-02-27 Thread Matt Raible
You might want to compare your UserCounterListener to the latest one in Subversion. Fisheye will allow you to search for this class: http://fisheye4.cenqua.com/browse/appfuse Matt On 2/27/07, Amin Lalji <[EMAIL PROTECTED]> wrote: Hey All, I have the following setup: I have Appfuse 1.9.4

[appfuse-user] Tomcat Cluster and Acegi

2007-02-27 Thread Amin Lalji
Hey All, I have the following setup: I have Appfuse 1.9.4 (Acegi 1.0.2) running in a two node cluster formation (with Session Replication enabled between each node). It seems that the following exception is thrown whenever the DeltaManager (a tomcat clustering component) tries to notify either no

Re: [appfuse-user] big money

2007-02-27 Thread David Bernard
I think there is a certainly an opportunity here for someone to implement a pyramid scheme in AppFuse. No more messing with tracking contacts with emails or paper mail. We could all raise our prosperity here in . Just send $ to .. Bryan Noll wrote: Woo-hoo! An opportunity to e

Re: [appfuse-user] big money

2007-02-27 Thread Bryan Noll
Woo-hoo! An opportunity to earn BIG MONEY! This list seems like the perfect place to list a "real chance to earn good money on the Internet and it is not a joke". Maybe you could fill us all in on any Pyramid schemes you know of as well. Thanks a bunch... hermanstolch wrote: Dear friends!

Re: [appfuse-user] Native2ascii and Chinese character

2007-02-27 Thread Brett Knights
I imagine the need for the native2ascii conversion has to do with how properties files are interpreted. From the apidocs for java.util.Properties.load() "The stream is assumed to be using the ISO 8859-1 character encoding; that is each byte is one Latin1 character. Characters not in Latin1, an

[appfuse-user] big money

2007-02-27 Thread hermanstolch
Dear friends! I would like to offer you a real chance to earn good money on the Internet and it is not a joke. For the first, this was used in Germany. 5 students were the organizers of this project. They have registered 5 accounts in the E-GOLD system and then sent a list with these accounts to t

Re: [appfuse-user] Websphere 6 doesn't work with acegi 1.01

2007-02-27 Thread Zakir
Hello. I have also used the described method of logout.jsp in my appfuse 1.9.4 application. The problem I faced was when the user actually logged in using "rememberMe" and then tried to logout. The app would just keep redirecting to the mainMenu. This was happening because the the rememberMe co

Re: [appfuse-user] App_User from Session? From cookie?

2007-02-27 Thread Matt Raible
request.getRemoteUser() will get you the person's username. Matt On 2/27/07, Dean Jackson <[EMAIL PROTECTED]> wrote: I'm using Spring MVC, and trying to figure out how to get the App_User Object of the current user, or just their ID. This has to be the simplest question all day, but checking

[appfuse-user] App_User from Session? From cookie?

2007-02-27 Thread Dean Jackson
I'm using Spring MVC, and trying to figure out how to get the App_User Object of the current user, or just their ID. This has to be the simplest question all day, but checking the Session object, I'm only finding a ClickStream; digging through the board, I'm not finding it at all. Help? -- Vi

Re: [appfuse-user] Passing parameter from Struts menu

2007-02-27 Thread mmaia
Perfect! Thanks a lot! Michael Horwitz wrote: > > I think you will need to escape the & in the url in menu-config.xml. > > So instead of: > > title="Aéreos"page="/listaPorTipoCategoria.html?tipoPacote=Nacional&codigoPacote=Aereo"/> > > You should have: > > title="Aéreos"page="/listaPorT

Re: [appfuse-user] Passing parameter from Struts menu

2007-02-27 Thread Michael Horwitz
I think you will need to escape the & in the url in menu-config.xml. So instead of: You should have: i.e. all & replaced by & Mike. On 2/27/07, mmaia <[EMAIL PROTECTED]> wrote: Hi, I have a registered action that needs to be called with different parameters based on de selected menu

[appfuse-user] Passing parameter from Struts menu

2007-02-27 Thread mmaia
Hi, I have a registered action that needs to be called with different parameters based on de selected menu. I've tryied to put the parameters on menu-config.xml but it crashes, won´t work. Follow frags of code: xwork.xml [code] /WEB-INF/pages/listaPacotes.jsp [/code] menu-config.xml

[appfuse-user] Fwd: JSON Taglib - JSP Tag Library to render JSON

2007-02-27 Thread Matt Raible
FYI... looks like a very handy JSP tag if you're doing Ajax. Matt -- Forwarded message -- From: Wiltshire, James <[EMAIL PROTECTED]> Date: Feb 27, 2007 9:58 AM Subject: JSON Taglib - JSP Tag Library to render JSON To: [EMAIL PROTECTED] Matt, Firstly, I'd just like to say c

[appfuse-user] Re: Struts maxlength validator doesn't work

2007-02-27 Thread Omar Giugovaz
Yes, the validation is intercepted by server side in the right way and the display message is the same of the client side: "Autore abbreviato" doesn't exceed 'null' chars. Struts validator doesn't get the value and i don't know how mraible wrote: Does server side validation work? On 2/27/07,

Re: [appfuse-user] how to Authenticate thru userManager ?

2007-02-27 Thread Plant More Tree
I have tried to check like below: public UserDetails loadUserByUsername(String username) throws UsernameNotFoundException { log.error("hello service10"); // Create a metadata of the service Service serviceModel = ne

Re: [appfuse-user] how to Authenticate thru userManager ?

2007-02-27 Thread Michael Horwitz
Have you tried debugging to the object returned by the webservice? Or running a test on the objects returned by the webservice? It could be something is going wrong there. Mike. On 2/27/07, Plant More Tree <[EMAIL PROTECTED]> wrote: I have already check the database that the account_enabled f

Re: [appfuse-user] how to Authenticate thru userManager ?

2007-02-27 Thread Plant More Tree
I have already check the database that the account_enabled field is 'Y'. Michael Horwitz wrote: > > It looks as if the isEnabled() function on the user returned from the > service is returning false? > > On 2/27/07, Plant More Tree <[EMAIL PROTECTED]> wrote: >> >> >> Hi Mike, >> >> I actual

Re: [appfuse-user] Calendar component and Date field for Appfuse 2.0

2007-02-27 Thread Fan
Dusty, could you please tell me how to check the HTML extension issue ? I am using Appfuse 2.0 with struts2 web framework dusty wrote: > > Strangely enough Fan, someone kind of hijacked this thread with an issue > that could very well help you. Random and strange. > > The issue is that Appf

[appfuse-user] AppFuse Link on DZone

2007-02-27 Thread Matt Raible
FYI... http://www.dzone.com/rsslinks/appfuse_quickstart.html Looks like there's a question on there that some of you may be able to help answer: I looked at AppFuse a couple years back. Does anyone use this this in enterprise environments to get new projects started? At the time, I seem to rec

Re: [appfuse-user] Struts maxlength validator doesn't work

2007-02-27 Thread Matt Raible
Does server side validation work? On 2/27/07, Omar Giugovaz <[EMAIL PROTECTED]> wrote: Hi all, So i'm using appfuse 1.9.3 and struts 1.2.8 with apache tomcat 5.5.16 and java 1.5.0_06 The question is: Why struts validator doesn't work for the max length validator? The alert message displays in ri

[appfuse-user] Struts maxlength validator doesn't work

2007-02-27 Thread Omar Giugovaz
Hi all, So i'm using appfuse 1.9.3 and struts 1.2.8 with apache tomcat 5.5.16 and java 1.5.0_06 The question is: Why struts validator doesn't work for the max length validator? The alert message displays in right way (when i digit more characters then i've setted in maxlenhth var) but in the alert

[appfuse-user] selectbox, picklist and ie7

2007-02-27 Thread Travers Snyman
Hi, I am having problems with ie7 with picklists and dynamically adding items to select lists. In the picklist case, the selected items don't appear visibly in the right list, but the values selected are actually submitted when the form is submitted. I have a similar problem when dynamically addin

Re: [appfuse-user] how to Authenticate thru userManager ?

2007-02-27 Thread Michael Horwitz
It looks as if the isEnabled() function on the user returned from the service is returning false? On 2/27/07, Plant More Tree <[EMAIL PROTECTED]> wrote: Hi Mike, I actually try to deploy 2 appfuse, 1 in Tomcat 5 and another 1 in JBoss4 and the appfuse in Tomcat is installed with xfire webse

Re: [appfuse-user] how to Authenticate thru userManager ?

2007-02-27 Thread Plant More Tree
Hi Mike, I actually try to deploy 2 appfuse, 1 in Tomcat 5 and another 1 in JBoss4 and the appfuse in Tomcat is installed with xfire webservice by using the xfire install ant script in appfuse. The appfuse in JBoss4 is only webservice client. Everything works fine and can see the wsdl for the

Re: [appfuse-user] Hibernate's Query on HashSet

2007-02-27 Thread Jarek Gilewski
mraible wrote: > > Did you solve this issue? > Yes, I did. Thanks. -- View this message in context: http://www.nabble.com/Hibernate%27s-Query-on-HashSet-tf3220598s2369.html#a9180290 Sent from the AppFuse - User mailing list archive at Nabble.com. ---

Re: [appfuse-user] how to Authenticate thru userManager ?

2007-02-27 Thread Michael Horwitz
As long as your userManager implementation implements org.acegisecurity.userdetails.UserDetailsService you can use it for authentication. Once you have implemented the interface in your user manager set it as the userDetailsService property on the daoAuthenticationProvider bean in security.xml. No

[appfuse-user] how to Authenticate thru userManager ?

2007-02-27 Thread Plant More Tree
Hi, I understand that when login, acegi will forward the authentication info enter by the user to userDao class directly. Is it possible to go thru userManager? if yes, how to configure the security.xml? I m asking this because my webapp user i

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
Thanks. have managed to do the "dirty" thing for now and got it working... mraible wrote: > > Yeah, we heard there's recent issues with NetBeans 5.5 and the WarPath > plugin. Here's a related thread. > > http://www.nabble.com/Netbeans-5.5-with-warpath-tf3204087s2369.html#a8897391 > > M

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread Matt Raible
Yeah, we heard there's recent issues with NetBeans 5.5 and the WarPath plugin. Here's a related thread. http://www.nabble.com/Netbeans-5.5-with-warpath-tf3204087s2369.html#a8897391 Matt On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: Sorry...sent before completing I cud just see the warpath

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
Sorry...sent before completing I cud just see the warpath dependency in the dependencies section.but Netbeans does not seem to be recognizing the org.appfuse.webapp folder ? VJ22 wrote: > > Thanks Matt > > > mraible wrote: >> >> It is in a WAR - we use the warpath plugin to make Ma

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
Thanks Matt mraible wrote: > > It is in a WAR - we use the warpath plugin to make Maven think WARs are > JARs. > > Matt > > On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: >> >> Will try that out >> >> btwdumb question but where is the dependent jar for BaseAction >> ...seems >> to be in a wa

Re: [appfuse-user] Cannot get value for expression '#{personList}'

2007-02-27 Thread Matt Raible
I glanced briefly through your source files and didn't see any issues. You might take a look at the tutorial's code in Subversion. Instructions on how to check it out are at the bottom of the "Using JSF" tutorial. Matt On 2/27/07, jason.jiang <[EMAIL PROTECTED]> wrote: i work with Appfuse2 M3

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread Matt Raible
It is in a WAR - we use the warpath plugin to make Maven think WARs are JARs. Matt On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: Will try that out btwdumb question but where is the dependent jar for BaseAction ...seems to be in a war mraible wrote: > > Yes, you are correct. Have you tri

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
Will try that out btwdumb question but where is the dependent jar for BaseAction ...seems to be in a war mraible wrote: > > Yes, you are correct. Have you tried the configuration that's in the > javadocs: > > http://struts.apache.org/2.0.5/struts2-core/apidocs/org/apache/struts2/interc

[appfuse-user] Cannot get value for expression '#{personList}'

2007-02-27 Thread jason.jiang
i work with Appfuse2 M3 (JSF) i running "mvn test -Dtest=PersonManagerTest" is OK!!! but when i running "mvn test -Dtest=PersonListTest" ERROR!!! error:

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread Matt Raible
Yes, you are correct. Have you tried the configuration that's in the javadocs: http://struts.apache.org/2.0.5/struts2-core/apidocs/org/apache/struts2/interceptor/ServletConfigInterceptor.html Matt On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: Thanks for the quick reply Matt but doesnt bas

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
Thanks for the quick reply Matt but doesnt basicStack and the defaultStack have the servlet-config interceptor ? Rgds...VJ mraible wrote: > > It's possible that we have an interceptor missing from the stack in > struts.xml. You could also extend BaseAction and call > getSession().getServ

Re: [appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread Matt Raible
It's possible that we have an interceptor missing from the stack in struts.xml. You could also extend BaseAction and call getSession().getServletContext(). Matt On 2/27/07, VJ22 <[EMAIL PROTECTED]> wrote: I have a very simple action which implements both the ServletRequestAware and the Prepar

[appfuse-user] ServletRequest not being injected ......

2007-02-27 Thread VJ22
I have a very simple action which implements both the ServletRequestAware and the Preparable interface: "public class PWMLiteRequestCheck extends ActionSupport implements ServletRequestAware,Preparable" I have got both the methods defined : "public void setServletRequest(HttpServletRequest htt