Re: Wicket Stuff Html Validator

2010-02-23 Thread Martijn Dashorst
Strange, at our company the thing works. Did you build the jar yourself? Or did you download it from the wicketstuff repo? Martijn On Mon, Feb 22, 2010 at 10:24 PM, mzem...@osc.state.ny.us wrote: I've added htmlvalidator-1.3.1.jar to my classpath, and the appropriate code in the application's

Re: Tomcat Deployment problem : adding CSS links have been modified ?

2010-02-23 Thread Yxo
Hello, i have the same issue. while wicket:link solves css links in header, i still have problems with ContextImage-s. In my case, wrong img src (extra level of ../) is generated only after postback on same page (form submit). I tried HybridUrlCodingStrategy and QueryStringUrlCodingStrategy with

Re: IResponseFilter takes over outputStream - error

2010-02-23 Thread Ernesto Reinaldo Barreiro
Isn't it possible to create a dynamic WEB resource the generates your XML and then feed this XML to Big Faceless PDF library for creating the PDF? And them stream back the PDF? I haven't used that library myself but I guess that would be possible?? Best, Ernesto On Tue, Feb 23, 2010 at 8:30 AM,

Re: Model to use for static Label text

2010-02-23 Thread Serban Balamaci
Yes you are right, if we set the variable in the constructor but make it null on detach, we will not have it on getObject on next render, so we need to keep a reference to it. I guess the only choice would be to the LoadableDetachableModel, which could be thought detrimental for code clearness

Re: IResponseFilter takes over outputStream - error

2010-02-23 Thread geireilertsen
Probably, but I would still like to use the markup generation in the Page to generate my XML. Is it possible to sort of call the Page rendering from within a WebResource and get the rendered XML back? Something like String xml = new MyXMLGeneratingPage().render(); Then I could point my link

Re: IResponseFilter takes over outputStream - error

2010-02-23 Thread Ernesto Reinaldo Barreiro
I guess that is not that simple... I would search the list because that question has been asked and answered many times before (e.g. how to render a page and send it by e-mail? and so on and so on). I still would try to generate the XML and the PDF in a dynamic Web resource. Best, Ernesto On

Re: Wicket used for mobile.walmart.com

2010-02-23 Thread Martin Funk
incredibly nice 2010/2/22 Joachim F. Kainz j...@jolira.com Fellow Wicket Users, The question if Wicket is suitable for large enterprises has just become easier to answer: The largest enterprise in the world is now using Wicket for its mobile site. Check out mobile.walmart.com (or just

Re: Wicket Stuff Html Validator

2010-02-23 Thread Martijn Dashorst
Another possibility is that you use a DTD that is not available (xhtml 2.0?) Martijn On Tue, Feb 23, 2010 at 9:08 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Strange, at our company the thing works. Did you build the jar yourself? Or did you download it from the wicketstuff repo?

Re: Wicket used for mobile.walmart.com

2010-02-23 Thread Daniele Dellafiore
On Mon, Feb 22, 2010 at 9:50 PM, Riyad Kalla rka...@gmail.com wrote: Joachim, Very very cool info. A few days ago folks were talking about slides for convincing management of Wicket and trying to create some common slides for folks to utilize -- information like *this* (Walmart, Wells Fargo)

Re: Wicket used for mobile.walmart.com

2010-02-23 Thread nino martinez wael
hehe :) 2010/2/23 Daniele Dellafiore ilde...@gmail.com On Mon, Feb 22, 2010 at 9:50 PM, Riyad Kalla rka...@gmail.com wrote: Joachim, Very very cool info. A few days ago folks were talking about slides for convincing management of Wicket and trying to create some common slides for

color of message

2010-02-23 Thread Gw
Hi, folks... Does anyone know how to change the color of feedback messages, say: red for errors, green for info, etc... Many thanks before... Mike

Re: Wicket used for mobile.walmart.com

2010-02-23 Thread Cemal Bayramoglu
I've seen a few places now, where in their excitement, enthusiasm and haste to make it known to the world that a key, public facing, Walmart site is built on Wicket, people have spelt the domain name incorrectly. Arguments to convince the unaware that Wicket is really very good would be even more

Re: color of message

2010-02-23 Thread Cemal Bayramoglu
Mike, Use CSS. eg on feedback errors, Wicket puts class=feedbackPanelERROR Regards - Cemal jWeekend OO Java Technologies, Wicket Consulting, Development, Training http://jWeekend.com On 23 February 2010 12:27, Gw not4spamm...@gmail.com wrote: Hi, folks... Does anyone know how to change the

RE: RadioChoice in IE7 Known Issue?

2010-02-23 Thread Corbin, James
Yeah, its inside a form that is in a modal popup. It is not a nested form situation. I found some archive messages that talked around the same problem and their findings was that the form post was different(and wrong) for the RadioChoice under IE7, but this message thread was from March '09.

RE: Wicket used for mobile.walmart.com

2010-02-23 Thread Jeffrey Schneller
Joachim, Thanks for this information. It shows that we made the right choice with Wicket for a new retail site. Also thank you for posting your components as open source. Do you have any examples of how these components can and should be used. In particular the jofilter,

Proper way to embed image URL into style attribute?

2010-02-23 Thread Sergey Olefir
Hi, we are currently developing our first application with Wicket -- and naturally we run into some problems/questions :) One of the' frameworkish' things we've done is to create 'base page' that we want to be able switch the look feel (theme) depending on the settings (e.g. depending on

