4 Replies Latest reply on May 17, 2007 9:21 AM by sunny2207

    SEAM WITH JMAKI

    sunny2207

      Can we use seam with JMAKI widgets like JODO COMBO BOX..

      I was trying to use one but I got runtime jave error.

      First it gave a javascript error like faces/jamki.jsp not found.

      I added it and then got some runtime error.

      Please suggest whether we can use it with seam and if yes what are the steps we need to follow.

        • 1. Re: SEAM WITH JMAKI
          sunny2207

          Any replies?

          • 2. Re: SEAM WITH JMAKI
            sunny2207

            Can any one help out here?

            • 3. Re: SEAM WITH JMAKI
              matt.drees

              I think you'll have to provide a lot more info to get help.

              • 4. Re: SEAM WITH JMAKI
                sunny2207

                 

                "matt.drees" wrote:
                I think you'll have to provide a lot more info to get help.


                Hi matt,

                Thanks.

                I am trying to use jmaki widget combo box in my seam application.

                Firstly I wish to know whether we can use it with seam.

                <a:widget id="cb1" name="dojo.combobox" options="#{ApplicationBean.countries}" selected="#{fcBean.countryCode}"/>

                ApplicationBean is a bean mapped in faces.xml(as in JMaki)

                fcBean is a seam component in conversation scope.

                I am getting the combo box but the fcBean.countryCode is not set.

                Secondly When I change ApplicationBean with some other seam component say refValues and use it , no values are populated.

                That is why my question is first whether we can use JMAKI as in JSF.

                I can provide more details infact.


                Or if someone has worked a few steps of usage will be of great help.

                Sunny.