WOPopupButton
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