Hi,
I tried to use the Action-Mapping-Generation by XDoclet 1.2.2. Up to now everything works fine. Now I want to put a Property to an action.
With * @struts.action-set-property property="validationerror" * value="error" it works quiet fine. In my generated struts-config.xml I find <set-property property="validationerror" value="error" /> ...
For reading this Property I have to write my own ActionMapping-Implementation. I did that and put the name to my ActionImplementation:
* @struts.action className="de.package.GeneralActionMapping"
* name="login"
* path="/login"
* scope="request"
* validate="false"
But the "className" attribute doesn't work. I spoke with someone using XDoclet 1.2-b4 ant it works fine there. I found an article at OnJava[1] there it is explained as i did it.
Any hints?
MArtin [1]http://www.onjava.com/pub/a/onjava/2004/02/18/strutssecurity.html
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user