Hello.

i have this code in myChartController:

    public WOActionResults showAction(@PathParam("chart") Chart chart)
throws Throwable {
        return response(chart, filter());
    }

when write the url .../Chart/1
- gets the fetch and shows xml-format of current entity object to me
(accordingly with filter)

how can i pass received data to the another component - for example
ConcreteChart - to dislpay good html-page?

thanx.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to