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