cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding: XML Form Builder..

Former Member
0 Likes
202

Hi Friends,

I have created XML forms with the help of XML form builder. And it is succesfully working.

Now I want to do some more R&D on XML foms.

I have seen many threads in which people r discussing about Coding .

Kindly someone tell me or give some usefull links by which I can Create Iview for XML forms Dynamically or through coding.

Thanks in advance

Edited by: Mayank Saxena on Nov 10, 2008 6:34 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Not Answered

Former Member
0 Likes
Former Member
0 Likes

Hii ,

Pls Anyone have any idea that How to call and show a XML form in JSPdynpage .

Pls Give step by step solution.

Rewards r waiting for u .

Former Member
0 Likes

Hi Saxena,

You don't get any documentation or links related to XML Forms coding. You should get the knowledge by experience in XML Forms.

As you know, we have very limited control on XML Form builder (Design time). You have very limited properties of each controls (TextBox,Label, Dropdown list etc). You cannot compare this XML Form Builder with any other Rich Internet Application development tools.

When you compile XML Form Builder after completion of design, the system will generate required files (xml, xsl) to run the application. These files will reside under etc --> xmlforms.

You can modify xsl files according to your business requirements. You can embed java script code, or you can change html properties etc. After completion of your custom changes you can upload the same file on the same location.

Remember custom changes will be wiped off once you re-generate the project. So always be careful with this.

Regards,

Satya