• 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
WOPopupButton
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WOPopupButton


  • Subject: WOPopupButton
  • From: Jeremy Doseck <email@hidden>
  • Date: Fri, 9 Jul 2010 12:05:06 +0900


Hi, I am having some problems with simple Form where couple of WOPopupButtons and WOTextFields are in. I guess it must be quite simple, I need those data to be viewed in the next page (nextpage.wo) when they are selected (PopUpButton) and inserted (Textfield) and finally processed with Button by the user.
So for example: one TextField and one PopUp:
   
public Main(WOContext context) {
        super(context);
public String Name
    Object[] desirednumberArray = new Object[]{"0","1", "2","3","4","5","6","7","8"};
    desirednumber = new NSArray(desirednumberArray);}
    public String seldesnum;
    public NSArray desirednumber;

What would be the code or binding?

I tried sth. like this but no success:

public page1 goToAnotherComponent() {
        page1 nextPage = (page1)pageWithName("page1");
        return nextPage;

Thanks for any help.

using Eclipse 3.5

Jeremy

 _______________________________________________
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: WOPopupButton
      • From: Amiel Montecillo <email@hidden>
  • Prev by Date: [WOWODC] Reminder : early-bird pricing ends on July 13 at midnight
  • Next by Date: Re: WOPopupButton
  • Previous by thread: [WOWODC] Reminder : early-bird pricing ends on July 13 at midnight
  • Next by thread: Re: WOPopupButton
  • Index(es):
    • Date
    • Thread