Jessica James

Ranch Hand
+ Follow
since Jan 23, 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 Jessica James

Thanks a Lot ..
Its working fine
16 years ago
Hi..

My application is to get a search string from the user and return the records from the database which matches the search string..

I am using LIKE operator in the sql to get matching data..

But my problem is, the matching should be case insensitive..

For example, the data i required may be the Pen..

I have to get this value if i give any of the following possiblities as the search string..
p,pe,pen,PEN,Pen..

please friends help me..

Regards,
Jessica
16 years ago
Usually I will submit a form to a action class. I provide the action mapping for that class in the struts-config.xml file..
what I am asking is can I map that path(what I give as a form action) to a jsp file in the action mapping element of struts-config.xml..
16 years ago
Hi,
I want to submit a form value to a jsp file.
Can I map a action path to a jsp file in struts-config.xml?
16 years ago
Can I get one of the form parameter value inside a JSP file?
16 years ago
JSP
Hi folks,

I want to access a javascript variable inside scriptlet block in a jsp file..

If you have answer plese clear my doubt..

Thanks in advance..
16 years ago
JSP
Can I use this <%=request.getParameter("val");%> in the html, without running the server?
I am just doing the mock up screens using html..
My platform is jsp..
Thanks for the reply.. i could pass it.. I dont know how to access it in the result.html..

Can you help me..
I am calling a html page from another html page.. I am passing the form parameters.. How can I get those form parameter in the HTML page..
My first html:

How can I get the Plan_Sponsor value in the result.html page?

Please help me..
Hi..

I am using Eclipse IDE to develop a Portal project.. I am also using Tomcat server for the same without using the default servers provided by eclipse..
My question is how do I run the Tomcat server in the "debug" mode?

Please help me..

Regards,
Jessica
16 years ago
Hi..

I am using Eclipse IDE to develop a Portal project.. I am also using Tomcat server for the same without using the default servers provided by eclipse..
My question is how do I run the Tomcat server in the "debug" mode?

Please help me..

Regards,
Jessica