Re: Image Upload Using TinyMCE Within Wicket Framework

2010-04-30 Thread 新希望软件 -- 俞宏伟
image upload example run failuer, the application throwsNoClassDefFoundError . WicketMessage: Can't instantiate page using constructor public wicket.contrib.examples.tinymce.ImageUploadTinyMCEPage() Root cause: java.lang.NoClassDefFoundError: wicket/contrib/tinymce/image/ImageUploadPanel at

RE: Strict XHTML validation

2010-04-30 Thread orange80
Hi, I just came across this same issue... I was just wondering why the wicket:id attributes wouldn't pass validation? Isn't that what this "xmlns:wicket" is for? Thanks! Jamie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Strict-XHTML-validation-tp1858650p207766

Facebook XFBML friends invite

2010-04-30 Thread Matthieu
Hello Wicket community, I need help to use the "multi-friend-selector" to invite all friends in my application! I don't really see how to use it in wicket and i can't find the information i need... Could you help me? Maybe with an example! I want to use the default window => http://wiki.develop

Wicket page test 1.4 is now available

2010-04-30 Thread Kent Tong
Dear all, Wicket page test 1.4 is now available. It is a library allowing you to unit test your Wicket pages easily, supporting AJAX and Javascript without changes to your pages. New features implemented in this version: * Provide a super easy way to locate a DOM element with the Wicket ID. For

Re: mexico.com

2010-04-30 Thread Per Newgro
A bit much informations especially if you open a details window. Question why is the avg of 7 times $316 = $315.24? $316$316$316$316$316$316$316$315.24 view total price Room Charges: $4,413.36 Taxes & Fees: $337.68 (more info ) ---

Re: mexico.com

2010-04-30 Thread Zilvinas Vilutis
Well done! The site's working perfectly! Žilvinas Vilutis Mobile: (+370) 652 38353 E-mail: cika...@gmail.com On Fri, Apr 30, 2010 at 8:12 AM, Scott Swank wrote: > Wicketeers, > > We at Vegas.com have been able to re-purpose our Wicket-based > air/hotel search application and purchase/ch

Re: mexico.com

2010-04-30 Thread John Armstrong
Thanks for sharing this, its going to be great help for us in convincing one of our travel related clients to trust Wicket! John- On Fri, Apr 30, 2010 at 9:36 AM, Carl Sziebert wrote: > Looks nice Scott. Job well done to the team there at Vegas.com. > > > > On Fri, Apr 30, 2010 at 9:30 AM, Scott

Re: mexico.com

2010-04-30 Thread Nick Heudecker
Scott - can you provide any details on the hardware supporting mexico.com or vegas.com? On Fri, Apr 30, 2010 at 9:30 AM, Scott Swank wrote: > Thanks, though I was only involved early on with this project. Only > the initial page is stateless, after that search results are in your > session. > >

Re: mexico.com

2010-04-30 Thread Carl Sziebert
Looks nice Scott. Job well done to the team there at Vegas.com. On Fri, Apr 30, 2010 at 9:30 AM, Scott Swank wrote: > Thanks, though I was only involved early on with this project.  Only > the initial page is stateless, after that search results are in your > session. > > On Fri, Apr 30, 2010 a

Re: mexico.com

2010-04-30 Thread Scott Swank
Thanks, though I was only involved early on with this project. Only the initial page is stateless, after that search results are in your session. On Fri, Apr 30, 2010 at 9:06 AM, robert.mcguinness wrote: > > site looks great.  i'm curious, how did you approach the stateless pages > using Wicket?

Re: wicket:message attribute in regular html tags with child components

2010-04-30 Thread Igor Vaynberg
wicket:message is not intended to be used on actual wicket components, only on raw markup. if you have a component then its trivial to add the localized attribute from code. remember, wicket prefers everything to be done from code. wicket:message exists because creating a markup container in code a

Re: AjaxFallbackDefaultDataTable Model Not Updating

