<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4262232281084864898.post1936614422154587225..comments</id><updated>2008-09-02T09:16:26.139-07:00</updated><title type='text'>Comments on Java Thoughts: A simple context-sensitive help system using Wicke...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://javathoughts.capesugarbird.com/feeds/1936614422154587225/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4262232281084864898/1936614422154587225/comments/default'/><link rel='alternate' type='text/html' href='http://javathoughts.capesugarbird.com/2008/02/simple-context-sensitive-help-system.html'/><author><name>Julian Sinai</name><uri>http://www.blogger.com/profile/06209296951442764412</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4262232281084864898.post-1719075390478548779</id><published>2008-09-02T09:16:00.000-07:00</published><updated>2008-09-02T09:16:00.000-07:00</updated><title type='text'>Swapnil:1. model = new WebPageModel()----for all p...</title><content type='html'>Swapnil:&lt;BR/&gt;&lt;BR/&gt;&lt;I&gt;1. model = new WebPageModel()----for all pages i am getting null as model. &lt;/I&gt;&lt;BR/&gt;&lt;BR/&gt;There must be something wrong with your code, because WebPageModel is a class you create. Try substituting getWebPage().getModelObject(), or pass a model into the class that uses it (HelpButtonPanel).&lt;BR/&gt;&lt;BR/&gt;&lt;I&gt;2.help.filename, help.anchor------what should be values for them&lt;/I&gt;&lt;BR/&gt;&lt;BR/&gt;There are examples in the post. For example if your help page is myhelp.html, then use myhelp for help.filename, and an empty string for help.anchor.&lt;BR/&gt;&lt;BR/&gt;&lt;I&gt;3.helplink.href what should value and what will be file name.&lt;/I&gt;&lt;BR/&gt;&lt;BR/&gt;helplink.href goes only in one place: HelpButtonPanel.properties, and its value is:&lt;BR/&gt;helplink.href=/doc/{0}.html#{1}&lt;BR/&gt;&lt;BR/&gt;&lt;I&gt;4.i am getting blank content at link.&lt;/I&gt;&lt;BR/&gt;&lt;BR/&gt;Try the above first and see if it's still blank.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4262232281084864898/1936614422154587225/comments/default/1719075390478548779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4262232281084864898/1936614422154587225/comments/default/1719075390478548779'/><link rel='alternate' type='text/html' href='http://javathoughts.capesugarbird.com/2008/02/simple-context-sensitive-help-system.html?showComment=1220372160000#c1719075390478548779' title=''/><author><name>Julian Sinai</name><uri>http://www.blogger.com/profile/06209296951442764412</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07518040812032340810'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javathoughts.capesugarbird.com/2008/02/simple-context-sensitive-help-system.html' ref='tag:blogger.com,1999:blog-4262232281084864898.post-1936614422154587225' source='http://www.blogger.com/feeds/4262232281084864898/posts/default/1936614422154587225' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4262232281084864898.post-3306829736722538952</id><published>2008-09-01T04:12:00.000-07:00</published><updated>2008-09-01T04:12:00.000-07:00</updated><title type='text'>hi Can you give a precise example for this i am tr...</title><content type='html'>hi Can you give a precise example for this i am trying same thing,but i am facing pbms like,&lt;BR/&gt;1. model = new WebPageModel()----for all pages i am getting null as model.&lt;BR/&gt;2.help.filename, help.anchor------what should be values for them&lt;BR/&gt;3.helplink.href what should value and what will be file name.&lt;BR/&gt;4.i am getting blank content at link.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4262232281084864898/1936614422154587225/comments/default/3306829736722538952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4262232281084864898/1936614422154587225/comments/default/3306829736722538952'/><link rel='alternate' type='text/html' href='http://javathoughts.capesugarbird.com/2008/02/simple-context-sensitive-help-system.html?showComment=1220267520000#c3306829736722538952' title=''/><author><name>swapnil</name><uri>http://www.blogger.com/profile/11944252007279192395</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javathoughts.capesugarbird.com/2008/02/simple-context-sensitive-help-system.html' ref='tag:blogger.com,1999:blog-4262232281084864898.post-1936614422154587225' source='http://www.blogger.com/feeds/4262232281084864898/posts/default/1936614422154587225' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4262232281084864898.post-5053762266248086099</id><published>2008-02-05T17:15:00.000-08:00</published><updated>2008-02-05T17:15:00.000-08:00</updated><title type='text'>Also note that you can use the XML format for mess...</title><content type='html'>Also note that you can use the XML format for messages, see http://chillenious.wordpress.com/2006/11/13/wicket-now-supports-resource-bundles-in-xml-format/&lt;BR/&gt;&lt;BR/&gt;Thanks for the post!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4262232281084864898/1936614422154587225/comments/default/5053762266248086099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4262232281084864898/1936614422154587225/comments/default/5053762266248086099'/><link rel='alternate' type='text/html' href='http://javathoughts.capesugarbird.com/2008/02/simple-context-sensitive-help-system.html?showComment=1202260500000#c5053762266248086099' title=''/><author><name>Eelco Hillenius</name><uri>http://www.blogger.com/profile/18171935814979500631</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javathoughts.capesugarbird.com/2008/02/simple-context-sensitive-help-system.html' ref='tag:blogger.com,1999:blog-4262232281084864898.post-1936614422154587225' source='http://www.blogger.com/feeds/4262232281084864898/posts/default/1936614422154587225' type='text/html'/></entry></feed>