looking for a solution for reusable control in view layer Could you please recommend the best practice for following scenario? I am implementing a Spring Web App which consists of many ...
Hi All, How do I hide a radiobutton and make that as default value. Let say for example, I have radio button for Married and un-Married, if user doesn;t select any ...
Another newbiew question re form control Usual please bear with me stuff I have a form (lets call it FormA, in formA.jsp) with a SimpleFormController . namely FormAController. formA.jsp ...
Is it possible to change/update form control after it has created once. Depending on form object I need to updte the form control but createForm is only called once! Is there ...
Problem w/ cursor focus when form control is in JScrollPane Hi, I have encountered a problem when validation error is detected in a form, where the form control is contained in ...
Dynamic Control Validation hey there i have a problwem about validating dynamic controls (where i create text boxes in run time using java script) and these text boxes are binded to ...
Add nonbound controls to a form? Hi, Been using the binding, form building and validation stuff for the first time over the last couple of days. It's excellent, thanks a lot. ...
How to control view creation with flexdock Hi, Do someone know how can I control de location of a new View with FlexDock? I'm developing an application using Spring RCP 0.2.1 ...
Id the same as name in form controls from spring.vm - bug or feature? Hi I'm working with templates where macros from spring.vm have been used. In my opinion it's not ...
Register CommandExecutor in Forms and control Enabled-State I wonder if it is possible to register a local CommandExecutor in a Form just like I would do in a View. I tried ...
How do I add custom controls to a form? I'm trying to add a directory selector and spinner to a form. How do I do this? I've tried the following in ...