User Profile
Collapse
-
How to sort the contents of dataTable component using tomahawk
Can anyone give a small example on how the contents of dataTable component be sorted using tomahawk. -
How to get current form id?
Can anyone tell how to get id of a current form in javascript?
i tried with "this.form.id". .it is not working
is der any other way? -
Export to Excel as .xls file from JSP
Hello,
I'm trying to export my results to .xls file. The following is the code which I have in my .jsp:
String fileName="SID";
fileName=fileNa me+".xls";
String contentType = "applicatio n/vnd.ms-excel";
response.setHea der("Content-disposition", "attachment ; filename=" + fileName);
response.setCon tentType(conten tType);
Results are getting... -
numeric values
I need to ensure that only numeric values can be obtained from the user.The non numeric values from the user should throw a validation error.How can this be done using validators in JSF? -
-
any idea y this error cums?
javax.servlet.j sp.JspException : Conversion Error setting value ''{0}'' for ''{1}''.
at com.sun.faces.t aglib.html_basi c.SelectOneMenu Tag.doEndTag(Se lectOneMenuTag. java:515) -
Is it possible to call both events onclick,ondblclick in div tag?
Is it possible to call both events onclick,ondblcl ick in div tag? -
Hi...If I keep in div it is working fine.
But i want another scenario also..On single click whole text is getting selected..this is fine
when I double click on part of text only that part has to select.
Is it possible to do both?? -
Hi,
Thanks for ur solution.
This I have to implement in JSF.
I can't keep in paragraph.
Do u have idea about JSF??Leave a comment:
-
Ok..
Is it possible to select entire text using double/single click in output text?
If so pls give me reply.Leave a comment:
-
chaitanya83 started a topic How to select text which is in multiple lines on clicking more than twice?in JavascriptHow to select text which is in multiple lines on clicking more than twice?
How to select text which is in multiple lines on clicking more than twice?
I have scenario like this:
eg:-6118051
Non-Receipt
Per web, delivery incomplete. Request trace and driver followup for delivery details. Otherwise please provide explanation for claim # authorization.
Last scan: Sep 21, 2009 6:13 PM Left FedEx origin facility UNION CITY, CA
Assume u have this...
No activity results to display
Show More
Leave a comment: