hi, i used the following command to generate a Struts modular project mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts -DarchetypeVersion=2.0.2 -DgroupId=com.company.sample -DartifactId=struts2modular
Struts modular project was generated but com.company.sample package structure was not generated. So i created the structure manually and placed a model pojo inside com.company.sample.model and generated the DDLs, Service and Dao. However in the view part (jsp menu) the entries for displaying the (list form) data from the table are missing all though the service and DAO for the same are generated. I use the following archetype to generate the struts modular project appfuse-modular-struts-2.0.2.jar -- View this message in context: http://www.nabble.com/Struts---modular---project-generation-tp21199064s2369p21199064.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
