2 Replies Latest reply on Jun 3, 2009 2:24 AM by savicprvoslav

    Seam gen select, update, delete DOES NOT WORK.

    savicprvoslav

      regards,
        I have generated aplication from database with seam gen , but  select, edit and delete does not work.


      If I have understand well CRUD is generated, but R U and D is not working.
      So mu question is: Do I have to type some code i order CRUD to work or not, please help because i am tormenting with this for some time now.


      If my code is needed I will post.

        • 1. Re: Seam gen select, update, delete DOES NOT WORK.
          savicprvoslav

          just to explain :
          from table view click SELECT
              page opens but is not loaded with data


                name         empty textbox
                lastname    empty textBox


          and I can not edit or delete this data.


          why is this? I have generated application with seam gen generate-entities from mysql database.

          • 2. Re: Seam gen select, update, delete DOES NOT WORK.
            savicprvoslav

            hi i am new to seam but: when i generate entities i am not able to edit delete or select data. when I click Select from table page opens but there are only labels with no information next to it, is this normal behavior of seam gen if not what have I done wrong. please help!!




            <code>
            <table>
             <tr>
               <td>Labela</td> <td><input value=""/></td>
            </tr>
            
             <tr>
               <td>Labelb</td> <td><input value=""/></td>
            </tr>
             <tr>
               <td>Labelc</td> <td><input value=""/></td>
            </tr>
            </table>
            </code>





            i hope that this explains what do I see and where is the problem, i beg you to help me!!!!