Hello.
I am starting with tags, and I have the following doubt.
I have an strut action where I send this request attribute
Now, I would like to know how can I use this attribute from
jsp or from a tag handler class
I tried pageContext.getAttribute("object") but I think it returns null.
Thank you