• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

getJspContext's setAttribute problem?

 
Ranch Hand
Posts: 598
3
jQuery Google App Engine Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my jsp page does show the value which I have set on Tag Handler class.
${message} should evaluate to this 'Wear sunscreen' but it does not.


TagHandler

TagTest.jsp

Tag file

Note: For the sake of readability I only put important codes here not all.

My dear friend , now it's your turn to assassinate the problem. :p
[ April 16, 2008: Message edited by: omi sharma ]
 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


my jsp page does show the value which I have set on Tag Handler class.
why so , I have idea and I mean no idea. please help.



What do you exactly want ?

Please be more self descriptive !!!

Regards,
 
Bobby Sharma
Ranch Hand
Posts: 598
3
jQuery Google App Engine Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Vassili Vladimir:


What do you exactly want ?

Please be more self descriptive !!!

Regards,



sorry I missed typed that.I need your help in solving question.

this did not evaluate to 'Wear sunscreen'.
${message}

But now I solved it,the problem was on the TagHandler class ,I should have
defined the method doTag instead of doBody. LOL
[ April 17, 2008: Message edited by: omi sharma ]
 
Grow a forest with seedballs and this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic