Hi, I've been trying to solve problem with passing inserted data to another
page (component). Can anyone give me simple example how to do it?
I need to pass written data by the user (WOString) to nextcomp.wo and
display them there. Trying not to use inline bindings. Here I tried to do
that:
public String name;
public Object goToAnotherComponent; //this is WOSubmitButton action binding
public nextcomp goToAnotherComponent() {
nextcomp nextPage = (nextcomp)pageWithName("nextcomp");
nextPage.setSelectedPopup(selectedNumber);
nextPage.setName(name);
return nextPage;
I think I need to put some code in nextcomp.wo component to display set
Value but have no idea how..
Thanks for the answers;
Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]