Re: Accessing ActionMapping in JSP

2003-02-05 Thread Kris Schneider
Have you tried the tag (was also available in 1.0.2)? http://jakarta.apache.org/struts/userGuide/struts-bean.html#struts P.S. new String("** hacMapping Null** ") is *EVIL*! A simple String literal will do. Quoting Mark Ahnell <[EMAIL PROTECTED]>: > I have recently migrated from 1.0 to 1.1 and

RE: Accessing ActionMapping in JSP

2003-02-05 Thread Mark Ahnell
This one might have gotten buried in the morning download of email, has anyone looked at this problem? Thanks. :) - Mark -Original Message- From: Mark Ahnell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 12:52 AM To: [EMAIL PROTECTED] Subject: Accessing ActionMapping in

Accessing ActionMapping in JSP

2003-02-04 Thread Mark Ahnell
I have recently migrated from 1.0 to 1.1 and have been having a problem with accessing the ActionMapping in my JSP. I have a custom ActionMapping, HACActionMapping, which I have added several getters and mutators. With version 1.0, I used this code in my JSP: <% ActionMappings actionMappings =