Re: Testing wicket pages in project with maven structure

2010-10-21 Thread ali
Hi, I am also having the same problem. My wicket pages (.java files and .html files) are in the same package e.g. se.myapp.web.pages etc. And I don't have any src/main/webapp/WEB-INF/html Directory in my workspace. Please help me to fix this problem. Thanks -- View this message in

Re: Sending data to a wicket form through a POST from an external site

2010-10-20 Thread ali
Hi Martin, Can you please come up with any example? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Sending-data-to-a-wicket-form-through-a-POST-from-an-external-site-tp110p3003371.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Sending data to a wicket form through a POST from an external site

2010-10-19 Thread ali
will be highly appreciated. Thanks, Ali -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Sending-data-to-a-wicket-form-through-a-POST-from-an-external-site-tp110p3002261.html Sent from the Users forum mailing list archive at Nabble.com

Re: Populating a model with form data from external site

2010-10-19 Thread ali
Does this work? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Populating-a-model-with-form-data-from-external-site-tp122p3002211.html Sent from the Users forum mailing list archive at Nabble.com.

Is there any way to use WebResource or DynamicWebResource the same way as WebPage with BookmarkablePageLink and PageParameter.

2008-07-28 Thread Ali Sakebi
Hi Is there any way to use WebResource or DynamicWebResource the same way as WebPage with BookmarkablePageLink and PageParameter? That is creating a bookmarkable link with parameter for [Dynamic]WebResource and make use of those parameters in [Dynamic]WebResource. -ali

Multiple child-extend in one page?

2007-10-21 Thread Ali Sakebi
in base layout, is there any suggestion to get my job done? Regards, Ali - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is Wicket suitable for my CMS?

2007-10-13 Thread Shams Ali
Hi, I think u might consider using getVariation()of WebPage class and dynamically generated htmls along with some tricks in the java code :). Hope it helps. Shams - Original Message From: pierobo [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Saturday, October 13, 2007 12:26:11

Re: Is Wicket suitable for my CMS?

2007-10-13 Thread Shams Ali
Igor has already given a reply which is probably the best way to do it in wicket. I agree it is much simpler solution to what I was thinking. The reason I fell in love, and still am, with wicket was the ability to separate html and java. So i do not want to be generating html from inside