Raza Mohd

Ranch Hand
+ Follow
since Jan 20, 2010
Raza likes ...
MyEclipse IDE MySQL Database Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Raza Mohd

You need to make your data editable with the help of edit options.This will be decided how you would like your design to be implemented.
11 years ago
Its Like a Puzzle solving session . Did you get the hint leela?
11 years ago
hi aditi,

can you provide me the jsp code and the same Query you are using..?

Regards
Raza
hi Aditi,

Check your Query on the query browser what is it returning?
that may give you an idea that problem is in query or anywhere else?

Regards
Raza
hi mayank,
pu it in src folder.
it should work.

Regards
Raza
12 years ago
Hi vic,

Look at your code.might be, your method is getting exception and in the catch you assign Error to result parameter.
That might causing the page to navigate to Error which is not defined in struts.xml

Thanks and regards
Mohd Raza.
12 years ago
Hi vic,

This error might occur if your page is having validation error and you are not navigation your Error to the most appropriate JSP.
Validation errors are encountered before calling
For example ..define result name in your struts.xml as 'ERROR' or 'INPUT' and corresponding jsp for validation error.

thanks and Regards
Raza
12 years ago
hi aditi ,

Why do you want to call a action that is not in the scope..?

best regards
Raza
13 years ago
hi hemant,

validation.xml is read when interceptor in called for that particular action.

Best regards
Mohd Raza
13 years ago
Hi everybody,

i am currently having 1.5 hand-on experience in Java..working on j2EE web application development.
i worked on technologies ..
Struts 2
Hibernate 3.0
Spring 30 for dependency injections.
EJB 3.0
MySql Server
JBOSS 4.x.x.GA AS

please let me know if i can get any opportunity,

Best regards
Mohd Raza
13 years ago
Hi smitha,

put



in Javasript method as parameter and do logical treatment there..

I Guess it will work.
13 years ago
Hi smitha ,

You will have to call a javascript method on Date select that can make the hyperlink disable.

Thanks and regards.
Mohd Raza
13 years ago
There are various option you can use for Ajax Calling .
like dwr ,Json ,jQuery..

but there is one more option to call action without using it.

Call a Javascript method on change event of dropdown and submit your form there.


Best Regards
Mohd Raza
13 years ago
no need to use var with itterator

use
13 years ago
try using fieldValue in place of value..

or i will suggest not to use var ..





13 years ago