Re: URL to fetch one component

2008-10-02 Thread metalotus
ndle the Request >> - Create a new component >> - Add it to the page >> - Call component.renderComponent(); >> - Somehow get a stream from MarkupContainer.getMarkupStream() >> - Use Response.write(InputStream) to return the component markup. >> >> Will that work in your expe

Re: URL to fetch one component

2008-10-02 Thread Igor Vaynberg
a stream from MarkupContainer.getMarkupStream() > - Use Response.write(InputStream) to return the component markup. > > Will that work in your experience? > -- > View this message in context: > http://www.nabble.com/URL-to-fetch-one-component-tp19790610p19790610.html &

URL to fetch one component

2008-10-02 Thread metalotus
- Call component.renderComponent(); - Somehow get a stream from MarkupContainer.getMarkupStream() - Use Response.write(InputStream) to return the component markup. Will that work in your experience? -- View this message in context: http://www.nabble.com/URL-to-fetch-one-component