For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 2 voices, and was last updated 20 years, 7 months ago by
support-michael.
-
AuthorPosts
-
DATASAFEMember– System Setup ——————————-
Operating System and version: WinXp Sp1
Eclipse version: 3.1.0
Eclipse build id: 200412162000
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: Clear Quest Plugin, junit
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 4.0 Milestone 2
Eclipse JDK version:
Application Server JDK version: 1.4
Are there any exceptions in the Eclipse log file? noIf this is a DB related question please answer the following:
RDBMS vendor and version:
JDBC driver vendor and version, and access type (thin, type-2, etc):
Connection URL:
Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:– Message Body ——————————-
Hello,
There seem to be a problem when having an Element named INPUT for example:<input type=”combo-box” name=”type” value=”2″ label=”Type2″ required=”true”>
<option value=”1″ label=”1″ />
<option value=”2″ label=”2″ />
<option value=”3″ label=”3″ />
</input>When looking it with the Grid View (tree), it shows like this:
<input type=”combo-box” name=”type” value=”2″ label=”Type2″
required=”true”/>
<option value=”1″ label=”1″ />
<option value=”2″ label=”2″ />
<option value=”3″ label=”3″ />Note that I am working with an XML Document and not an HTML one.
I made a test and the problem seem to be the Element named “input” it takes
it like it was HTML.Please let me know how can I fix it or if is there a patch to solve this
problem.Regards,
Raviv Dekel
GUI & Web Developer
Tel.: +972 3 7669205 (#9205)
Comverse b7 – 128August 4, 2005 at 7:12 am #234183
support-michaelKeymasterI’m unable replicate the issue per the snippet you provided in either ME 3.8.4 or ME 4.0M2. See the attached screenshot.
Attachments:
You must be logged in to view attached files.August 4, 2005 at 8:19 am #234188
DATASAFEMember1. The Problem also resides in the Outline View Tree.
2. I checked it with other 2 guys working with me, one with Eclipse 3.0 (it
works ok) and the other one working with Eclipse 3.1 (like me) and it
does not work!August 4, 2005 at 8:29 am #234190
DATASAFEMember1. As suggested I restarted the Eclipse, and the problem continues.
2. I tried to edit the xml file with the Grid view, but after creating an Element named INPUT, I cannot add to it a child, I can add only add Attribute, Add before and Add after.
The “Add child” option works in all other Element names.Can it be a DTD kind of problem?
P.S. I do not call any DTD in this XML.
August 4, 2005 at 10:12 am #234200
support-michaelKeymasterThe support team was discussing this issue and some one suggested restarting MyEclipse with the -clean commandline option to ensure there are no cached configuration issues. Can you give that a try?
-
AuthorPosts
