Hi, If you need the jaxp1.0.1,you can direct to download the jaxp-1_0_1.zip from : http://www-pu.informatik.uni-tuebingen.de/ip/IP2000_2001/jaxp.html If you need other versions you can get it from: http://java.sun.com/xml There are any versions for jaxp.
After the file is unzipped , the new directory should contain the following files: docs/api/* examples/* examples/index.html readme.html install.html relnotes.html jaxp.jar parser.jar I think this will hope youu! kelly. --- "Singh, Sandeep" <[EMAIL PROTECTED]> wrote: > I got the jaxp.jar from ant binary someone can give > the URl from where I can get parser.jar > > Thanks > > > -----Original Message----- > From: Wellie W. Chao [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 3:37 PM > To: Struts Users Mailing List > Subject: Problem with > org.apache.struts.util.PropertyMessageResources > > > I'm using struts 1.1-b1 and am having problems > getting properties from my > ApplicationResources.properties. I have placed it in > my classpath at > com/mycompany/myproject/ApplicationResources.properties > and have configured > struts to use > com.mycompany.myproject.ApplicationResources as the > message-resources file. When I execute the following > code in a JSP page, I > get back > com.mycompany.myproject.ApplicationResources, which > is what I > expected: > > ((org.apache.struts.util.PropertyMessageResources)request.getAttribute("org. > apache.struts.action.MESSAGE")).getConfig() > > When I try to fetch anything with <bean:message > key="{XXX}"/>, it always > fails, no matter what I plug in for {XXX}. Is there > any way for me to peek > inside of the PropertyMessageResources bundle to see > what keys and values it > has? I think this problem is the cause of my errors > not showing up with > <html:errors/> and <html:messages></html:messages>. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

