--- David Harland <[EMAIL PROTECTED]> wrote:
> We are running struts 1 and 2 in parallel.

Same webapp I assume?

> Struts 1 is putting the Map into application scope.

> A jsp running in struts 2 using struts 2 tags is
> trying to use this map to populate a select.

How is it trying to load the map? I missed your JSP
fragment. If you are using OGNL to retrieve the map
the map needs to be on the OGNL stack, otherwise you
could try prefixing the key with the scope you expect
it to be in, like "#application.theKey"

d.



 
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to