file listing in the browser

2013-04-29 Thread pen
these running in tomcat. Thanks Pen -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/file-listing-in-the-browser-tp4658393.html Sent from the Users forum mailing list archive at Nabble.com

replacing parent panel how to

2011-11-11 Thread pen
. I tried lot of things but didn't work. Any help would be greatly appreciated. `Pen -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/replacing-parent-panel-how-to-tp4032603p4032603.html Sent from the Users forum mailing list archive at Nabble.com

template navigation using ajax

2011-11-02 Thread pen
Hi All, I need to build a Ajax pages, similar to wicket template example using markup inheritance. Instead of refreshing whole pages when clicked on page1 or page2. Only the content on the right side should be refreshed using Ajax. What is the best way to implement this? `Pen -- View

Re: template navigation using ajax

2011-11-02 Thread pen
This is the wicket page example http://www.wicket-library.com/wicket-examples/template/wicket/bookmarkable/org.apache.wicket.examples.template.pageinheritance.Page1?0 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/template-navigation-using-ajax-tp3983962p3983966.html

Re: How to attach treelink to pages

2011-10-13 Thread pen
page. `Pen -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-attach-treelink-to-pages-tp3900319p3901894.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

How to attach treelink to pages

2011-10-12 Thread pen
); final DefaultMutableTreeNode treeNode = (DefaultMutableTreeNode) node; final IModel model = (IModel) treeNode.getUserObject(); setResponsePage( ? ); } Thanks. Pen -- View this message in context: http://apache

Re: How to dynamically generate HTML page?

2007-12-05 Thread Pen
the AutoComponentPanel code. It still needs some work to make it shine, but we plan to open source it anyway as part of a wicket-based QTI framework. PS. Unfortunately Wouter's slides aren't uploaded yet. Pen wrote: thanks Johan for your reply. I did take look into your slides. We can generate

Re: How to dynamically generate HTML page?

2007-12-04 Thread Pen
thanks igor.. igor.vaynberg wrote: see how wicketstuff-crud does it in wicket-stuff svn -igor On Dec 3, 2007 6:30 PM, Pen [EMAIL PROTECTED] wrote: I am a new wicker user. We need to construct/generate a HTML page dynamically at runtime from the HTML elements like image

Re: How to dynamically generate HTML page?

2007-12-04 Thread Pen
in memory and also how to navigate to this newly created page. ~Praveen igor.vaynberg wrote: see how wicketstuff-crud does it in wicket-stuff svn -igor On Dec 3, 2007 6:30 PM, Pen [EMAIL PROTECTED] wrote: I am a new wicker user. We need to construct/generate a HTML page

Re: How to dynamically generate HTML page?

2007-12-04 Thread Pen
in the netherlands 2007/12/4, Pen [EMAIL PROTECTED]: I looked into the example wicketstuff-crud, this is basically in memory database with basic CRUD operation. this is not what exactly I am looking. Let me restate the question. We have application where in user can create a webpages using web

Re: howto JSON Wicket works?

2007-11-26 Thread Pen
that would be great. I am not receving the form post data in the request object in wicket. Thanks ~Pen Johan Compagner wrote: Again, why do you try to generate a json object in the browser?? Why not create a normal wicket form that you post to the server and then in the form submit method you create

Re: howto JSON Wicket works?

2007-11-24 Thread Pen
. If you can provide some coding example or some pointer it would be great. ~Pen Johan Compagner wrote: Which part goes wrong? Do you see the request being send? Why do this though json? If you need json objects on the server why not using a normal form post and create the json object

howto JSON Wicket works?

2007-11-23 Thread Pen
: + data); } //target.addComponent(received)// Add to the response data } }); } } ~Pen -- View this message in context: http://www.nabble.com/howto-JSON-Wicket-works--tf4865188.html

How Wicket Ajax?

2007-11-08 Thread Pen
://trirand.com/jqgrid/jqgrid.html Any sample example will be greatly appreciated. ~Pen -- View this message in context: http://www.nabble.com/How-Wicket-Ajax--tf4776029.html#a13661957 Sent from the Wicket - User mailing list archive at Nabble.com

Re: How to Jquery, Json, wicket spring?

2007-11-06 Thread Pen
you have any example or pointer to that it would be great. Pen wrote: We are developing a new web based application in wicket, we need to integrate Ajax(Jquery 1.2) with JSON data format and wicket(1.3). Does anybody know how to do this? any sample example or pointer will be great full

Re: How to Jquery, Json, wicket spring?

2007-11-05 Thread Pen
]: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-jquery-examples/ [3]: http://alchim.sourceforge.net/download/wicketstuff-jquery-examples-0.1-SNAPSHOT.war [4]: http://wicketstuff.org/jira/browse/WSJQUERY thanks I will take look into it. Pen wrote: We

How to Jquery, Json, wicket spring?

2007-11-04 Thread Pen
to integrate Wicket(1.3) with spring using new spring annotations 2.5? thanks Pen -- View this message in context: http://www.nabble.com/How-to-Jquery%2C-Json%2C-wicket-spring--tf4749547.html#a13581144 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Wicket Session Management?

2007-10-30 Thread Pen
Knopp-2 wrote: Pen wrote / napĂ­sal(a): I have a few question regarding the wicket usage. we are trying to Implement wicket as our next MVC framework, Can please someone answer the questions below Hi - about session support - wicket stores the render state of most renderer's in session