Hi all, I've been struggling trying to get working the s:include with the nested s:params but I have to give up. It really puzzles me.. My problem is that I have no idea on how to access the parameters from the included file. There is a fine example in the struts 2 documentation ( http://struts.apache.org/2.0.11/docs/include.html) that tells you how to use the s:incude component; however I found no references on how to retrieve the parameters from the included file. I can access to it via JSTL ,e.g. ${params.xxx} but no success on getting the values from the value stack or via #request or #parameters. I figure this note on struts 2 documentation has something to do with my problem..:
*Note: Any additional params supplied to the included page are not accessible within the rendered page through the <s:property...> tag! *However, I really don't get the full meaning of this statement. Does this mean I cannot access the parameters via the s:property tag or I cannot access the parameters via any s tag at all? Thank you in advance, Oscar