Use the view type "null".

<command name="blah">
  <controller class="MyController"/>
  <view type="null"/>
</command>

Then the controller is expected to handle everything; the view is a no-op.

Jeff Schnitzer
[EMAIL PROTECTED]

> -----Original Message-----
> From: Feutrier Olivier [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 26, 2002 7:06 AM
> To: [EMAIL PROTECTED]
> Subject: [Mav-user] [View] How to forward to a dynamic URL
> 
> Hi,
> 
> 
> In a command, I would like to forward to a given URL without define it in
> maverick.xml.
> For example :
> "Class myController extends controller {
> 
>   public String go(ControllerContext cctx) throws ServletException {
>    ...
>    URL = getURL();
>    RequestDispatcher rd = getServletContext().getRequestDispatcher(URL);
>    rd.forward(request, cctx.getResponse());
>    ...
>    return SUCCESS;
>   }
> 
> }"
> 
> Is it possible ? How ?
> 
> Best regards
> 
> Oliver
> 
> 
> **********************************************************************
> Ce message et ses �ventuels fichiers attach�s sont confidentiels
> et sont uniquement � l'attention de la personne physique ou morale
> destinatrice. Si vous avez re�u ce message par erreur, merci d'en
> avertir l'exp�diteur.
> 
> Ce bas de page assure �galement que ce message a �t� v�rifi� par un anti-
> virus
> **********************************************************************
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> _______________________________________________
> Mav-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mav-user
> Archives are available at http://www.mail-archive.com/


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user
Archives are available at http://www.mail-archive.com/

Reply via email to