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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -