Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

XForms Tutorial
Xforms Introduction
Binding the XForm Components
XForms Properties
Form Controls
Submitting Data to Xforms
XForms Summary

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


Submitting Data to XForms

Previous Next



The Data flows ever on and on

The XForms makes it easy to arrange the workflows, where the data travels not just from the client to the destination server, but along the various intermediate routes. This kind of the processing is exceedingly common place in the paper forms, which do tend to require the multiple levels of approval by the different individuals.

What is more, XForms supports more than just the XML data--it can also do submit the name/value pairs in both of the formats common to the existing servers, as well as the special format designed for an efficient encoding of the XML containing lots of the binary characters, as is typically generated by the output form control.

Submission is controlled by the two main attributes on a submission element, method which do take certain predefined strings like the "get", and action which takes the URL. The scheme of an url, such as the http: influcences how the submission do occur.


Choosing a right submission options

This handy chart will help you to configure the appropriate attributes on submission element. Note that few special-purpose attributes, such as the includenamespaceprefixes and the separators are used here, even though not specifically covered here in this tutorial.
Here are the few guidelines to submit the data.

When you have this scenario

Use a submission element such as this

Your solution produces a small amount of the data, which do contains no sensitive information and doesn't trigger any of the significant obligations.

<submission method="get" action="http URI"/>

Your solution has to work with the server configured to accept GET requests from HTML forms.

<submission method="get" separator="&amp;" action="http or https URI"/>

Your solution creates new XML data.

<submissionmethod="put"inlcudenamespaceprefixes="" action="http, https,ftp, or file URI"/>

Your solution feeds XML data into a larger processing system.

<submissionmethod="post" includenamespaceprefixes="" action="http, https,or mailto URI"/>

Your solution has to work with the server configured to accept the standard POST requests from the HTML forms.

<submissionmethod="urlencoded-post" action="http or https URI"/>

Your solution has to work with a server configured to accept file uploads from HTML forms.

<submission method="form-data-post" action="http or https URI"/>

Your solution produces XML data that includes lots of embedded binary data.

<submission method="form-data-post" action="http, https, or mailto URI"/>

Your solution includes upload controls that accept anyURI data.

<submission method="multipart-post" action="http, https, or mailto URI"/>

Compile a given source file

Using the Java compiler compile the source file. If the compilation do succeeds, then a compiler creates the file called "AppHelloWorld.class". If the compilation fails, make sure what you have typed in and what name you do have given.




Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previous Next

Keywords: xforms example, submitting javascript, variable data,data variables, xforms xml, javascript data, data page, asp data, Submitting Data to XForms, asp net data


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.