  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | table with properties | table with properties 2006-09-07 - By santosh choudhary
Back Hi, I have to create a table with some given attributes (found dynamically).that's why I am using
java.util.Properties .html>java.util.Properties java.util.Properties .java.html> ' border=0> properties=new java.util.Properties .html>java.util.Properties java.util.Properties .java.html> ' border=0>(); properties.put(key,value);(repeated in a loop for storing different attribute-value pairs) Table table =new Table(properties);
but it is not working properly, If I declare Table with Table table=new Table(3); and set the different attribute's value by the methods setXXX() which I can not implement in my task/application, is working properly Please short out it It's really very URGENT -- Santosh kumar choudahry Software Engineer Qualtech-consultants Pvt. Ltd. Mob:09810904831 Phone(off):01244159332 Extn:233 Email:santosh.choudhary@(protected)
Hi,<br>I have to create a table with some given attributes (found dynamically) .that's why I am using <br><br><span style="font-weight: bold;">java.util .Properties properties=new java.util.Properties ();</span><br style="font-weight: bold;"> <span style="font-weight: bold;">properties.put(key,value);</span>(repeated in a loop for storing different attribute-value pairs)<br style="font-weight: bold ;"><span style="font-weight: bold;">Table table =new Table(properties); </span><br clear="all"><br>but it is not working properly,<br>If I declare Table with<br><span style="font-weight: bold;">Table table=new Table(3);</span> <br style="font-weight: bold;">and set the different attribute's value by the methods <br style="font-weight: bold;"><span style="font-weight: bold;"> setXXX()</span><br>which I can not implement in my task/application, is working properly<br><span style="font-weight: bold;">Please short out it It's really very URGENT </span><br>-- <br>Santosh kumar choudahry<br>Software Engineer<br>Qualtech -consultants Pvt. Ltd.<br>Mob:09810904831<br>Phone(off):01244159332 Extn:233<br >Email:<a href="mailto:santosh.choudhary@(protected)">santosh .choudhary@(protected) </a>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions
|
|
 |