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
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
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
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