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...
User Profile
Collapse
-
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.
No activity results to display
Show More
Leave a comment: