| Author |
Using Scriptlets in Custon Tags
|
dennis zined
Ranch Hand
Joined: Mar 07, 2003
Posts: 330
|
|
Hi folks! Need help with my custom tag. I am able to pass in the first parameter to my custom tag using jstl-like code (see below). However, I can never get the second parameter to work if I pass it in using jsp scriptlet. Am I missing something? Thanks. [ November 14, 2004: Message edited by: dennis zined ]
|
SCJP 1.4<br />SCWCD 1.4
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56178
|
|
|
Have you enabled run-time expressions for that attribute in the tld?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
dennis zined
Ranch Hand
Joined: Mar 07, 2003
Posts: 330
|
|
Thank you for your reply. Yep. In my tld file, both parameters have the runtime expressions turned on.
|
 |
dennis zined
Ranch Hand
Joined: Mar 07, 2003
Posts: 330
|
|
Is it even possible to pass parameters from a JSP scriplet to a custom tag? Thanks - Custom Tag newbie
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56178
|
|
|
Yes, I used to do it all the time. (I no longer use scriplets or sciptlet expressions on my pages in favor of the JSTL and EL ).
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56178
|
|
By the way "I never get it to work" is not a very good description of the problem you are having. Some detail might help. One thought: should perhaps be ?
|
 |
 |
|
|
subject: Using Scriptlets in Custon Tags
|
|
|