1 Reply Latest reply on Sep 15, 2008 8:06 PM by cvasilak

    Seam Newbie (Seam-Gen)

    cvasilak

      Hi there,


      I have just started learning seam so please bear with me :)


      I have created a simple CRUD application using seam-gen(an excellent tool btw for a newcomer like me!). In the seam-setup I point it to an existing database(postgres) which has one table. Seam-Gen correctly generates the entities and the JSF pages for edit-view as I see in the project directory.


      The problem is that when I access the home page at the top I don't have any links to the edit-view pages although physically in the filesystem they exist.


      What I am doing wrong?


      Thanks in advance,
      Christos

        • 1. Re: Seam Newbie (Seam-Gen)
          cvasilak

          Never mind,there was a problem with the table structure. I dropped and recreate the table and voila! Now it works.


          I have to figure out though what was wrong with the structure!


          Regards
          Christos