Re: [appfuse-user] Ldap error, exception: Bad credentials

2008-07-10 Thread ulypses73
Which file are you talking about in Appfuse 2.x? Are these settings ok also for Active Directory? Thanks a lot. ulypses73 mraible wrote: > > Here's what I've done in the past to get LDAP working with AppFuse 1.9.4: > > 1. Change the "authenticationManager

Re: [appfuse-user] Problem with "simple" display-only page - SOLVED

2008-07-08 Thread ulypses73
Hi, I had the same problem. I solved renaming the action in struts.xml, that is a. Action name is changed from "deliveryTonnage" (IIRC) I think struts sometimes doesn't like some names. I don't know why. Bye Rob Hills wrote: > > Hi Matt, > > Thanks for the reply. > > I'd tried previou

Re: [appfuse-user] session list in select tag

2008-07-08 Thread ulypses73
Thanks for your reply! It works if I write list="#session.objects" Bye mraible wrote: > > I'd try: > > list="#session['objects']" > > http://struts.apache.org/2.0.9/docs/ognl.html > > Matt > > On Thu, Jul 3, 2008 at

[appfuse-user] session list in select tag

2008-07-03 Thread ulypses73
Hi everyone, I'm new to Appfuse 2 and Struts 2 and I need some help. I have a List named objects stored in the session and I have to put it in a select tag: What is the correct way to read the list directly from the session? Do I have to put a list with the same name inside the action of the pag