2 Replies Latest reply on May 12, 2009 5:28 AM by mvg

    Need help in dynamic forms

    mvg

      Hi All,

      I am doing an application in which this is one of the requirement:

      For the new entry page, there will be a radio button which has article and subscriber as two options. If I select any one, the set of fields and type of tags which is defined in database should appear.

      Is this possible in Richfaces? If so can you give me the url for the solution?

        • 1. Re: Need help in dynamic forms
          ilya_shaikovsky

          It's available in JSF :) Just use bindings for the panels which need to be build on server side and shown and conditional rendering for this panels to show/hide them after corresponding radio selected.

          • 2. Re: Need help in dynamic forms
            mvg

            Hi Ilya,

            Thank you for the information. Can you suggest any url in relation with the topic? possibly an example. I searched Google but unable to get one.