BuccaneerAnirban Bhattacharjee

Greenhorn
+ Follow
since Nov 23, 2006
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 BuccaneerAnirban Bhattacharjee

Hi people,
can some one help me , how can i Create Dropdown with multiple selection in struts. How can I retireve all the selected values in my form bean.
17 years ago
Would be obliged if anyone kindly let me know how to CREATE a Data Source in WebSpehere for Connecting a DB2 database.
17 years ago
Check the link www.roseindia.net , and there you can get guideline for running JSP
17 years ago
JSP
You need to have to have global IP for that. Once you have global IP anyone frm anywhere across the terrestrial ball can access your web app running in your machine.
document.forms[1].selectedCustomerCode.options[document.forms[1].selectedCustomerCode.selectedIndex].value

Where selectedCustomerCode is the name used in <select> tag

Regards-
Anirban [SCJP, SCWCD]
17 years ago
JSP
Hi,
I have a web app. My all jsp files are located inside /WEB-INF folder. The jsps use a lot of files like , e.g- css, js , images. These are located in a folder outside /WEB-INF, and within the application context( say /sra).

Now I have a datepicker.js file (which is used by the jsp), which uses some image files. Both the image ad js file are residing in the same folder say /sra/js/datepicker.js and /sra/js/sra.gif.

But most surprisingly in the js I have to access the image file using the full path starting frm the context. In case I am giving any relative path it's not taking.

It's a major issue as my client can change the context name. In that case the images will never be laoded.

So if anyone has sol'n for this kindly post..

Regards-
Anirban
17 years ago
JSP
have a Web app with struts
I choose jaxb to marshall/unmarshall xml stream to java object.
I used jaxb with a console app and everything was ok.
The same code, inside struts, give me the following error:

JAXBContext jc = JAXBContext.newInstance("com.sra.aci.xsd");

But I am getting exception once I run this step frm struts app

Could you give me a suggest???
have a Web app with struts
I choose jaxb to marshall/unmarshall xml stream to java object.
I used jaxb with a console app and everything was ok.
The same code, inside struts, give me the following error:

JAXBContext jc = JAXBContext.newInstance("com.sra.aci.xsd");

But I am getting exception once I run this step frm struts app

Could you give me a suggest???
17 years ago
Hello,
I am running a Point to Point JMS application , where I have my producer situated in the local machine<srai27.sraindia.com>, and consumer<srai112.sraindia.com> situated diff machine. But WhneveR i am trying to run the producer app in my local machine, it doesn't become able to connect to the remote machine. But if i run both the producer and consumer in a single machine, it works.
The root cause for the ConnectionError which is coming is something like-
"Cause: MQJMSRA_MC4001: constructor:Aborting:JMSException on createConnection=[C4003]"

. help of any kind will be highly appreciated.

Regards-
Anirban