yekkala krishna

Ranch Hand
+ Follow
since Mar 04, 2007
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 yekkala krishna

Hi,

Could anybody suggest me how can i solve this issue?
It's little bit important to me.
Thanks in advance.

Regards,
Rama
13 years ago
Hi,

i have downloaded struts2-blank-2.0.14.war file from apache site.This war is deployed successfully in tomcat 6.0 version.
but when i deployed in webloigc 9.2 version i am getting below error.could i need to do some settings or changes.
could any body suggest me how to solve this issue.
Thanks in advance.




Regards,
Rama Krishna.Y>
13 years ago
Hi,

Could we connect to excel sheet via hibernate.
i am getting below exception when connceting to excel sheet via hiberante


my hibernate.cfg.xml


could anybody suggest me.
How can i solve this issue?
Regards,
Rama
Hi,

i am getting following excption when i deploy struts application in weblogic server.
not able to find out filter (org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter) defined in web.xml.can any body suggest what can i do to solv this exception.



Regards,
Rama >
13 years ago
Hi,

Is there any body suggests me how to deploy struts 2.0 application in weblogic 9.2 version.
I am able to deploy in tomcat 6.0 version but not in weblogic 9.2 version.
could i need to add some specific files to deploy this application in weblogic server.



regards,
rama krishna
13 years ago
Hi,

I am deploying struts2.0 example in apache tomcat.Its working fine.
when i deploy same application in weblogic its giving below exception:


i added weblogic.xml also :
you can see the xml as below:


could any body suggest what changes can i do to deploy struts2 application in weblogic server.
Thanks in advance.
Regards,
Rama
13 years ago
Hi,

Actually in my servlet i am reading devices from a file.
But when FileNotFoundException occurs i need to see that exception in the jsp page.
how can i show the exception message in jsp?
could any body suggest?



Regards,
Rama
13 years ago
Hi,

In my webapplication i am opening new window by passing some parameters.i am passing password also as parameter.But i need to hide it or encode it.
how can i do this.Following is my code:

Hi,

I am very new to spring and I was wondering if anyone could help me
I currently have an array list in the controller class as shown below:


In the jsp i currently have



in jsp i am using some if condition to select the value in the drop down list.but its going to the last one in the list.
could any body help how can i write <c:if condition in the above jsp.
thanks in advance.

regards,
rama krishn.y>
13 years ago
Hi Bear,

Good to see your reply.Its right what you are saying.
If i remove that selected="selected attribute from option tag also its not working properly.
is there any suggestion for this.

regards,
rama
13 years ago
JSP
Hi,
i am new to jstl point of view.could anybody help me to solve my issue.
i am iterating values in map as shown below.But the selected item from dropdown list is not coming into the screen its going to the last one in the list.
may i know where i need to change code either in javascript method or in jsp.
thanks in advance




regards,
rama krishna.y
13 years ago
JSP
Hi,

i have rectified this error "Object doesn't support this property or method".But i am unable to make selected value in the list.
could any body help what script i need to write in the change select function.
i think problem is in change select function.

thanks,
rama
Hi Bear,

As you suggested i have added following java script to my application.It saying this error "Object doesn't support this property or method".



could you please anybody suggest what i need to do?
its little bit urgent.
Regards,
rama
Hi Guys,

I have also added c:if statement as below to the above code.
But no changes i have seen.
could any body give suggestions.How i can do this?



regards,
rama
Hi,
In my jsp application i am having two drop down lists (contract and devicename) when i selected contract name proper device name is loading in the select list of device name But in contract drop down list the selected contract is not visible its going to initial one.what can i make to do to get the selected one?
i am also keeping javascript function code:



regards,
rama