H
Hole
Hi all!
I need to access (without scriptlet) to any variables saved in a
session, in order to use them in a custom tag (for pagination purpose).
This is the custom tag.
<p
ager range="" results="" page="" />
If you need the doStartTag() code too, please tell me.
The custom tag is very simple and could print a navigation table
(pager) to browse within results.
In the same JSP, I need to define the variables range, results and
page, saved in a session previously (in an Action in struts framework).
How can access to them? I tried to use JSTL and the tag <c:set> but now
I know I cannot access to that variables out of JSTL tags.
I don't know how to use <bean:define> to retrieve attributes from
session.
Thanks a lot in advance.
I need to access (without scriptlet) to any variables saved in a
session, in order to use them in a custom tag (for pagination purpose).
This is the custom tag.
<p
If you need the doStartTag() code too, please tell me.
The custom tag is very simple and could print a navigation table
(pager) to browse within results.
In the same JSP, I need to define the variables range, results and
page, saved in a session previously (in an Action in struts framework).
How can access to them? I tried to use JSTL and the tag <c:set> but now
I know I cannot access to that variables out of JSTL tags.
I don't know how to use <bean:define> to retrieve attributes from
session.
Thanks a lot in advance.