Hi, What's the *best* way in struts to access ActionForm instance (may be in request or session scope) from a JSP script (note, not using struts tags, e.g. for displaying a label that is using data from ActionFrom cache ) ? Similarly what's the best way for a JSP page to access ActionMapping instance ?
Thanks in advance. Jerry

