RE: Flash button and forms with struts

2001-10-26 Thread Joe Niski
Title: RE: Flash button and forms with struts on a simpler level, you can send name/value pairs to a Flash movie from the or tag in the JSP that references the Flash file, e.g. the value can be dynamic, e.g. an expression or tag that returns a string. When the Flash movie loads, a

Re: Flash button and forms with struts

2001-10-26 Thread John Yu
Hitesh, You may want to look at Enhydra XMLC, http://xmlc.enhydra.org/community/enhydraOnTheEdge/index.html At 11:48 am 25-10-2001 -0700, you wrote: >I've never done it, but I know you can use XML to communicate with Flash. >Produce XML from your bean, and walla! > >http://www.macromedia.

Re: Flash button and forms with struts

2001-10-25 Thread Matt Raible
I've never done it, but I know you can use XML to communicate with Flash. Produce XML from your bean, and walla! http://www.macromedia.com/support/flash/interactivity/xml/ --- Dmitri Colebatch <[EMAIL PROTECTED]> wrote: > There are two different parts to struts... firstly the framework side, a

Re: Flash button and forms with struts

2001-10-25 Thread Dmitri Colebatch
There are two different parts to struts... firstly the framework side, and secondly the presentation side (taglibs). There's no reason you couldn't use the framework without the presentation. The key thing would be that you'd lose the ability to have fields populated with values that were presen