el - What does it mean by ${ } dollor and brackets in jsp? -


i saw in jsp file, guessed brought in. come from? db? source of jsp file? or scripts?

the ${} symbol java expression language

you can check documentation @ oracle

quote oracle :

el can :

  • dynamically read application data stored in javabeans components, various data structures, , implicit objects

  • dynamically write data, such user input forms, javabeans components

  • invoke arbitrary static , public methods

  • dynamically perform arithmetic operations


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -