Black box library? Isn't a black box one that you can't see in to? How would that apply to an OPEN source library where the code is available for [1] download, [2] publicly viewing on the internet, or [3] modifying yourself?
[1] - http://download.filehat.com/apache/wicket/1.4-rc4/ [2] - http://fisheye6.atlassian.com/browse/wicket/trunk/wicket/src/main/java/org/apache/wicket/model/ResourceModel.java?r=672603 [3] - http://www.apache.org/licenses/LICENSE-2.0 But the answer is YES - it is an IModel<String> which is the only reason your code compiles. It's also in the source code. I'd recommend using maven and "mvn eclipse:eclipse" or similar for your IDE so that you can just click into the code to see this. On Sat, May 23, 2009 at 1:08 PM, Luther Baker <[email protected]> wrote: > I think that is what the source has but typing my > application based on what the black box library uses today seems like a bad > practice. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
