RE: [NEWBIE] Struts and Applets

2003-10-23 Thread Chen, Gin
a normal HTML request. -Tim -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Sunday, October 19, 2003 6:43 AM To: Struts-user-list Subject: [NEWBIE] Struts and Applets Hi, I'm just entering the AWT and Applet world in java (in the sense that I'm going to study those

Re: [NEWBIE] Struts and Applets

2003-10-20 Thread Marco Tedone
So are you telling me that the chain package is going to define a common object that can handle the form controls that an Action and an Applet could manage? Would it imply, for instance, that Actions and Applets will have reference to a package such as chain, will query their controls, will build

Re: [NEWBIE] Struts and Applets

2003-10-20 Thread Craig R. McClanahan
Marco Tedone wrote: So are you telling me that the chain package is going to define a common object that can handle the form controls that an Action and an Applet could manage? One critically important thing to remember is that applets run inside the client machine, while Struts runs on the

[NEWBIE] Struts and Applets

2003-10-19 Thread Marco Tedone
Hi, I'm just entering the AWT and Applet world in java (in the sense that I'm going to study those technologies). I was wondering if an Action can process information in an Applet. In few words if it would be possible to specify the following?: 1) From within an Applet, a link (by means of a

Re: [NEWBIE] Struts and Applets

2003-10-19 Thread Ted Husted
communicates to the rest of the world through a generic context. Things like Struts Actions and Applets then become adapters between their presentation components and the business layer. The business layer works through context that everyone else can learn to read and write. This is the general

struts and applets

2001-10-05 Thread Johnson, Nathaniel
I have a question about struts working with applets... I am using JBuilder and Tomcat with struts and it has been a classpath pain so far, and now that I have added an applet, it is even more of a pain. Now my jsp pages that have the applet on them are not finding the applet when I go to the jsp