Newbie here. I am trying to include jsp page(s) from another jsp that. The main jsp see all action methods but include jsp page does not see the action's value-stack. I am using jsp:include
but s:include
requires configuring action, I think.
How can I use same value-stack in all included jsp pages while using single action for the main jsp page.