3 Replies Latest reply on Aug 18, 2006 9:18 AM by nicola9000

    CRUD to seam-booking

      Hi mates.

      I have seam-booking examples working well.
      And i like very much the CRUD wizard.

      My problem is that the CRUD Application id not as good as seam-booking.
      I explain it better:

      1. I can't use xhtml pages , but only jsp. Browser open "download file popup window" if i use .xhtml ( i lost 5 hours trying solve it :-(((( )
      2. With Jsps, i have some JSF limitations ( no class attribute in buttons for example )

      .......

      Can you tell me something about how can i improove my Project/application configuration , generated by the CRUD wizard ?
      Everything, even insignificant is really wellcome :)

      Good work, i go to eat something.

      Nicola

        • 1. Re: CRUD to seam-booking
          bfo81

          Did you call the xhtml files with xyz.xhtml or xyz.seam?

          • 2. Re: CRUD to seam-booking
            theute

            The CRUD stuff is not using facelets,
            Booking is using facelets.

            You can see the facelets documentation on how to set it up or you can mix web.xml and faces-config.xml from both applications and add the facelets libraries to the CRUD example.

            • 3. Re: CRUD to seam-booking

              Thanks, i think i was tired and hungry yesterday :-)

              I forgot
              <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler>

              i thought it was only for locale, instead it was necessary
              i come from Struts, not from JSF, so i am not so skilled in them.

              Really GJ mates , i love Seam, we( me and my company ) are marrying it :-)

              Nicola