hassan mahmood

Greenhorn
+ Follow
since Jan 15, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by hassan mahmood

How can i store null value in cmr field which has many to one relationship with other entity, null values are allowed in fk field.
Should i set null in cmr field or should i not call setter method on cmr field to store null?
yes i have implemented online payment using struts through link point.
18 years ago
check struts-config file that u have properly defined validate=true in action mapping.
if u wanna show messages using javascript alert then use html:javascript on jsp pages.
18 years ago
Thanx, for the reply, ya i actually our testing team pointed out that title bar message on alert should be changed as it doesnt look good on firefox, it appears as http://localhost:8080/... blah blah on title bar. but thats true that browser basically handles alert and since struts automatically generates javascript so v have no control over it.
18 years ago
Hi all,

i have used html:javascript on jsp pages to validate data on client side. i just wanna change the title bar content on javascript alert (message box). since it is generated by struts , is there a way to change the title of alert??
18 years ago
Is there any API or framework or anything which is required in credit card and e-cheques processing online, How can one incorporate online payment mechanism in web based J2ee application.

Any tutorial, source code, API ??.
18 years ago
I want ant build to create war file after getting latest code from vss, compile the code and then deploy it on jboss.

waiting 4 reply
thanx
18 years ago
I just wanna know which option is better to use forwarding or redirecting, i know the difference between these two so..., how can a normal web user disable client side redirecting that may result in not properly working of response.sendredirect.

Hassan Mahmood
SCJP2, SCWCD(in process)
I want to implement DDS in my web based library system, can anyone help
me in implementing this system, how to retrieve marc tags of all the books
, how to save them in database, how to integrate DDS in my application?etc
19 years ago
Below is the correct code........

ResultSet rs = st.executeQuery("select atmip from pingip where atmid='"+aip+"'");
Runtime r = Runtime.getRuntime();
rs.next();
String ip = rs.getString(0);
Process p = r.exec("ping " +ip);


Hassan
SCJP2
19 years ago
JSP
what r the required configuration for accessing
ejbs from jsp/servlet on jboss3.0.0.
can anyone provide me sample application calling ejbs from jsp with all required files and configuration.
thanx
21 years ago
I need a simple program of rmi-iiop which runs on JBOSS3.0 with complete files including Remote interface, Client file, Implementation file and with complete deployment discription.
thanx
can anyone tell me how to protect .class file from decompiling by any decompiler which r on the web.actually i have created a project and converted it into .jar format, but there is a chance to decompress it to get all the .class and then decompile it, so how can we protect .class files.
thanx in advance
can anyone tell me how to protect .class file from decompiling by any decompiler which r on the web.actually i have created a project and converted it into .jar format, but there is a chance to decompress it to get all the .class and then decompile it, so how can we protect .class files.
thanx in advance
21 years ago