Deepthi Mudidani

Greenhorn
+ Follow
since Jan 24, 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 Deepthi Mudidani

Hi Iam using struts 1.2.8. I have few questions regarding usage of javascript in struts. Pls Clarify.

1) In struts can i use javascript in the jsp pages and still use the validator framework to do some validations in the validate method in the form class?

2)How do i refer to the form name in the javascript code? Trying to use "name" attribute in <html:form> throws error.

3)<html:text property="userName">
In the above can the property attribue of the element be treated as the name of the element and used in javascript??

Thanks for ur time in advance!
18 years ago
Hi In my struts web application, we should we able to send a mail to the user on clicking the name displayed. The default mail application should be opened with the compose window open.
How can this be achieved? Pls suggest on some good resources and which apis should be used. Thanks in advance.
18 years ago
Thanks for ur suggestion
The problem is with the configuration element in server.xml
With tomcat 5.5 we should use
<Resource name="jdbc/myoracle" auth="Container"
type="javax.sql.DataSource" driverClassName="oracle.jdbc.OracleDriver"
url="jdbc racle:thin:@localhost:1521 racle"
username="scott" password="tiger" maxActive="4" maxIdle="2"
maxWait="10"/>
18 years ago
Hi Iam using tomcat 5.5.7 and oracle 9i and struts 1.2.8.
I have configured a connection pool jdbc/myoracle in server.xml and web.xml.
When i try to access the jsp which calls UserRegAction it throws this exception.



contents of server.xml includes..



in web.xml


and the UserRegAction contains


Iam not sure if this is a struts specific problem or not.
Thanks!!
18 years ago
Any ideas please !!
18 years ago
JSP
Hi when iam running my struts application
with the url http://localhost:8080/Deepthi proj/welcome.jsp
iam getting this error.




All the tld files are present in WEB-INF dir. and web.xml also correct entry.

What can be the problem??
[ February 28, 2006: Message edited by: Bear Bibeault ]
18 years ago
JSP
Hi I want to use the Log4J logger in my web application. Iam using eclipse IDE 3.0.1.
How do i congigure eclipse with log4j. Where can i download the jar file needed. Pls provide me the resources.
Thanks.
Hi Is there any logging mechanism that comes by default with struts without using any explicit logger like Log4J.

Is commons-logging used for the same?? If it is so how do i start using it?

Pls refer to some good resources. Thanks
18 years ago
Hi I am using Tomcat 5.5.7 . If i want to use a feature in JDBC 3.0 do i need to check if the container supports that JDBC version?

Or should i simply put the jar file implementing that version in the lib directory and forget about it?
Jyothi,Thanks for the response. I have a build file that comes by deafult with struts-blank.war file but it doesnot have any targets that deploy the application into the container except for compiling.
Can u suggest some resources where i can acheive that?
18 years ago
Hi I want to develop a struts application using eclipse v3.0.1 I have placed the easy struts v0.6.4 plug in the plugins directory. I restarted the eclipse and created a tomcat project. But I could not add the easy struts support to the tomcat project. Pls help on how i can proceed?

Iam following this article for configuring.

http://www-128.ibm.com/developerworks/library/os-ecstruts/

Thanks
18 years ago
Hi I got it working! I have started again by removing the plug in and placing it again and configured it. I followed the same procedure and it is working!! Still clueless about where it previously went wrong.
Hi Iam a newbie to using ant. IAm using eclipse v3.0.1 trying to develop a strusts application. How do I make use of the ant to run the application?
i.e How do i configure and start using it?
18 years ago
Pls respond if anyone has the solution. Timely help is appreciated!! Thanks
Iam confused with what version of eclipse, easystruts v0.6.4 plugin works. Presently I have eclipse 3.0.1. Does it work with this version of eclipse? But the manual says it supports eclipse 2.0. Pls anyone clarify on this!