when i create “new form, action and JSP” there is also some xdoclet code generated in my action class. this code is never updated again, when i change my struts-config.xml. so the @struts:action-forward and even @struts:action names aren’t correct anymore… but my application runs fine.
so do i really nead these pieces of code although my xdocled build property is set to dynamically? when do i need these pieces of xdoclet code?