Hello, How can I dynamically change the input page (declaratively in struts-config.xml or programmatically in an ActionForm class) in an action : In deed, i need to create a tag <myTag> that rendrers a form "myForm" I would like myForm to call one single <action> in the hole application independently of the page in wich it is rendered. Off course i would like that the error messages coming from the validation method, to be rendrered in the same page as the one in wich <myTag> was rendered.
Any suggestions ?? Thanks Mehdi