ATOM/RSS feeds in wicket

2009-12-03 Thread shiraz memon
Hi, I would like to use ATOM/RSS feed with the application developed on wicket, I wonder if wicket provides an integration/implementation of ATOM/RSS publishing protocol? Thanks Shiraz

Re: placing multiple gmap markers

2009-09-10 Thread shiraz memon
; this > map too. If the problem remains, you can disable the zoom out. > > On Wed, Sep 9, 2009 at 11:35 AM, shiraz memon > wrote: > > > Hi, > > > > I am trying to put multiple markers at the same position. It looks fine > if > > I > > magnifies it but

placing multiple gmap markers

2009-09-09 Thread shiraz memon
Hi, I am trying to put multiple markers at the same position. It looks fine if I magnifies it but as soon as I zoom out it shows only one marker (which becomes ambiguous while clicking at the info window). I came to know that it might be solved by setting the z-Index of every marker (if they are

using html frames

2009-05-18 Thread shiraz memon
Hi Is there any (best) way to create and use html frames in wicket? Thanks Shiraz

Re: displaying xml content

2009-04-28 Thread shiraz memon
). Cheers Shiraz On Mon, Apr 27, 2009 at 1:34 PM, shiraz memon wrote: > Willis > > >> Does this dynamic XML content include references to Wicket components? > In other words does it include wicket:id attributes? > No it does not contain any wicket attributes. > > >&

Re: displaying xml content

2009-04-27 Thread shiraz memon
bel with escaping turned off. Does it allow clients to browse xml in an interactive way, such as clicking "+" link to expand the child elements while "-" to collapse. Thanks Shiraz On Apr 27, 2009, at 5:57 AM, shiraz memon wrote: Hi > I am trying to display dynamic xml

displaying xml content

2009-04-27 Thread shiraz memon
Hi I am trying to display dynamic xml content on simple panel. For that I have also overriden the getMarkupType method with "xml" as returning string in the XmlPanel class (which extends Panel). Besides that, I have also created an empty XMLPanel.xml file. After viewing the panel on browser I see t

Re: adding ajax listeners to GMap markers and WebApplication

2009-04-24 Thread shiraz memon
(via desktop client) the GUI table then can be updated. Is there a way that PersonPage get notified on insertion whithout refreshing the page. I shall be grateful for any help you offer. Shiraz On Fri, Apr 24, 2009 at 11:21 AM, shiraz memon wrote: > Hi > I have two questions: > 1. Is

adding ajax listeners to GMap markers and WebApplication

2009-04-24 Thread shiraz memon
Hi I have two questions: 1. Is there a possibility to add an ajax timer behaviour to individual marker or an overlay. 2. How do I send an event (could be ajax) from WebApplication to its child pages, for instance the WebApplication is implementing some database listener and if the change occurs it

gmap2: info window gets closed while refreshing

2009-04-20 Thread shiraz memon
Hi I have a problem in using gmap2 wicket api, when it refreshes the marker and at the same time if user has opened the infowindow, it immediately shuts it off (i.e. while setting overlays), which is distracting for the user experience. below is the code for more insight: map.add(new ClickListen

spring/syringe with wicket

2009-04-15 Thread shiraz memon
gt; > > >> as far as I can tell > >> there is no wicketstuff-core or gma2 module on maven. > >> > >> You need to compile it yourself. > >> > >> svn checkout > >> > https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/w

Re: google maps in wicket

2009-04-14 Thread shiraz memon
k/wicketstuff-core/ > > mf > > 2009/4/14 shiraz memon > > > Hi > > > > I am a newbie to wicket and stumbled upon it via several websites and > > blogs, > > even I managed to run simple examples with in couple of minutes. Also > very > > amazed a

google maps in wicket

2009-04-14 Thread shiraz memon
Hi I am a newbie to wicket and stumbled upon it via several websites and blogs, even I managed to run simple examples with in couple of minutes. Also very amazed about its elegance and simplicity, which really pushes me to use this framework in my application. I am using maven for dependency mana