i All,
I am migrating my application from WSAD 5.1 to RAD 7 and following are the issues
1- In my jsp i have defined a bean
<bean:define id="test" name="Test" property='<%="value("+Test.NAME_test+")"%>' />
error occurs in my jsp
"test cannot be resolved."
2- In my wsdl i have following error...
I am creating a prototype for new application. And I have to add new fields on into the same page if radio button is set as Yes.
For Example -
On one jsp page these are 2 fields for Experience
1- Name of Company - Text Field
2- Years of Experince - Text Field...
No answer from anyone :(. Anyways, i can tell u as per my understanding we cannt use 3.x eclipse with wsad 5.1. RAD 6.x is required for the same.(Not sure )
Hi
I want to know that can i use eclipse 3.x series with wsad 5.1.
If yes in that case please tell me the changes required.
Thanks in advance :)
Shubhangi
Hi,
I know this is a basic query but I am not able to solve that and also not able to find the answer for this question.
Actually I want a required check for a element.
For example:
<xs:element name="Client" type="xs:string" minOccurs="1"/>
I am using micOccurs but this is not checking that...
Thanks Tom,
Its my fault I used that any element
<xs:any minOccurs="0"/>
But just copy paste, just want to say that that if other xsd is not available for those elements, in that case you have to skip that validation, else it will give an error.
<xs:any minOccurs="0"...
Hi,
I have to define a schema file, in that file there is an element of complex type , this element can have any no. of child elements, it means while creating schema i have no idea that what can be the name of child element. OS is there any way to difine this.
For example
<xs:element...
Hi Dian,
Thanks for this link, but in my case if i was using
builder.setProperty("http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation","MessageRequest.xsd");
it was giving the following error
org.jdom.input.JDOMParseException: Error on line 1: cvc-elt.1: Cannot find the...
Hi ,
I have creating an xml document from a string and I have to validate that against xml schema. Here is the code
String == <MessageRequest><Client>test</Client><Service>caller</Service</MessageRequest>
Schema :
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.