somu sundar

Greenhorn
+ Follow
since Sep 11, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by somu sundar

Can any one Please help me in this error ....
11 years ago
hi all,
I am trying to create table view with textField in my application ..the table view working fine when load minimum data ..but the text field not displaying when load large sets of data.. can any one suggest me to solve this problem


My code ,

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

Thankx in advance
11 years ago
hi... joe
already i have tried in which you post .. but not working .... give some other link... it will be very help full to me
11 years ago
hi all ...
please help me...
11 years ago
hi all....
i am new to struts 2... i trying to create drop down list with check box by <s:dropdowncheckbox> tag .but its not working .. can any one help me out .....
thanks in advance

need to create like this

11 years ago

Seetharaman Venkatasamy wrote:Welcome to JavaRanch somu sundar

thank u...
11 years ago
JSP
thanks.... now its working ... :)
11 years ago
JSP
Hi all....
<script type="text/javascript">
var queryString = "?";

function appendToUrl(link,number){
queryString +="&type=page&status="+userlist.status.value+"&numberview="+userlist.numberview.value+"&link="+number;
alert(queryString);
location.href=link+queryString;
}
</script>
<form>
<a href='javascript:appendToUrl("http://host:8080/JspServlet/NewAdmin.do",1)'>clickme</a>
</form>

i have tried to call my script while click the alink... but when i tried in eclipse default browser working properly ... but not in other browser like ie,mozila....
can any one help me to solve this problem......
thanks in advance....
11 years ago
JSP