User Profile

Collapse

Profile Sidebar

Collapse
jansi2005
jansi2005
Last Activity: Jan 11 '07, 07:34 AM
Joined: Nov 21 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jansi2005
    replied to Encryption and Decryption
    in Java
    try this code. the changed character is stored in a string.hope it ll be useful. if i havent met ur expectations, pls lemme knw.

    public class testSample {

    public static void main (String args[])
    {
    String name="welcome";
    String str = "";
    char ch[]=new char[name.length()];
    char character[]=new char[name.length()];
    int j;
    char c1;
    for(int...
    See more | Go to post

    Leave a comment:


  • jansi2005
    started a topic Display Tag
    in Java

    Display Tag

    I am using display tag in a portal project. when i try to export the table, i get the following exception "Unable to reset response before returning exported data. You are not using an export filter." when i try to define filter in web.xml, it shows me error. Have anyone tried exporting using display tag in a portal project. Can anyone give me a solution for this.
    See more | Go to post
No activity results to display
Show More
Working...