2010-04-30 Thread Igor Vaynberg
On Thu, Apr 29, 2010 at 3:42 PM, Corbin, James wrote: > A co-worker of mine created an AjaxFallbackDefaultDataTable with editable > cells.  In this case they are dropdowns.  She is dynamically adding rows to > the table.  If she modifies one of the component drop down (PropertyModel) > values i

Re: mexico.com

2010-04-30 Thread robert.mcguinness
site looks great. i'm curious, how did you approach the stateless pages using Wicket? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/mexico-com-tp2077060p2077139.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: mexico.com

2010-04-30 Thread Jeremy Thomerson
Great! Keep 'em coming. -- Jeremy Thomerson http://www.wickettraining.com On Fri, Apr 30, 2010 at 10:12 AM, Scott Swank wrote: > Wicketeers, > > We at Vegas.com have been able to re-purpose our Wicket-based > air/hotel search application and purchase/checkout application. This > is the new

mexico.com

2010-04-30 Thread Scott Swank
Wicketeers, We at Vegas.com have been able to re-purpose our Wicket-based air/hotel search application and purchase/checkout application. This is the new Mexico.com. www.mexico.com Thank you again. The re-use of components and abstract pages was tremendous. Best, Scott --

RE: AjaxFallbackDefaultDataTable Model Not Updating

2010-04-30 Thread Corbin, James
Is the solution to add AjaxFormComponentUpdatingBehavior/AjaxFormChoiceComponentUpdatingBehavior to each of the editable form components? -Original Message- From: Corbin, James [mailto:jcor...@iqnavigator.com] Sent: Thursday, April 29, 2010 4:42 PM To: users@wicket.apache.org Subject: A

RE: Wicket Wiki

2010-04-30 Thread Metzger, Natalie J.
I've been seeing this for about 2 weeks, usually I just looked at the html page source to find the code. But if someone had a fix for this problem, it would be greatly appreciated! Natalie -Original Message- From: Martin Schayna [mailto:martin.scha...@abra.eu] Sent: Thursday, April 29,

Re: Detecting Page Inactivity From Wicket

2010-04-30 Thread Jimi
Not being an expert in either Wicket, HTML or javascript/ajax, I would say this is not really a Wicket issue... If it is possible in Javascript/Ajax then it is possible with Wicket. Maybe this discussion can help: http://stackoverflow.com/questions/1060008/is-there-a-way-to-detect-if-a-browser-wi

BreadCrumbPage struggle

2010-04-30 Thread Dr. Wolf Blecher
Hi, I'm trying to implement a BreadCrumbPage What I did was to generate a BasePage, which has a BreadCrumbBar on it, and I subclass a startPage from it, which implements the IBreadCrumbParticipant interface. The BreadCrumbBar is passed as parameter to this new page, so that instead of creating the

Re: wicket:message attribute in regular html tags with child components

2010-04-30 Thread Xavier López
Hasn't anybody else been in this situation ? I finally checked it is necessary for a regular tag with a wicket:message attribute and with wicket component childs to be also a wicket component... Maybe it would be nice to have this information on the wiki page talking about the wicket:message attrib

Re: DataView disappearing after AJAX update

2010-04-30 Thread Ernesto Reinaldo Barreiro
You are welcome. Just an additional comment. On method public IModel model(TestBean object) { return new Model(object); } of the DataProvider it might be better to return an LDM in order to keep page lightweight. Cheers, Ernesto On Fri, Apr 30, 2010 at 9:51 AM, Robert Kimotho

Re: DataView disappearing after AJAX update

2010-04-30 Thread Robert Kimotho
Thanks alot Ernesto, exactly what I've been wanting, the dropdown no longer crashes when there is no data. Cheers, Kimotho. On Thu, Apr 29, 2010 at 4:39 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Kimotho, > > Following example works. > > > >

Detecting Page Inactivity From Wicket

2010-04-30 Thread Ayodeji Aladejebi
How can one know when the user has left the browser screen and has not been active for a while from client side Is there also a way to attach an event to browser page focus any tips