I need to do an application that allows the final user to create his own form (drop checkboxes,inputTexts, etc) save that form and then the user can open the form and write values in the elements of t
I have a bean with a List<T>: @Named @ViewScoped public class Bean { private List<Item> items;
Using asp.net mvc 2 c#. I开发者_StackOverflow have a dynamic form. I want to get fields from this dynamic form at my controller. How can I get that fields?
I am creating a form where i have to populate \"X\" form elements (text-fields to be specific) based on values in the database (X number of elements, properties of each element etc). Is there a way to
Basically, I have a form that generates a certain number of \"types of publications\" depending on \"departments\" input before someone is fil开发者_运维问答ling out this form. (Department specific pu
HI All, I am desperately looking for the assistance on adding and removing the fields and rows using JSF. I am using ICE Faces for the rich UI look. The following is my problem:
I have a pretty simple HTML form where users can enter in information about a person. Below that form is a button which allows them to \'add more\'. When clicked, the \'person\' form is copied and app
Can I add JSF components dynamically? I need to have a form with a button which should add one <h:inputText> to the form. Is this possible?
I am attempting to reorder a dynamically created list of CKEditors using the jQuery UI framework, but I am having an issue with the editor freeing. It worked perfectly when I was just using a <text
I am working on an asp.net project which has numerous form screens. All our forms are pretty much using a given set layout which needs to be made by developers ond an on again.