--- Lalchandra Rampersaud <[EMAIL PROTECTED]> wrote:
> I am trying to use AjaxAnywhere, but I have to create a separate servlet to
> process whatever function I want to call.
> I would like to do that without the special servlet and just call upon an
> action class that I already have created.

That doesn't help much :/ I don't know what AjaxAnywhere is, and if your only
goal is to put information into the request w/o returning anything then
that's what returning null does.

The AjaxAnywhere page says that the AjaxAnywhere stuff generates XML, the new
HTML for the "page zone" you're updating. Are you trying to get the action to
generate that HTML?

You're going to have to be more specific.

d.

> 
> ravi
> 
> -----Original Message-----
> From: Dave Newton [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 25, 2008 11:58 AM
> To: Struts Users Mailing List
> Subject: Re: actions help
> 
> --- Lalchandra Rampersaud <[EMAIL PROTECTED]> wrote:
> > Is it possible execute an action which just puts data into the request
> > object without returning an ActionFoward?
> > 
> > I tried to return null but the page just becomes blank.
> 
> I'm not sure what you'd expect; knowing what comes next is somewhat central
> to web applications. You're already doing what you said you wanted.
> 
> What, specifically, are you trying to accomplish?
> 
> d.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> __________________________________________
> 
> Participe en Universidad 2008.
> 11 al 15 de febrero del 2008.
> Palacio de las Convenciones, Ciudad de la Habana, Cuba
> http://www.universidad2008.cu
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to