You cannot use find, because find does not search inside a file. You
have to use grep
Shervin Asgari - System Consultant
Medicherla Lakshmi wrote:
i tried to search in the application using "find" for any file by name
menuitems.jsp with case, it did not give me any results.
Thatz the reason, am not able to understand where is the problem like.
Shervin Asgari <[EMAIL PROTECTED]> wrote:
I don't think you have changed everywhere. Try searching for menuitems
If you have Linux then try grep -r menuitems *
if nothing, then try grep -ri menuitems *
Shervin Asgari - System Consultant
Medicherla Lakshmi wrote:
No, i changed everywhere.
kalpesh modi wrote: It seems that you have not changed the JSP name in your
forward. You are still forwarding to the old JSP in your code.
Thanks,
-Kalpesh
---------------------------------
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers