Salut, dans le scope de ma page jsp, j'ai par exemple :
etCode:noteForm = org.lr.mydataNotes.view.web.form.NoteForm@380dbe
J'arrive bien a récupérer l'objet correspondant à "noteForm" par un simpleCode:org.apache.struts.action.mapping.instance = ActionConfig[path=/newNote,attribute=noteForm,name=noteForm,scope=request,type=view.web.action.NewNoteAction
${noteForm}
mais comment récupérer l'objet correspondant à "org.apache.struts.action.mapping.instance" ?
Merci d'avance
Lilian