Harimohan Mohan

Greenhorn
+ Follow
since Dec 07, 2008
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 Harimohan Mohan

hi Fathima,

Try this link. Download the dTree.zip file. It contains all necessary files and documentation. This is a javascript tree.

http://www.destroydrop.com/javascripts/tree/



Harimohan
hi rohit

Are you using struts 2?
Then why don't you try <s:iterator/> instead of <logic:iterate/>


Thanks
Harimohan
15 years ago
hi all

I have a web application which is in struts 1. This is slightly bigger and quite stable. I want to do some enhancements to this application in struts 2. Can i have both struts 1 and struts 2 code in same application. Struts 2 documentation says it is possible. I have tried some sample web applications in struts 2 and it is working.If I want to put both the frame works in 1 application, what would be my web.xml structure. Can we write deployment descriptors for struts 1 and struts2 in the same web.xml. If anybody had tried this, please help me.

Thanks & Regards

Harimohan

[ January 02, 2009: Message edited by: Harimohan ]
[ January 02, 2009: Message edited by: Harimohan ]
15 years ago
Hi lakshman,

While deploying (inside tomcat) put all the JSP's in context root. Your struts.xml must be in classes directory and web.xml should be in WEB-INF directory. Also make sure that the lib directory contains all the 6 necessary .jar files
[ January 01, 2009: Message edited by: Harimohan ]
15 years ago
Hi,

How to access struts 2 given tags using javascript?
I tried to access the following tag
<s:url id="getTsk" action="axnTskPlnr" method="updtTsk"></s:url>
This is my javascript statement to access the above tag
document.getElementById('getTsk')
But it was giving "Object required" script error. Actually i wanted to dynamically change the method attribute.

It would be greatly appreciated if any one can give a pointer to the solution.



Harimohan
[ December 24, 2008: Message edited by: InSilico ]
15 years ago
We want to develop a Struts 2 based web application using Eclipse IDE. For that we have downloaded Eclipse 3.4 IDE (GANYMADE) because it was prompted as the latest version for JEE web applications. But in the New > Projects , there was nothing like a web project. Then we have tried Eclipse 3.3.2 (EUROPA) and it was showing New > Projects > WEB application.

It would be greatly appreciated if anybody can give an explanation or atleast a pointer about the differences in these two Eclipse versions.

Also how to set up a Struts 2 based web project in Eclipse (Europa). Does it need any additional plug-in or if that plug-in is alreasy downloaded, how to configure it.


Thanks & Regards,
Harimohan R
[ December 07, 2008: Message edited by: InSilico ]
15 years ago