Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing a dynamic attribute value to a JSP custom tag

843835Nov 6 2002 — edited Nov 6 2002
I want to pass a request parameter to a custom tag for processing. Something like this:

<ct:converter amount="<%= request.getParameter("amount") %>" />

But from what I've read of the JSP 1.2 spec this can't be done. Only translation time parameters - i.e. fixed values can be passed. Is this true? Is there some common work around?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 4 2002
Added on Nov 6 2002
1 comment
429 views