Re: RadioChoice in IE7 Known Issue?

2010-02-23 Thread Igor Vaynberg
stuff in a modal window can only be submitted via ajax... -igor On Tue, Feb 23, 2010 at 7:30 AM, Corbin, James jcor...@iqnavigator.com wrote: Yeah, its inside a form that is in a modal popup.  It is not a nested form situation. I found some archive messages that talked around the same

Re: Wicket Stuff Html Validator

2010-02-23 Thread MZemeck
I downloaded the jar from wicketstuff repo... Here is the DTD; !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket= http://wicket.apache.org/; xml:lang=en lang=en Martijn

RE: RadioChoice in IE7 Known Issue?

2010-02-23 Thread Corbin, James
Thanks Igor. I'll look and see if that might be the issue. J.D. -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Tuesday, February 23, 2010 9:30 AM To: users@wicket.apache.org Subject: Re: RadioChoice in IE7 Known Issue? stuff in a modal window can only be

Re: Wicket used for mobile.walmart.com

2010-02-23 Thread nino martinez wael
Hi Jeff I can see theres a demo project for the stateless. They all seem pretty straight forward.. regards Nino 2010/2/23 Jeffrey Schneller jeffrey.schnel...@envisa.com Joachim, Thanks for this information. It shows that we made the right choice with Wicket for a new retail site. Also

Re: [OT] Wicket changed my life !

2010-02-23 Thread nino martinez wael
That's very true.. And one has a bigger chance earning some money :) regards N 2010/2/20 nicolas melendez nfmelen...@gmail.com programming web applications with wicket is as funny as play a game :). And with GAE, you don't need to paid for expensive Hosting :) . NM On Sat, Feb 20, 2010 at

How to increase the width of the AjaxEditableLabel editor? @L

2010-02-23 Thread Alec Swan
I noticed that when the user clicks on AjaxEditableLabel to edit the text the width of the edited area is reduced to 30 or so characters. How can I change the width of AjaxEditableLabel editor? Thanks.

RE: wicketstuff-jwicket, drag-and-drop, Internet Explorer 7/8

2010-02-23 Thread Stefan Jozsa
Thanks ! Implemented a dirty workaround by not exposing DD for IE. IE sucks, is a proprietary mess. Stefan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

RE: wicketstuff-jwicket, drag-and-drop, Internet Explorer 7/8

2010-02-23 Thread Istvan Jozsa
I'm interrested in using jWicket, please use this email for whatever announce, thanks once again, Stefan

building urls for application out outside of the Application

2010-02-23 Thread Douglas Ferguson
I'm writing an email daemon that will run outside of wicket. It needs to generate urls to the application based on POJOs from the DB. I can't use the urlFor method because that requires a request. It is possible to at least ask the Application class what the bookmarkable page link would be for

Re: building urls for application out outside of the Application

2010-02-23 Thread Igor Vaynberg
mount the page so the url to it is well known. -igor On Tue, Feb 23, 2010 at 5:29 PM, Douglas Ferguson doug...@douglasferguson.us wrote: I'm writing an email daemon that will run outside of wicket. It needs to generate urls to the application based on POJOs from the DB. I can't use the

Dynamic HTML mark-up ?

2010-02-23 Thread Ashika Umanga Umagiliya
Greeting friends, In the datagrid-cell , I want to add links which direct to some other pages.But the number of links change.I want to do something like in the following code-snippet(Pseudo code): new AbstractColumnObject(new Model(Description/Function)) { public void

Re: Dynamic HTML mark-up ?

2010-02-23 Thread Ashika Umanga Umagiliya
I guess the answer is 'ListView' right? Ashika Umanga Umagiliya wrote: Greeting friends, In the datagrid-cell , I want to add links which direct to some other pages.But the number of links change.I want to do something like in the following code-snippet(Pseudo code): new

Re: Dynamic HTML mark-up ?

2010-02-23 Thread Martin Makundi
ListView can be used like in the mashup container. Ofcourse we would prefer if oneday such container could be used without the dummy component id: http://code.google.com/p/wicket-mashup/ ** Martin 2010/2/24 Ashika Umanga Umagiliya auma...@biggjapan.com: I guess the answer is  'ListView' right?

Re: Dynamic HTML mark-up ?

2010-02-23 Thread Ashika Umanga Umagiliya
Thanks Martin, I checked-out the source and tried to give it a test run by 'mvn jetty:run' , but throws the error WicketMessage: Markup of type 'html' for component 'com.samplecompany.gui.MashUpPanel' not found. Enable debug messages for org.apache.wicket.util.resource to get a list of all

Re: Tomcat Deployment problem : adding CSS links have been modified ?

2010-02-23 Thread Ashika Umanga Umagiliya
Greetings all, wicket:link wont fix the problem for forms.I have following form ,where 'search' is a pages mounted using QueryStringUrlCodingStrategy. In the tomcat,the link changes to action=../search even I use wicket:link Any tips? wicket:link form action=search method=get div

Re: Dynamic HTML mark-up ?

2010-02-23 Thread Martin Makundi
Hi! Strange. Works for me: http://localhost:8080/Wicket-Quickstart/HomePage Directory of C:\workspaces\testspace\wicket-mashup 24.02.2010 08:50DIR . 24.02.2010 08:50DIR .. 24.02.2010 08:50 500 .classpath 24.02.2010 08:50 571 .project