X-Application Version: 3.1.3
Tamino Version : 3.1.1
Platform : Win2k professional
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
================================================
I can successfully generate the X-Application, but there’re problems on those FORMS (search, create)
No textfields for me to enter the values. I’ve tried several collections and doctypes. Still the same error.
For the search.jsp, I got the following:
Film Search
Pagesize
Film
choice: 0
FilmID
choice: 1
Title
choice: 2
Actor
choice: 3
PublishingCompany
choice: 4
PublishingDate
choice: 5
Language
choice: 6
Type
choice: 7
VideoLink
choice: 8
ImageLink
No places to enter the searching criteria.
Any ideas?
Thanks!
Mullin
nil
[This message was edited by Christian Freytag on 21 Mar 2003 at 12:22.]
Is it possible to have a look at your schema?
Michael
Software AG Germany, Darmstadt
sure!
nil
schema.zip (3.25 KB)
I had a quick look at your schemas, there are at least two problems:
o you have various complexType elements without any content. You have to specify either a sequence, a choice, or sub-elements. This is probably the reason why you don’t get input fields.
o you’re using mixed content, which is not supported by X-Application.
Michael
Software AG Germany, Darmstadt
Hello,
with the new XPath evaluation embedded in X-Application 4.1.1 it is possible to display / edit mixed content nodes.
Interesting Simple Examples within this context are:
- Mixed Content
- Raw Content
Bye,
Christian.