dynamic-forms
How can I retrieve the submitted values of a dynamically generated form?
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[详细]
2023-02-11 17:51 分类:问答How to collect submitted values of a List<T> in JSF?
I have a bean with a List<T>: @Named @ViewScoped public class Bean { private List<Item> items;[详细]
2023-02-10 03:01 分类:问答Azure: Get form field from View in my Controller
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?[详细]
2023-01-27 20:32 分类:问答Drupal Form API: Create Form Elements based on the database values (Dynamic Form Creation)
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[详细]
2023-01-21 19:16 分类:问答Checking for no input in dynamic fields
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[详细]
2023-01-20 14:41 分类:问答How to Dynamically adding fields in JSF?
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:[详细]
2023-01-14 15:45 分类:问答Trying to clean out form inputs with jQuery so I can add it back into the form
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[详细]
2023-01-13 08:47 分类:问答How to dynamically add JSF components
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?[详细]
2023-01-10 18:28 分类:问答CKEditor freezes on jQuery UI Reorder
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[详细]
2023-01-09 12:56 分类:问答C# web forms api to dynamically create forms
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.[详细]
2022-12-30 07:54 分类:问答