I've just recently explored DWR for the first time, and I was quite
impressed. However, my take was that of the authors of the page you
cited -- there's really not much rationale that I can see for doing
anything specifically with Struts and DWR together.
Good practice for a Struts applicatio
Michael Jouravlev wrote:
On 9/17/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
Correct, Struts makes no distinction between GET and POST requests
(other than transparently doing the extra request parsing for a POST).
What do you mean by "extra request parsing for a POST"? Pulling
parameters fro
On 9/17/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
> Frank W. Zammetti wrote:
> > Further, I'm almost positive if you were to simply do a GET to an Action
> > mapping with XMLHttpRequest, assuming the parameters you include in the
> > query string match what would be POSTed from a form, it should
Frank W. Zammetti wrote:
Further, I'm almost positive if you were to simply do a GET to an Action
mapping with XMLHttpRequest, assuming the parameters you include in the
query string match what would be POSTed from a form, it should work the
same (never tried that... anyone else know differentl
H,
Martin
- Original Message - From: "Greg Pelly" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Friday, September 16, 2005 8:39 PM
Subject: Struts ActionForms and DWR/AJAX
I am thinking about migrating an application using Struts and
ActionForms to use th
t: Friday, September 16, 2005 8:39 PM
Subject: Struts ActionForms and DWR/AJAX
I am thinking about migrating an application using Struts and
ActionForms to use the DWR implementation of AJAX. I stood up a simple
DWR sample and I'm realizing that it may not be possible to integrate
DWR wi
I am thinking about migrating an application using Struts and
ActionForms to use the DWR implementation of AJAX. I stood up a simple
DWR sample and I'm realizing that it may not be possible to integrate
DWR with ActionForms -- DWR makes requests through the "backdoor" (ie,
XMLHttpRequest), rather
7 matches
Mail list logo