Bugs item #563585, was opened at 2002-06-02 13:29
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104754&aid=563585&group_id=4754

Category: Tapestry
Group: bug
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: joe panico (jpanico)
Assigned to: Howard Lewis Ship (hship)
Summary: SimpleEngine.render access restriction

Initial Comment:
com.primix.tapestry.engine.SimpleEngine.render() has
package acccess-- it should be public. There are many
legitimate places, outside the engine package, that
might want to call this method.

One example is the ExternalPage/ExternalService scheme
in the examples. In implementing my own ExternPage
service I need to call SimpleEngine.render(), but I can't.

----------------------------------------------------------------------

>Comment By: Howard Lewis Ship (hship)
Date: 2002-06-25 10:40

Message:
Logged In: YES 
user_id=26816

The needed functionality is in a later release of Tapestry.

----------------------------------------------------------------------

Comment By: Howard Lewis Ship (hship)
Date: 2002-06-04 18:27

Message:
Logged In: YES 
user_id=26816

Which release of Tapestry are you seeing this in?

The method you need is renderResponse() defined in 
IEngineServiceView.

IEngineServiceView is an additional interface, implemented 
by an engine, that it exposes to its services.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104754&aid=563585&group_id=4754


-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to