You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Pradeep Bhatt <pb...@cisco.com> on 2004/01/13 22:17:49 UTC

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18530

Hi,

I would like to know if this bug is fixed in AXIS 1.0 release.
Also I am looking at "18530.zip" in which it says it solves the issue.
Can some one let me know how to down load this !
This info is required ASAP !

Thanks
Pradeep





Schemas to validate data input

Posted by David Wall <d....@computer.org>.
Is it feasible to use XML Schemas to validate data entry forms?  For
example, I have an XSLT stylesheet that creates an HTML input form.  The
user fills out the form, clicks submit, but then my program needs to
validate the data.  One solution would be simply to convert the POST data
into a simple XML doc and have a corresponding schema that defines many
validations.  This way, I wouldn't have to define regex/min/max/etc in the
validation bean, I could just pass it to the schema-based checker.  Then I
could return the XML data with the linked schema back to the web browser for
subsequent display.

Is this really possible?  Can XML Schema tell me WHICH field(s) are invalid
so that I could display an error message back to the user and flag that
field so the user would know which field was in error and why?  Or do I have
to wait for XFORMS to be viable to do this sort of thing?

Thanks,
David


Re: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18530

Posted by Pradeep Bhatt <pb...@cisco.com>.
Will appreciate if some one replies !
I am struck up here and unable to proceed further !

Thanks
Pradeep


Pradeep Bhatt wrote:

> Hi,
>
> I would like to know if this bug is fixed in AXIS 1.0 release.
> Also I am looking at "18530.zip" in which it says it solves the issue.
> Can some one let me know how to down load this !
> This info is required ASAP !
>
> Thanks
> Pradeep
>
>
>
>
>