Raghu Marpalli

Greenhorn
+ Follow
since Jul 30, 2006
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 Raghu Marpalli

I am generating a popup window from my application. The application control is such that if the session has timed out, the user is directed to a login page.

If the session has timed out and a popup window is open, clicking on a link takes the user to the login page. I dont want the same to occur as I dont want the user logging in from a popup window etc.

I would rather close out these windows. How can this be accomplished?

Thanks much in advance
17 years ago
WAS gurus, please help me on this....I need to be able to use the MBean
17 years ago
Thanks that was it :-)
17 years ago
I have to display <html:messages> on my screen. I want to perform a check to see if there are messages, how can I accomplish the same?

<TAG if message exist>
<html:messages id="msg" message="true">
<bean:write name="msg"/>
<br>
</html:messages>
</TAG>

Thanks much.
17 years ago
Hi,

I am using WAS 6 and have a custom MBean that I am exporting using Spring support. I am able to see the MBean when using JBoss but I cannot seem to locate the MBean on WAS admin console. Where do MBeans reside on the WAS admin console? This MBean is specific to my Application but I cannot seem to find access to it on the console.

thanks in advance
17 years ago
Hi,

I am using Struts Validator for client side javascript validation. I have single ActionForm that collects information across multiple pages. Some fields are required on one page while some on the next. I would like non-visible fields to not be validated by the form. How can I acheive the same?

The validator complains that I need to provide values for the fields that are not visible but still part of the form.

Thanks in advance for any assistance.
17 years ago