質問

I need to know what tags are now use in jsp? I heard that using scrip-lets is not a good practice.Please suggest be tags to learn with jsp.

正しい解決策はありません

他のヒント

The common practice is using JSTL library in the place of scriptlets, and really it covers various operations like iterating and conditionals.

link for reference: https://jstl.java.net/

I suggest reading the free online book http://pdf.coreservlets.com. But the answer is not black & white: the JSP standard is designed so you can create your own tags, so there is no distinct set of tags to refer to. You can probably download plenty of third party taglibs from the net.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top