| Author |
Trying to use custom actions in jsp - unexpected output
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
Hi, I'm trying to use custom action in my jsp but getting unexpected output. Output My tld file(DiceFuntions.tld) which is in WEB-INF directory My jsp file following is a method in my java class (DiceRoller.java) am i missing something ??? [ May 30, 2007: Message edited by: Jigar Naik ]
|
Jigar Naik
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
Can you please check your web.xml, you might be using the wrong version. Check the following : http://faq.javaranch.com/view?ServletsWebXml
|
[My Blog]
All roads lead to JavaRanch
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
Thanks dear... Problem solved.. the problem was with web.xml version.
|
 |
 |
|
|
subject: Trying to use custom actions in jsp - unexpected output
|
|
|