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
~7K People Reached
Interests
Web Designing, Development
PC Specs
Linux - Ubuntu
Favorite Tags
Member Avatar for Davife

I've created an HTML email which has a link back to my website. It works fine in every mail client that I've tested except Yahoo mail. Yahoo mail adds rel="nofollow" and deletes the href link. For examplE: <a style="text-decoration:none;font-size:16px;color:#0000CC;" href="www.xyz.com" target="_blank">Visit Us</a> is replaced with <a rel="nofollow" style="text-decoration:none;font-size:16px;color:#0000CC;">Visit Us</a> Consequently, …

Member Avatar for Duane_3
0
3K
Member Avatar for vinithktp

Hi All, I am facing an issue with apostrophe. Please look in to my code [CODE]String ss1="St: Mary's School."; out.println("<input type='text' name='shipTest' value='"+ ss1 +"'>");[/CODE] Output: St: Mary Not able to display letters after the apostrophe. Kindly help me to resolve this issue. Thanks in advance -- Vinith

Member Avatar for Manoj Phutela
0
864
Member Avatar for vinithktp

Hi, Kindly help me to resolve this issue... Appreciate your help.. [CODE] <logic:notEmpty name="strataList" property="rangeList"> <logic:iterate name="strataList" property="rangeList" id="rangeList"> <td align="center"> <bean:write name="rangeList" property="min" /> </td> <td align="center"> <bean:write name="rangeList" property="max" /> </td> </logic:iterate> </logic:notEmpty> [/CODE] Could you please let me know is there any option to prevent duplicate value …

0
72
Member Avatar for vinithktp

Hi, I am facing OutOfMemory exception in Java, Kindly help me to resolve this issue, really appreciate your help [U][B]ERROR: [/B][/U]java.lang.OutOfMemoryError: Java heap space [B][U]CODE:[/U][/B] [CODE] public Blob getBlob(String databaseInstance, InputStream inputStream) throws SQLException, Exception { applog.info("Entering getBlob"); InputStream stream = null; applog.info("inputStream : " + inputStream); stream = inputStream; …

Member Avatar for vinithktp
0
897
Member Avatar for vinithktp

Hi, I have a question regarding Memory Leak. The below mentioned JSP code can generate any Out of memory exception [CODE] String str = tempStrView.getSTR(); String newStr = str+"'"; String rpcStr = "&nbsp;"; String convStr = newStr.replaceAll("'",rpcStr); [/CODE] Thanks in advance, Vinith

Member Avatar for ~s.o.s~
0
104
Member Avatar for vinithktp

Hi All, I cannot export big numbers to excel. I am using POI jar files for jsp to excel export. Here i am pasting my source code. [CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Export to Excel</title> </head> <body> <table cellpadding="3" cellspacing="3" border="1"> <tr> <th>9 Digits</th> <th>18 Digits</th> <th>27 Digits</th> </tr> …

Member Avatar for vinithktp
0
1K
Member Avatar for vinithktp

Hi All, I have maintained an EJB application, and its working fine with my local machine. But same EAR file not reflecting properly from the server machine. Still i can see my old version of the apllication from server. I deleted the EAR file and redeployed it, but no changes, …

0
67
Member Avatar for vinithktp

Hi All, Please help me to solve this problem. I developed a web applicattion with following versions : Servlet Engine: 2.5 JSP Engine: 2.1 Server: Apache Tomcat/6.0.18 JRE Version = 1.6.0 My destination web server having following versions: Servlet Engine: 2.4 JSP Engine: 2.0 Application Server: Apache Tomcat/5.5.27 JRE Version …

Member Avatar for vinithktp
0
226
Member Avatar for vinithktp

Hi All, i am designing a multilingual website (English / Kannada). I can display Kannada font in IE by using Microsoft WEFT. But it is not displaying properly in Firefox and other browsers. How can i solve this problem. Please help me. Thanking you, Vinith

Member Avatar for vinithktp
0
216
Member Avatar for vinithktp

Hi, I developed a website with captcha image validation. I developed it with PHP Version 5.2.5 and i uploaded on PHP Version 4.3.11 server. Captcha image validation working with my server. But it is not working with my cient server. Here iam sending my code sample. Please help me to …

Member Avatar for buddylee17
0
151
Member Avatar for vinithktp

Hi All, Iam new to Connection Pooling in Java. I need to create connection pooling for my MySQL Database with JSP using Bean Class. Please help me.. Thanks in advance. -- Vinikz

0
57
Member Avatar for vinithktp

Hi all, I doing a CMS project. I am using a rich text editor. Please guide me [B]how to upload images from rte to database[/B]. Thanking you.......

0
63
Member Avatar for vinithktp

to this servlet i have to get values of to,from address and filename from a jsp though all jar files are put in class path the servlet is not recognized public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { try{ String to = request.getParameter("to"); String from = request.getParameter("from"); String …

Member Avatar for vinithktp
0
177
Member Avatar for vinithktp

Hi, Im new to javaScript. Im trying to fetch data from html table row to text box by clicking radio button. But i can fetch only the first row. Here iam attaching my code... JSP Code <table> <tr> <td>Select</td> <td>ID</td> <td>FIRST NAME</td> <td>LAST NAME</td> <td>AGE</td> <td>HOME TOWN</td> <td>JOB</td> </tr> <% …

Member Avatar for vinithktp
0
78