listing bean onmouseover

2010-04-09 Thread Søren Blidorf
Hi. I have a struts bean containing id, name, phone, email. What I want to do is listing id, and onmouseover display the rest of the values of the bean in the same page without refer or refresh. Is there a Struts way to to it or is the way to do it to put the bean values in a javascript

Re: Query: SOAP Webservices

2010-04-09 Thread Juan Chung
consult IBM office site, you may find the documents( tutorial) you need there. good luck. On Sat, Apr 10, 2010 at 4:39 AM, jayakumar ala wrote: > Hi All, >  Quick question: >   Did anyone here worked with SOAP webservices for Fileupload using > struts2..? We have the requirement to upload files t

~~Hi~~

2010-04-09 Thread Stylus Studio
http://www.marble-install.com/8Ydx0UhvwO.htm - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Query: SOAP Webservices

2010-04-09 Thread jayakumar ala
Hi All, Quick question: Did anyone here worked with SOAP webservices for Fileupload using struts2..? We have the requirement to upload files through SOAP web services(JAX-WS). I am looking for document on the same... Any help is appreciated.. Thanks

How to retrieve all action messages in java code

2010-04-09 Thread Emi Lu
Good afternoon, I'd like to know (1) how to get all action messages in java code (2) How to remove some action message from ActionMessages Something like (1) returns ActionMessage("key1") ActionMessage("key2") ... ActionMessage("keyN") (2) removes key1...key9 Thanks a lot! -- Lu Ying

Integer object validation not working

2010-04-09 Thread Bruno
I'm trying to make a "required" validation on a field with a Integer object value, but it doesn't work. Conversion validation is working fine, but required validation is not working when I set the field with a blank value. Using Struts 2.1.6. Here are some ways which I've tried to make it work A

@Interceptor annotaion syntax

2010-04-09 Thread RogerV
Hi I've got @InterceptorRefs( { @InterceptorRef("defaultStack"), @InterceptorRef("execAndWait")}) in one of may actions. I now want to add the delaySleepInterval parameter to the execAndWait interceptor. I've tried @InterceptorRefs( { @InterceptorRef("defaultStack"), @Interc

struts2 checkbox

2010-04-09 Thread lucas owen
Hi Struts users: I'm working with Struts 2 (v 2.1.6) and I have the following problem: I have a list of notifications, which I display in a table in a jsp: As you can see, each notification has a checkbox: if the user selects a notification, its Id is sent to the action. So in