Re: [appfuse-user] problem with jsps and action-mappings in struts-config.xml

2006-12-20 Thread Matt Raible
This file is composed by XDoclet by merging files from metadata/web/*.xml and XDoclet tags in JavaDoc comments in your Action.java classes. If you don't like this behavior, you should be able to copy struts-config.xml into web/WEB-INF and remove the piece in build.xml that generates this file. T

Re: [appfuse-user] problem with jsps and action-mappings in struts-config.xml

2006-12-17 Thread jhon
But i have struts-config.xml file only in build directory of appfuse app. I don't have struts-config.xml file in any other location. Can i copy/paste this file from build directory ?. If it is okey then where exactly can i paste this file other than build directory ?? Matt Raible-3 wrote: > > On

Re: [appfuse-user] problem with jsps and action-mappings in struts-config.xml

2006-12-17 Thread Matt Raible
On 12/17/06, jhon <[EMAIL PROTECTED]> wrote: Thanks alot, I am writing or modifying the files exactly in build/myapp directory.May be this is the reason why i am loosing data every time. Can you tell me the reason of loosing the data when i wrote the files in build directory ?? These files are

Re: [appfuse-user] problem with jsps and action-mappings in struts-config.xml

2006-12-17 Thread jhon
Thanks alot, I am writing or modifying the files exactly in build/myapp directory.May be this is the reason why i am loosing data every time. Can you tell me the reason of loosing the data when i wrote the files in build directory ?? Matt Raible-3 wrote: > > The only way you could've lost data

Re: [appfuse-user] problem with jsps and action-mappings in struts-config.xml

2006-12-17 Thread Jasper Huzen
What appgen does: When choosing target "default": -> Generate all objects (in extras/appgen/build/gen/) When choosing target "Install generic" -> Generate all objects and copies it to your project, and merge all configuration files. After building new objects, you have to run the setup-db targ

Re: [appfuse-user] problem with jsps and action-mappings in struts-config.xml

2006-12-17 Thread Matt Raible
The only way you could've lost data (AFAIK) is if you created files in the "build" directory, or you modified files in this directory. Make sure you modify files in the metadata, src, test and web directories instead of the build directory. If your problem was caused by something else, please le

[appfuse-user] problem with jsps and action-mappings in struts-config.xml

2006-12-17 Thread jhon
Hi all, I am new to appfuse and am using appfuse 1.9.4 with ant 1.6.5. I created some objects ( All the Action,Manager,Dao and it's Test classes ) with appgen tool by using POJO class. And then i added my own Action classes,jsp's and modified struts-config.xml file.Here the problem is, i lost the