Mary White

Ranch Hand
+ Follow
since Jan 27, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mary White

Hi,
Does anyone know about an Oracle ADF book or online tutorial?

Thanks
Mary
Hi Bruno!
Thanks for looking into my problem.
A second set of eyes is always helpful.
19 years ago
Hi,
I have the following code in my JSP:


and in my backing bean


but the roleID property allways have the default value: the String "null" in this case.

The only way that I have been able to change its value is through the valueChange listener in the jsp:

Is there any way to set the value of the property without the listener?
[ November 03, 2004: Message edited by: Mary White ]
19 years ago
Hi,
Thanks Lasse for your reply.
Do you know how can I create an org.kxml.kdom.Document object or an org.kxml.kdom.Element object from an xml file.
The methods in these classes would work better for me, since I need to retrive specific elements, without reading the complete xml element by element.
Thanks
Mary.
20 years ago
Hi,
I'm trying to use kXML in an iPAQ application,
How can extract the element information with this API.
For example, if I have
<employee>
<firstName>John</firstName>
<lastName>John</lastName>
<employee>
How can I extract the information in the first na last name to retrieve John and Smith?
Thanks
Mary.
20 years ago
Hi Michael,
Thanks for your suggestions!
I downloaded kXML 2 release 2.1.8.
Seems that this willdo the trick
[ February 18, 2004: Message edited by: Mary White ]
20 years ago
Hi,
I'm trying to deploy an application in an iPAQ that reads from an XML file and unmarshalls it into JAXB classes.
When I run the class in my development PC, I can see the unmarshalled information, but when I run it in the iPAQ, I receive the following excepetion:
Exception in thread "main" java.util.MissingResourceException
at java.lang.Throwable.<init>(Unknown Source)
at java.lang.Throwable.<init>(Unknown Source)
at java.lang.Exception.<init>(Unknown Source)
at java.lang.RuntimeException.<init>(Unknown Source)
at java.util.MissingResourceException.<init>(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at javax.xml.bind.Messages.format(Unknown Source)
at javax.xml.bind.Messages.format(Unknown Source)
at javax.xml.bind.ContextFinder.searchcontextPath(Unknown Source)
at javax.xml.bind.ContextFinder.find(Unknown Source)
at javax.xml.bind.JAXBContext.newInstance(Unknown Source)
at javax.xml.bind.JAXBContext.newInstance(Unknown Source)
at com.personalProfile.ui.HelloFrame.getXMLInfo(Unknown Source)
at com.personalProfile.ui.HelloFrame.main(Unknown Source)
t's throwing the exception when executing this line:
JAXBContext jc = JAXBContext.newInstance("com.personalProfile.jaxbBean");
I already copy all the JAXB, JAXP libs that I imported in my project in the iPAQ, in the same folder where the WSDD libraried reside.
Is there any configurarion I should do in the iPAQ?
Thanks
Mary.
20 years ago
Hi Norman,
I just added the try-catch block as you suggested:

but I can't see the stacktreace in the console or in the browser.
I have the saxpath.jar, jaxen-full.jull.jar, jstl.jar and standard.jar in my war file.
Thanks
[ September 18, 2003: Message edited by: Mary White ]
[ September 18, 2003: Message edited by: Mary White ]
20 years ago
Hi Norman,
I already isolated the problem, with the URI's I have right now the core tags and the x:parse works fine, once I add x:out to my code I get the exception.
The complete exception is:

The line of the complied JSP that generates the exception says:

So, it's handling an excpetion.
Thanks
20 years ago
Yes, in my web.xml I have them as:

and the other six tld's
The core tags and the x:parse are wroking fine. I get problem once I add the x:out tags.
Thanks
[ September 17, 2003: Message edited by: Mary White ]
20 years ago
JSP
Hi,
I'm trying to use the JSTL - XML tag library, but I have problems using the x:out tag. I'm using JSTL 1.0.3
My jsp is:

Using JBoss 3.2.2RC 2 I get the following error:
javax.servlet.ServletException
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
at org.apache.jsp.Out_jsp._jspService(Out_jsp.java:107)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
.............
I already copied the 4 jars and the 8 tlds that come with Web Services Developing Pack 1.1
Any idea qhat can be going wrong?
Thanks
Mary
20 years ago
Hi,
I'm trying to use the JSTL - XML tag library, but I have problems using the x:out tag. I'm using JSTL 1.0.3
My jsp is:

In Tomcat 4.0.6 I get the following error:
java.lang.NoSuchMethodError
at org.jaxen.dom.DOMXPath.(DOMXPath.java:101)
at org.apache.taglibs.standard.tag.common.xml.XPathUtil.valueOf(XPathUtil.java:237)
at org.apache.taglibs.standard.tag.common.xml.ExprSupport.doStartTag(ExprSupport.java:102)
at org.apache.taglibs.standard.tag.el.xml.ExprTag.doStartTag(ExprTag.java:103)
at org.apache.jsp.Out$jsp._jspService(Out$jsp.java:121)
.......
I already copied the 4 jars and the 8 tlds that come with Web Services Developing Pack 1.1
Any idea qhat can be going wrong?
Thanks
Mary
20 years ago
Hi,
I'm trying to use the JSTL - XML tag library, but I have problems using the x:out tag. I'm using JSTL 1.0.3
My jsp is:

In Tomcat 4.0.6 I get the following error:
java.lang.NoSuchMethodError
at org.jaxen.dom.DOMXPath.(DOMXPath.java:101)
at org.apache.taglibs.standard.tag.common.xml.XPathUtil.valueOf(XPathUtil.java:237)
at org.apache.taglibs.standard.tag.common.xml.ExprSupport.doStartTag(ExprSupport.java:102)
at org.apache.taglibs.standard.tag.el.xml.ExprTag.doStartTag(ExprTag.java:103)
at org.apache.jsp.Out$jsp._jspService(Out$jsp.java:121)
.......
Using JBoss 3.2.2RC 2 I get the following error:
javax.servlet.ServletException
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
at org.apache.jsp.Out_jsp._jspService(Out_jsp.java:107)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
.............
I already copied the 4 jars and the 8 tlds that come with Web Services Developing Pack 1.1
Any idea qhat can be going wrong?
Thanks
Mary
20 years ago
Hi,
I'm trying to use the JSTL - XML tag library, but I have problems using the x:out tag. I'm using JSTL 1.0.3
My jsp is:


In Tomcat 4.0.6 I get the following error:
java.lang.NoSuchMethodError
at org.jaxen.dom.DOMXPath.(DOMXPath.java:101)
at org.apache.taglibs.standard.tag.common.xml.XPathUtil.valueOf(XPathUtil.java:237)
at org.apache.taglibs.standard.tag.common.xml.ExprSupport.doStartTag(ExprSupport.java:102)
at org.apache.taglibs.standard.tag.el.xml.ExprTag.doStartTag(ExprTag.java:103)
at org.apache.jsp.Out$jsp._jspService(Out$jsp.java:121)
.......
Using JBoss 3.2.2RC 2 I get the following error:
javax.servlet.ServletException
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
at org.apache.jsp.Out_jsp._jspService(Out_jsp.java:107)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
.............
I already copied the 4 jars and the 8 tlds that come with Web Services Developing Pack 1.1
Any idea qhat can be going wrong?
Thanks
Mary
[ September 17, 2003: Message edited by: Mary White ]
[ September 17, 2003: Message edited by: Mary White ]
[ September 17, 2003: Message edited by: Mary White ]
20 years ago
JSP