vina kum

Greenhorn
+ Follow
since Jun 24, 2009
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 vina kum

Hi Ranchers
I am developing cewolf barcharts in my JSP page and i am successful in making barcharts from database but now i want to display tooltips on my chart when a mouse move to that particular bar i want to get the count of it as tooltip here i am getting date as COUNT please help me how to get the tooltip i am giving my resultset data


Thanks in advance
Hi Ranchers
I am developing cewolf barcharts in my JSP page and i am successful in making barcharts from database but now i want to display tooltips on my chart when a mouse move to that particular bar i want to get the count of it as tooltip here i am getting date as COUNT please help me how to get the tooltip i am giving my resultset data

Thanks in advance
Hi
Thanks for your reply my problem is my arraylist disp is sending only first retrived value to javabean and the rest of the values are not getting. please suggest me how to get the whole arraylist values.
Thjanks in advance
14 years ago
JSP
Thanks for your reply i am sending my jsp and javabean file

This is some part of my jsp code i am using and my javabean is
please tell me how to get the whole disp arraylist values to javabean file.
Thanks in advance
14 years ago
JSP
Hi Ranchers
I am a new bie to java currently i am developing a jsp page in which i have a javabean linked to it my problem is in my jsp i have a arraylist variable of string type i want to pass the arraylist values to javabean file please give me solution how to pass the arraylist variable from jsp to javabean.
Thanks in advance.
14 years ago
JSP
Hi
sagar thanks for your replies i have sented you a private message of my complete code I hope you will get the solution.
Thanks in advance
14 years ago
JSP
Hi sagar thanks for your reply i am dgiving the output of my code please see and verify how to increment the date value
In this code first four values are '1' dispDay value,'670','6' use bean value, and the last [1] is the array list value i am getting and the rest are getting by using for loop so here the problem is arraylist value is not incrementing. Any suggestions please
Thanks in advance.
14 years ago
JSP
Hi
Thanks for your suggestion but it's not getting it is taking only '1' for whole month i.e., not incrementing date value any suggestions please.
Thanks in advance
14 years ago
JSP
Hi
Thanks foe your response i am not trying for javascript i want it in java class only
This is my jsp code and below is my javabean file
now my problem is with dispDay field actually it gives dates of current month but it is giving only one value so for the dateDisp i want to set array list please suggest me to solve this problem
Thanks in advance.
14 years ago
JSP
Thanks for your reply it's a mistake not hidde type its a javaclass only.please reply me how to send those array list values syntax
Thanks in advance
14 years ago
JSP
Hi
Ranchers i am a new bie in jsp can any body tell me how to declare an input type hidden variable of type arraylist in a form in a jsp page.
I am developing a calender in that calendar i want to store days in a month using array list and i want to pass this values to servlet
nd also tell me how to retrive the arraylist values in servlet to send this arraylist values to servlet i am using usebean tag in my jsp.

Thanks and Regards.
14 years ago
JSP
Thanks for your response i have replaced param value it's still giving error
Error:
14 years ago
JSP
sorry for that in the place of barchart client is correct one.
Thanks
14 years ago
JSP
Thanks for your response based on your url i have developed jsp use bean
jsp:useBean id="clientview" scope="session" class="com.cewolf.Barchart"/>
<jsp:setProperty name="clientview" property="advid" param="<%=request.getParameter("advid")"%> value="<%= session.getAttribute("advid")"%>/>
<jsp:getProperty name="clientview" property="advid"/>
but it's giving error please suggest me to solve this
org.apache.jasper.JasperException: /HitInfo.jsp(20,0) According to TLD, tag jsp:setProperty must be empty, but is not
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39
Thanks in advance
14 years ago
JSP
Hi
Ranchers i am developing a page in jsp i have one java bean to be used in jsp tag dynamically suggest me with to write
<jsp:usebean tag> with set property and get property for this javabean:
public class Client implements DatasetProducer, Serializable {
private int advid;

public Barchart(int advid) {
super();
this.advid = advid;
}
public int getAdvid() {
return advid;
}
public void setAdvid(int advid) {
this.advid = advid;
}
}
please suggest me how to get this advid dynamically.
Thanks in advance.
14 years ago
JSP