Is it possible to use a form for both initial creation and updation based on a target url? For example, if a user goes to http://localhost/create/new
can I have a flex form with empty input fields be shown, but if a user goes to http://localhost/update/1
can I have the same flex form, but with input fields filled in be shown instead?
Also, I have 3 forms that take the SAME data and have essentially the same format; can I have a parent
form from which I can derive the 3 forms, rather than having 3 separate applications for each form?