java - Passing parameters from one jsp file to an included jsp file? -


i have servlet controller jsp file. pass parameters file when loading it, via request.setattribute(), servlet. however, need include nested jsp main jsp file. nested file have access params sent? if not, how can pass params nested file?

yes, nested jsp see request scoped attributes set servlet controller.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -