Re: [java ee programming] Draw graph

2010-08-16 Thread Dillan Fernando
You can use something like jFreeCharts if you're using a web interface. Any sufficiently advanced technology is indistinguishable from magic - Author C Clark From: Saidamin Usmanov saidamin.usma...@cozmix.com To:

[java ee programming] OpenSSO Agent

2010-03-06 Thread Dillan Fernando
Does anyone have the agent file for OpenSSO? I've been trying to download it for some time, and the link provided by sun is broken. I need the following file. appserver_v9_agent_3.zip If anyone out there has the file, please email it to me as an attachment. Thank you Any sufficiently

Re: [java ee programming] How can i create Excel file using java

2010-01-11 Thread Dillan Fernando
Aayubowan Except for some instantiation problems, your code worked for me. You need to set values for; totalValue and columnHeaderRow you have used them without initializing them. Also, make sure you set the classpath to all the jars that come with POI. Hope this helps Any sufficiently

Re: [java ee programming] JSP/Servlet

2010-01-05 Thread Dillan Fernando
-name url-pattern/ResultEdit/url-pattern /servlet-mapping !-- End -- /web-app In your resultEdit.jsp file after the following line input type=hidden name=id value=%=person.getId()% type; input type=hidden name=do value='%=request.getParameter(do)%' Dnia 4-01-2010 o godz. 21:43 Dillan Fernando

Re: [java ee programming] JSP/Servlet

2010-01-04 Thread Dillan Fernando
You have not posted web.xml. But from what I can see, the following are possible causes; resultEdit.jsp - form name=edit action=ResultEdit.java method=get You need to give the servlet name and not the java file name (what you have given in your web.xml) ResultEdit.java - String action =