• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Direct Action Multiple Parameters
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Direct Action Multiple Parameters


  • Subject: Direct Action Multiple Parameters
  • From: Janice Cheung <email@hidden>
  • Date: Wed, 02 Mar 2005 14:46:21 -0500

   Greetings!

I have a question about passing multiple parameters within the Direct Action.

   This is how my WOComponent renderXMLAction looks:

   public WOComponent renderXMLAction(){
    WORequest request = request();
    String xmlFile=(String)request().formValueForKey("Lastname");
    SearchResults nextPage=(SearchResults)pageWithName("SearchResults");
    nextPage.setXmlSource(xmlFile);
    return nextPage;
  }

My NSLog.out.appendln("request=" +request) statement shows that my request contains this:

formValues={SessionID = ("Q3ftncuOduDgpJtI7tA1q0"); x = ("9"); Language = ("Spanish"); y = ("7"); BatchSize = ("20"); BatchIndex = ("1"); }

   How do I get them out for my Direct Action?

   Any advice or guidance is greatly appreciated!

   Best regards,
   Janice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Direct Action Multiple Parameters
      • From: David LeBer <email@hidden>
References: 
 >MySQL and BigDecimal rounding (From: David Griffith <email@hidden>)
 >Re: MySQL and BigDecimal rounding (From: Robert Walker <email@hidden>)

  • Prev by Date: Re: MySQL and BigDecimal rounding
  • Next by Date: Re: Direct Action Multiple Parameters
  • Previous by thread: Re: MySQL and BigDecimal rounding
  • Next by thread: Re: Direct Action Multiple Parameters
  • Index(es):
    • Date
    • Thread