Hello Group, I have a sample application which has basic files Application.java, Session.java, DirectAction.java and Main.java and its WOComponent.
I have written most of my code in Main.java and Main.wo. I would like to distribute the code in Main.java and Main.wo to couple of other components. In the process I have issues with using DirectActions. Issue: I have couple of actions in Main.wo which access Action Methods in DirectAction class, these methods are working fine in Main component. When I moved these actions to other component, I mean action buttons, they stopped working, direct action method is not invoked. I access the next component through a hyperlink in Main component. Main.wo Button 1 -> processAction in DirectAction.java Button 2 -> postAction in DirectAction.java MOVED TO Lily.wo Button 1 -> processAction in DirectAction.java Button 2 -> postAction in DirectAction.java Can anyone please advise me whatz going wrong here, i.e., DirecAction method is successfully in Main.wo where as not getting invoked in Lily.wo Thanks in advance. Thank You Shravan _______________________________________________ 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]
