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
Post a Comment