Hello! > > <a href="#link1">Link 1</a>
> That looks to me like a bug. > <wicket:link autolink=false> This works: <wicket:link autolink=false><a href="#link1">Link 1</a> These cause a NPE: <wicket:link><a href="#link1">Link 1</a></wicket:link> <wicket:link><a href="">Link 1</a></wicket:link> <wicket:link><a href="SamePage.html">Link 1</a></wicket:link> <wicket:link><a href="SamePage.html#link1">Link 1</a></wicket:link> I don't know Wicket well enough yet to say whether or not this is a bug, but it doesn't quite seem right to me... > > I'm not able to find detailed component documentation > > anywhere... > I guess you know already wiki and examples? Yes, I've seen the wiki and examples. What I'd really like is a reference that shows the various attributes/paramaters available. If I know them, even without detailed explanations I can play around and figure out what I need. Does that exist somewhere? Even in the code is fine if that's all there is right now. Thanks again for the help!! Dave ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
