Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

what does $ do in Expression Language of Jsp?I want to know the significance of this symbol and its working.please somebody help me in this regard.

FYI i know it is used for printing some value directly instead of going through expression i.e <%= %>.

share|improve this question

1 Answer

up vote 1 down vote accepted

You can access (the getter methods of) beans with the delimiter $ or # in Expression language.

The language is based on java and case sensitive.

share|improve this answer
see docs.oracle.com/javaee/1.4/tutorial/doc/JSPIntro7.html for more info – JamieFlowers Apr 21 '12 at 21:07
thanks for the link ,i got my answer – love with java Apr 21 '12 at 21:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.