Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~750 People Reached
Favorite Tags
Member Avatar for luxmi_gee

hi can any one have the coding for refresh the part of the page using Ajax in windows. (i include 2 jsp file in one common page, i want to refresh a jsp page with time intervel without distrubing the other one) thanks

0
62
Member Avatar for luxmi_gee

hi can any one help me to create customtag for database connection. here i paste the which i tried, db.java (tag handler) --------- [code=JAVA] import java.io.IOException; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import javax.servlet.jsp.tagext.DynamicAttributes; import javax.servlet.jsp.tagext.*; import javax.servlet.jsp.JspWriter; import javax.servlet.jsp.JspException; import javax.servlet.jsp.JspContext; import javax.servlet.jsp.PageContext; …

Member Avatar for jwenting
0
128
Member Avatar for luxmi_gee

hi i created a custom tag for database connections,sql... but doesn't work. can any one help me to solve that or any one know how to create customtag for db means plz help me. if u have coding for that plz send that. codings: 1.tag handler program (db.java) [code=Java]import java.io.IOException; …

Member Avatar for luxmi_gee
0
148
Member Avatar for luxmi_gee

hi how to display the content of one jsp page into another jsp page. how to add more than one jsp page in a single page. thanks

Member Avatar for guymanbuddude
0
118
Member Avatar for luxmi_gee

hi how to develop customtag with methods like onload,onclik. can any one help. thanks

Member Avatar for jwenting
0
62
Member Avatar for luxmi_gee

hi i want refresh the jsp page every seconds using AJAX in script. any one have a code for that.

Member Avatar for Thirusha
0
68
Member Avatar for luxmi_gee

hi i received one error when i run jsp page with custom control.the error is cannot find setter method for the attribute <attribute name> of the tag handler <tag handler name> my pgm is. private String dfontSize="12"; public void setDfontSize(String dfontSize) { this.dfontSize = dfontSize; } out.print("<SPAN STYLE=\"" + "font-size: …

0
73
Member Avatar for luxmi_gee

I want create some custom controls. With the properties. can any one help me to develop that. which is use to develop custom controls, jsp or ejb or swings?

Member Avatar for mukulbhave
0
91