Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sudheshna

    Error parsing file at line: 321 column: 27. Element type "dbms_column

    I am getting the following error while doing appc. I am pointing to the dtd: http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd It did not work. I changed to dtd to: http://www.bea.com/servers/wls810/dtd/weblogic-rdbms20-persistence-810.dtd But still it did not work. Do any body...
  2. sudheshna

    collect multiple values using logic:iterate

    I have list of Objects. Each object has list of another Objects eg: class S{ private String sname; private String sdesc; private List tlist; //list of T classes ..all get/set methods for the above here.... } class T{ private int tname; private String tdesc; ..all get/set methods for the above...

Part and Inventory Search

Back
Top