Default JSTL URI can't be resolved

I have the following as the first line of my JSP:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
When I access the page I get the following error message from Tomcat (version 5.5):
The absolute uri: http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
Can anyone suggest what I should do to get around this? What might be the problem? All references I've seen show this to be the right thing to do if you want to use JSTL.
Thanks in advance for any insight!
--James                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Probably you have added jstl.jar library
to your project but forgotten to add standard.jar
library.You hit the nail on the head Jorge, this was exactly my problem. Thanks for your input.
--James                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • JSTL 1.1 : Exception uri can not be resolved.

    Hi buddy,
    I'm getting the below excpetion message when i try to use JSTL 1.1
    org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:411)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:118)
         org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:316)
         org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:147)
         org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418)
         org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)
    The below is my configuration,
    1. I'm using Tomcat 5.0 web container
    2. I had used servlet and jsp without any problem
    3. I think to use JSTL 1.1 at first time in my small web application
    4. I have copied jstl.jar which comes up with tomcat jsp-exmaples to my jspel/WEB-INF/lib directory (jspel is my aplication name)
    5. I have wrriten the below servlet
    JstlTestServlet.java
    ===============
    package com.el;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    public class JstlTestServlet extends HttpServlet
         public void doGet(HttpServletRequest request,HttpServletResponse response) throws ServletException,IOException
                   String [] names={"Sachin","Dravid","Dhony","Jaffer"};
                   request.setAttribute("cricketers",names);
                   RequestDispatcher disp=request.getRequestDispatcher("jstlview.jsp");
                   disp.forward(request,response);
    6. I have written the below jsp and its been placed in jspel directory (my application home directory)
    jstlview.jsp
    =========
    <html>
    <head>
    <title>JSTL View</title>
    </head>
    <%@ page isELIgnored="false" %>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <body>
    <center> <u> <h2> JSTL Practice </h2> </u>
    <br><p>
    <table>
         <c:forEach var="names" items="${cricketers}" >
         <tr>     
                   <td> ${names} </td>
         </tr>
         </c:forEach>
    </table>
    </body>
    </html>
    ========================================
    7. The below is my web.xml
    ===================
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <servlet>
         <servlet-name>jstlprocessor</servlet-name>
    <servlet-class>com.el.JstlTestServlet</servlet-class>
         </servlet>
         <servlet-mapping>
    <servlet-name>jstlprocessor</servlet-name>
    <url-pattern>/jstl.do</url-pattern>
    </servlet-mapping>
    </web-app>
    =========================================
    8. I load the url in my browser: http://localhost:8085/jspel/jstl.do
    9. I get the exception as mentioned in the top of the notes : "org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application"
    Can you please tell me should i do any more configurayion any where, i believed taglib will be taken from WEB-INF/jstl.jar file ?
    Cheers,
    Saravvij.

    Well there goes the theory that you had JSTL1.0 installed.
    It was a nice theory while it lasted.
    The interesting thing is when I open the .jar I doesn't see a Manifest directory there is just the .mf file.Depending on the zip tool you are using, the screen shows up differently. It should be in a PATH of "META-INF" though, which amounts to the same thing.
    If the tld files are NOT in the META-INF path, that would be the cause of the issue.
    There are jstl.jar and standard.jar in the webapps\examples\WEB-INF\lib directory, but this should not affect my webapp since it is in a different
    context root right?You are correct. They won't affect your web app as they are a different context.
    Just as an experiment, try copying those versions into your webapp and see if it makes any difference. Its just an alternative source of the JSTL libraries.
    You don't have other copies of jstl lying around do you? In the [TOMCAT]/lib directory for instance?
    One other thing that might be the cause. According to [Tomcat context configuration|http://tomcat.apache.org/tomcat-6.0-doc/config/context.html] you can set the processTlds attribute to "false" and it won't process tlds. Check the server.xml and the relevant context.xml files to see if this option has been set. The default is "true" so it would have to have been explicitly disabled- something unlikely to have happened, but possible.
    Cheers,
    evnafets

  • Prefix: 'q1' can not be resolved to a URI

    We are trying to import a WSDL whihc is provided by the client in Informatica using Web Service consumer, the WSDL is using SOAP12. While importing it gives erros like below.. has any one encountered a similar issue? @schema5, line 5, char 112 ): Prefix: 'q1' can not be resolved to a URI.@schema5, line 5, char 112 ): Schema Representation Constraint: Namespace '' is referenced without <import> declaration.@schema3, line 5, char 174 ): Prefix: 'q1' can not be resolved to a URI.@schema3, line 5, char 174 ): Prefix: 'q1' can not be resolved to a URI.@schema3, line 5, char 174 ): Prefix: 'q1' can not be resolved to a URI.@schema3, line 5, char 174 ): Type not found in :PropertyChangedEventHandler.@schema1, line 88, char 173 ): Prefix: 'q2' can not be resolved to a URI.@schema1, line 88, char 173 ): Prefix: 'q2' can not be resolved to a URI.@schema1, line 88, char 173 ): Prefix: 'q2' can not be resolved to a URI.@schema1, line 88, char 173 ): Type not found in :CustomerResponse.StatusCode.@schema1, line 36, char 181 ): Prefix: 'q1' can not be resolved to a URI.@schema1, line 36, char 181 ): Prefix: 'q1' can not be resolved to a URI.@schema1, line 36, char 181 ): Prefix: 'q1' can not be resolved to a URI.@schema1, line 36, char 181 ): Type not found in :CustomerResponse.StatusCode.@schema1, line 118, char 206 ): Prefix: 'q3' can not be resolved to a URI.@schema1, line 118, char 206 ): Prefix: 'q3' can not be resolved to a URI.@schema1, line 118, char 206 ): Prefix: 'q3' can not be resolved to a URI.@schema1, line 118, char 206 ): Type not found in :Response.

    쉐라톤워커힐카지노 る【QWAS888。COM】る/카지노사이트≤/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/바카라사이트に/온라인바카라ト/카지노사이트つ/

  • JSTL URI change lead to an exception

    I move a Java web application to Tomcat 6. I learn from some posts online that I need to change jstl uri from
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    to
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    since the TC 6 is an implementation of 2.5 Servlet and 2.1 JSP Spec. But the change causes the following error:
          org.apache.jasper.JasperException: Unable to convert string "${entry.postDate.time}" to class "java.util.Date" for attribute "value": Property Editor not registered with the PropertyEditorManager
         at org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(JspRuntimeLibrary.java:887)
    ...The old URI is still working fine as I can tell. I try to find a document on the subject at java.sun.com site without a luck. Can someone point me to a place where I can find related document and see whether any change is needed for the new TC 6.
    Thanks in advance.
    v.

    It looks like it is taking the literal value: "${entry.postDate.time}" and trying to convert that to a date.
    My diagnosis: EL is not enabled on your server. You probably need to update your web.xml file.
    If you have read those posts online saying you need to change the uri, you may have also noted the requirement to update your web.xml file?
    Try reading [this post|http://forums.sun.com/thread.jspa?threadID=629437] - reply #6
    What should ${entry.postDate.time} evaluate to? A property of type java.util.Date? A String?
    If it is a String, what format does that string take?

  • HT201318 I upgraded my iCloud storage capacity for a higher tier and the device does not actually reflects said upgrade. How can this be resolved since my credit card was charged

    I upgraded my Icloud storage capacity to a higher tier and my Iphone does not reflect the change although my credit card was charged and the device is nor properly backup. How can this be resolved?

    It seems to take up to a couple of days for the upgrade to take hold, at least that's the experience of some users.  Give it 24 hours before contacting apple.
    For customer service issues, go here...
    https://expresslane.apple.com/Issues.action

  • I just upgraded from Express to Pro.  When I open a project in Finder and neither Express nor Pro are running, it always opens in Express.  "Open With ..." says Express is the default.  How can I make Pro the default instead?

    I just upgraded from Logic Express to Pro.  When I open a project in Finder and neither Express nor Pro are running, it always opens in Express. I now want projects to open in Pro.  "Open With ..." says Express is the default.  How can I make Pro the default instead?

    Well, when I've done things like that it always sems like a good idea to keep an application that you know the file will definitely open in...

  • ORA-29534 error for Class can not be resolved

    HI,
    I am trying to load and resolve a third party jar file which has some JMS classes. But while using the loadjava utility,
    "loadjava -u scott/tiger@dbname -r -v -genmissing weblogic.jar"
    i get "ORA-29534: referenced object <Class Name> could not be resolved" error for most of the classes.
    This Jar file has around 15000 classes definitions and it takes almost a complete day to load and resolve it. Even after taking so much of time it is unable to resolve all the classes and give a runtime exception Class can not be resolved for some class.( i have created the oracle java stored procedure successfully)
    I need a help on this very urgently...
    Thanks in advance....
    Sachin

    Sachin,
    There are many possible causes for the error you are getting, for example:
    1. The DBMS_JAVA package is corrupt.
    (Have you previously successfully loaded JARs -- or even java classes -- into the database?)
    2. A java version mismatch.
    (What Oracle database version are you using, and what java version is your JAR file compatible with?)
    You say,
    Surely they are loaded but not resolvedIs this a question, or a statement? Have you verified that the classes are loaded and not resolved? I use the following query for this:
    select DBMS_LONGNAME(OBJECT_NAME), STATUS
      from USER_OBJECTS
    where OBJECT_TYPE like 'JAVA%'The value for the STATUS column should be 'VALID'.
    I'm only guessing, but you may find more information (regarding the error you are getting) in the Oracle log files. Have you checked them?
    Have you tried searching the MetaLink Web site?
    http://metalink.oracle.com
    (Search for "ORA-29516", perhaps.)
    Good Luck,
    Avi.

  • Problem in ESS Build when creating the project "Import can't be resolved"

    Hi All,
    we are using ESS and MSS 600 for ERP 2005 and EP 7.0.
    Once the cms INBOX components are imported to Development, I have started my development.
    In the Build process, when I am trying to create the Project for ess/us/bank inactive DC,
    It says: "Build with warnings"
    It is showing the couple of warning in General User Output as:
    Warning: Source folder "META-INF" does not exist and will be ignored.
    WARNING: No reference entry for runtime dependency on component "ess/per" (vendor "sap.com")
    WARNING: No reference entry for runtime dependency on component "ess/xx" (vendor "sap.com")
    WARNING: No reference entry for runtime dependency on component "ess/xx/bank" (vendor "sap.com")
    WARNING: No reference entry for runtime dependency on component "pcui_gp/xssfpm" (vendor "sap.com")
    WARNING: No reference entry for runtime dependency on component "pcui_gp/xssutils" (vendor "sap.com")
    When I open the project in "Web Dynpro" perspective and look at the implementation of any View ... I see the error at import statement:
    import com.sap.xss.hr.per.us.bank.detail.wdp.IPrivateDetailView; (For Detail View)
    It says :  The import "com.sap.xss.hr.per.us.bank.detail.wdp" can't be resolved
    How should I proceed?? I verified for other components as well and getting these import error:
    I looked in the package folder and there is no folder with the name "wdp" in "com.sap.xss.hr.per.us.bank.detail"
    Can some one please help me on this. Highest points would be rewarded If i could solve the problem.
    I have followed "JDI Cook BOOK" for creating tracks and imports. In the "NWDI COOKBOOK" it also says to include "EP BUILD TOOL" apart from "DI BUILD TOOL" for the build time dependency of a component. But i couldn't find "EP BUILD TOOL" any where else, is this causing all this mess? When I look at my build time dependencies for SAP_ESS and SAP_MSS it has got :
    SAP_JEE
    SAPPCUI_GP
    SAP_BUILDT
    SAP_JTECHS
    I think this should do, Please some one help me.
    Thanks,
    Hari.

    Hi purav,
    Try closing the nwds and open it again, if problem not solved then from your .dtc try to find that file which is missing and add in bulidpath and compile.
    Thanks,
    pkv

  • The import sun.text.resources.LocaleData can't be resolved

    I'm in the process of upgrading WAS6.1 to WAS7.0
    FOr that I'm upgrading JSF1.1 to JSF 1.2. suddenly I started seeing 'The import sun.text.resources.LocaleData' can't be resolved..
    any ideas around that would be appreciated..

    Please post your question only once. Posting multiple times is rude, as it leads people to waste their time duplicating each others' answers.
    'The import sun.text.resources.LocaleData' can't be resolved..
    The import sun.text.resources.LocaleData can't be resolved

  • IIResourceFactory, IUser etc. can't be resolved in EJB???

    Hi,
    i have a EJB and want to create a new folder in my KM-Content by runtime. The problem is that the piece of code which i have to use can't be resolved in my EJB.
    Which libraries or variables should i have to insert into my project folder?
         IUser user = "sp";
         IResourceFactory factory = ResourceFactory.getInstance();
         RID rid = RID.getRID("/etc");
         IResourceContext context = new ResourceContext(user);
         IResource resource = factory.getResource(rid, context);     
    regards,
    Sharam

    Hello Stephen,
    thank you for your reply. Unfortunately it's not possible in my EJB to make an import with:
    import com.sap.security.api.jar; (Messgae->the import bc cannot be resolved)
    import bc.rf.framework_api.jar; (Message-> the import bc cannot be resolved)
    Should i insert some libraries in "Java Build Path" under "Add Variable"?
    regards,
    Sharam

  • Reg : IPrivateView ,wdContext can't be resolved

    Hi All,
    I am getting errors IPrivateView ,wdContext can't be resolved.
    I set the classpath and repaired project also.
    Plz give me the reply.It's urgent.
    Thanks
    Shirisha

    Collection col = new ArrayList();
        IPublicApp.IDummynodeElement ele = wdContext.createDummynodeElement();
        int size = wdContext.nodeFamily().size();
        for (int i = 0 ; i< size-1;i++)
             if (wdContext.nodeFamily().isSelected(i))
                  ele.setSecondaddress(wdContext.nodeFamily().getFamilyElementAt(i).getSecondaddress());
                   ele.setStreet(wdContext.nodeFamily().getFamilyElementAt(i).getStreet());
                   ele.setSubtype(wdContext.nodeFamily().getFamilyElementAt(i).getSubtype());
                   ele.setSurnameprefix(wdContext.nodeFamily().getFamilyElementAt(i).getSurnameprefix());
                   ele.setTaxnumber(wdContext.nodeFamily().getFamilyElementAt(i).getTaxnumber());
                   ele.setTaxoffice(wdContext.nodeFamily().getFamilyElementAt(i).getTaxoffice());
                   ele.setTelephonenumber(wdContext.nodeFamily().getFamilyElementAt(i).getTelephonenumber());
                   ele.setThirdaddress(wdContext.nodeFamily().getFamilyElementAt(i).getThirdaddress());
                   ele.setValidbegin(wdContext.nodeFamily().getFamilyElementAt(i).getValidbegin());
                   ele.setValidend(wdContext.nodeFamily().getFamilyElementAt(i).getValidend());
                   col.add(ele);
        wdContext.nodeDummynode().bind(col);
    and call this method in view controller(first u creat one method in component controller and write that above coading)
    one more thing i wnat to know for what ur using that code please reply

  • TNS names can't be resolved

    Hi All!
    I try to connect to a database and the error message that TNS names can't be resolved. tnsnames.ora is copied from the PC where the connection works. Only one instance of Oracle client (9.2) is installed. I tried to add a TNS names in Net Assistent. It worked and the test within the assistent was successfull. The tnsnames.ora was also adjusted. But! I don't see the service in NetManager and I can't add any service there. The NT user is a member of the administrator group. I also try to connect using SQL plus, Excel, Enterprice manager - it doesn't work. Any ideas?
    Is there any Windows service for the TNS? How it calls? I tried to check it with lsnrctl status but the command is not exist. Only client is installed on the PC.
    Thanks,
    Andrej

    If you copied it from another PC then check that you have the correct entries in sqlnet.ora
    For instance, in sqlnet.ora, if the parameter NAMES.DEFAULT_DOMAIN=yourserver_name.domain_name is not in use (commented out) and your net service name in[b] tnsnames.ora is mydb.yourserver_name.domain_name , when you try connecting with mydb as the connect string, you will get that error.
    To resolve that, you either enter the connect string as mydb.yourserver_name.domain_name or uncomment NAMES.DEFAULT_DOMAIN in sqlnet.ora(add it if it does not exist) or change the net service name intnsnames.ora to mydb

  • I bought iPhone 3GS(Used) recently and updated ios 6.1.3 my iPhone is taking blurry Pictures through basic default Cam app.Can anybody please let me know any solution for this?

    I bought iPhone 3GS(Used) recently and updated ios 6.1.3 my iPhone is taking blurry Pictures through basic default Cam app.Can anybody please let me know any solution for this?

    Basic troubleshooting steps right out of the user guide are restart, reset, restore from backup, restore as new.  If you've been through ALL the steps and you still have the problem, then you'll need to bring your phone to Apple for evaluation.

  • I have an iBook g4 14" 1.42 ghz. I recently installed a new hard drive.  I put the install CD in. Then, I pressed the power button, then the "C" key. Black screen and No chiming. Please tell me, what I can do to resolve this? What is the problem with it?

    I have an iBook g4 14" 1.42 ghz. I recently installed a new hard drive.  I put the install CD in. Then, I pressed the power button, then the "C" key. Black screen and No chiming. Please tell me, what I can do to resolve this? What is the problem with it?

    Since it will not boot then a hardware test can't be run. You could try FireWire Target Disk Mode and if it works then access from another Mac to run tests on the new drive. You could also try installing the OS X software from the host computer. If this does not work then professional help should be considered.
    http://support.apple.com/kb/ht1661
    http://osxdaily.com/2010/04/07/how-to-boot-a-mac-in-target-disk-mode/
    http://www.macobserver.com/tmo/answers/how-to-use-target-disk-mode-to-boot-from- another-macs-hard-drive

  • I am trying to load iTunes and keep getting a error 126 and reinstall program.  I have uninstalled and reinstalled twice and keep getting the same error message.  How can this be resolved.

    I am trying to load iTunes and keep getting a error 126 and reinstall program.  I have uninstalled and reinstalled twice and keep getting the same error message.  How can this be resolved?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

Maybe you are looking for

  • How to save input values in a dialog?

    Hi there, I've got the following dialog with an EditText in it: var win, form;  form = "dialog {  \      orientation: 'column', \      alignChildren: ['fill','top'], \      preferredSize: [305, 300], \      text: 'Form', \      margins: 15, \      in

  • Reset my ipad to factory settings

    reset my ipad back to its fartory settings. how do i do this?

  • Indesign will not open .INDD file

    A .INDD file I created in Indesign CC will now not open. Icreated the file, saved it to my computer (Mac) and now cannot open in it in the same progam I created it in. I recieve an error message that says the file cannot be supported by my older vers

  • Would like to use another router

    Is there any possible way to use a different router, i have serious problems using the BT home hub, i've had two of them now and both of them have trouble with being really lousy at maintaining a connection for any period of time(I'm talking in terms

  • Data Modelling/BW Data Architect

    I am supposed to do Data Modelling. What are the key steps to do data modelling. for financial ap, ar, gl,co. Thanks Michelle