Vinutha Jagadish

Greenhorn
+ Follow
since Nov 20, 2009
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 Vinutha Jagadish

Hi,

I have jsp page with 2 input fields username and password.
after i enter username and password, it will navigate to next page and if username or password is incorrect, i have a hyperlink to navigate to login page where i need to focus on username field.
my question is how to focus on username field without using javascript.

Thanks,
Jagadish.
when i change from ActionErrors to ActionMessages, i am not getting error messages.
14 years ago
Hi,

I have a jsp file to display error messages



in my Action Class ActionForward process() method, i have code for adding ActionError like this,



and in validator-rules.xml file has,



Now, my requirement is to change from ActionErrors to ActionMessages,

i changed my code like this,



in Action Class ActionForward process() method, i changed ActionErrors to ActionMessages




and in validator-rules.xml file, i chnged ActionErrors to ActionMessages




anything else am i missing?

Thanks,
Jagadish
14 years ago
Hi Eric,

I have XML like below, i want to read this XML using JavaScript and i need to display in HTML page as a table with row and column.



Thanks,
Jagadish.

Hi,

Ho to convert XML to HTML using JavaScript.

Thanks,
Jagadish.
i am trying with following code which is returning null.

Hi,

I have a table which has 5 rows.
how to get attribute of following td component,




Thanks,
Jagadish
Hi,

How to get value of hidden input type in javascript.



Thanks,
Jagadish
Hi,

How to take display:column property value in javascript.

My jsp code is,



my javascript code is,

14 years ago
JSP
Hi,

How to take display:column property value in javascript.

My jsp code is,



my javascript code is,



Thanks,
Jagadish
This is the javaScript cal i am using in my jsp




This is the javascript function which our framework is using. This logic will generate hyperlinks for all rows in a table.
Now, how can i change this code to remove hyperlink for some of the rows.
Please explain with code if possible.

i need hyperlink for rows which has got status online. So, if i remove hyperlink logic, how to create links for online status rows.
i want to disable hyperlinks with the help of Wrapper class where i need to include logic to remove hyperlink

i tried with below code



but this logic only disables the text but still i am able to click that row.
i have created jsp with display tag





in my com.inc.Wrapper class, i am handling to disable hyperlink like this,

Hi,

I have a table with name and status as column fields to display names of person and status whether he is online or offline.
All rows has hyperlink.
I want to remove hyperlink and Mouseover icon for rows which has offline status

How to have this.

Thanks,
Jagadish
Hi Robert,

could you please tell me how you used decorator to solve this problem. I too have a same kind of requirement.

Thanks,
Jagadish
14 years ago