i am creating 2 select boxes in
struts 2 page. on selecting the first select box, the values in the second box will update using ajax theme. i have written the below
jsp code:
i added struts2-dojo-plugin-2.1.6.jar and json-lib-2.1.jar to my lib folder for ajax support.
but i am getting the freemarker template error:
Expression parameters.parseContent is undefined on line 45, column 28 in template/ajax/head.ftl.
i added <sx:head parseContent="false"/> to resolve the error. but its still coming.
any help will be highly appreciated. thank you.