Re: Problem with Map-backed ActionForm and Key value

2004-03-07 Thread Brian Boyle
/N Return-Path: [EMAIL PROTECTED] X-OriginalArrivalTime: 07 Mar 2004 17:29:04.0609 (UTC) FILETIME=[B01E9D10:01C40469] Hey Brian: Have you tried evaluating the keyValue ahead of time? As in: <%String myKey = ..blah-blah.. using userId;%> and then: Give it a shot if you haven't.. Goo

Problem with tag

2004-03-07 Thread Brian Boyle
Hi! I am writing an application with JSPs and I am using the struts framework. I am also using Struts JSP Tags in my JSP. I am having a problem with the tag. I have a do/while loop embedded in my JSP as a scriplet. Ths scriplet is inside my tags and it is giving me the following 3 errors: 't

Problem with Map-backed ActionForm and Key value

2004-03-07 Thread Brian Boyle
Hey, I am using a map-backed ActionForm and so in my JSP code I have a tag that looks like this: The reason I have a scriplet in there is because I have a dynamic form and the value of the key changes all the time. I want the value of the key to be the "id" of the user logged in. However, th