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

double exclamation marks in haskell -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

Qt Creator - Searching files with Locator including folder -