listing bean onmouseover

2010-04-10 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

Re: listing bean onmouseover

2010-04-10 Thread Burton Rhodes
Sounds like a javascript solution to me. On 4/10/10, Søren Blidorf so...@nolas.dk wrote: 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.

Re: Query: SOAP Webservices

2010-04-10 Thread jayakumar ala
I don't understand why i should look into IBM site.? I am asking with respect to struts what i should do if i am going to use AXIS 2 and how i can expose an action as a service etc..? Not sure how we can do the same in struts2 On Fri, Apr 9, 2010 at 9:06 PM, Juan Chung jiayanch...@gmail.com

RE: listing bean onmouseover

2010-04-10 Thread Martin Gainty
Burt-- i proposed crafting a custom tag for onMouseOver (using SubmitTag) but admittedly JS would be easier for Soren any suggestions on specifics of the JS implementation? Thanks, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et

Anyone working with WebSphere Commerce?

2010-04-10 Thread Saeed Iqbal
Since WebSphere Commerce is built in struts, is there anyone working with WebSphere Commerce? -- Saeed Iqbal Independant Consultant J2EE - Application Architect / Developer

Re: listing bean onmouseover

2010-04-10 Thread Burton Rhodes
Without knowing the specific implementation its hard to say. But one way would be to preload all the data (and layout) in a div tag display:none. On mouseover display the div or insert the html of the div wherever you want on the page using JavaScript. Custom tag sounds overkill to me. Always

RE: listing bean onmouseover

2010-04-10 Thread Martin Gainty
yes that would work well heres a solution using the onmouseover on a div tag inside sx:bind %@ page contentType=text/html;charset=UTF-8 language=java % %@ taglib prefix=s uri=/struts-tags % %@ taglib prefix=sx uri=/struts-dojo-tags % html head titleBind Examples/title jsp:include