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 -

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

.net - How to detect a double-click outside of vb.net form -