If you haven't gotten an answer by now, it sounds like no one has an answer. Sorry about that.
On Sun, Sep 26, 2010 at 4:37 AM, webmeiker <i...@webmeiker.com> wrote: > > Hi, > > While I continue learning AppFuse and playing with it (Spring MVC basic > archetype) I have completed the first steps which consisted in: > > 1. Creating a new MySQL table (called provinces; with and Id and a > Name > columns). > 2. Creating the model stuff (with mvn appfuse:gen-model > -Dentity=provinces). > 3. Creating the CRUD material (with mvn appfuse:gen > -Dentity=Provinces) > > Now, before doing the next steps, which are: > 4. In the provinces.jsp in which the province list is displayed, > incorporate > a search region before the table (one name input field and a search > button). > 5. Repeat the same steps (1 to 4) for a table called villages (or > locations), which have a foreign key (fk_province) to connect this table > with the provinces one. > > …I want to ask the community for examples of these two things. Or if > AppFuse > includes some mvn commands to automate the process. (??) > > (I trust other talented people work would avoid me to reinvent the wheel > again and accelerate the development process a lot). > > Thanks in advance. > > -- > View this message in context: > http://appfuse.547863.n4.nabble.com/Incorporate-a-search-region-handling-tables-with-foreign-keys-tp2714244p2714244.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >