Adding a IRenderer interface ?

2011-03-18 Thread zedros schwartz
*/ Object getDisplayValue(T object); } Just 2 cents really. thanks again for all the good work done with Wicket :) best zedros - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Wicket tester test coverage

2009-12-01 Thread ZedroS Schwart
ed number). I should test it ! > > > zedros wrote: >> >> on a broader picture, my main question was about the way you proceed, >> Do you test every page, including every validator or.. ? If doing so, >> for pages that quite often are then not touched much, i would

Re: Wicket tester test coverage

2009-11-25 Thread ZedroS Schwart
der picture, my main question was about the way you proceed, Do you test every page, including every validator or.. ? If doing so, for pages that quite often are then not touched much, i would fear the time needed for proper testing quite hard to justify. Am i wrong here ? bye zedros > >

Re: Wicket tester test coverage

2009-11-25 Thread ZedroS Schwart
aying so. How do you suggest to write/do TDD for web pages ? thanks in advance ++ zedros - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Caching a resource on the browser side

2009-08-04 Thread ZedroS Schwart
23:00:00 GMT Expires: Tue, 04 Aug 2009 09:53:23 GMT Cache-Control: max-age=360, must-revalidate Content-Type: text/csv; charset=UTF-8 Content-Length: 5659 Date: Tue, 04 Aug 2009 08:53:23 GMT Server: Jetty(6.1.16) if anyone knows how to resolve that ++ On Wed, Jul 29, 2009 at 12:10 AM,

Re: Caching a resource on the browser side

2009-07-28 Thread ZedroS Schwart
blic String getContentType() >        { >            return "text/plain"; >        } > >       �...@override >        protected Charset getCharset() >        { >            return Charset.forName("ISO-8859-1"); >        } > >       �...@override

Re: Caching a resource on the browser side

2009-07-28 Thread ZedroS Schwart
Alive: 300 Connection: keep-alive Cookie: JSESSIONID=1gxaom5muzh66 HTTP/1.x 200 OK Content-Type: text/csv; charset=UTF-8 Content-Length: 5726 Server: Jetty(6.1.16) thanks again zedros On Tue, Jul 28, 2009 at 8:59 AM, Juri Prokofiev wrote: > To set headers to a resource you need to extend setH

Caching a resource on the browser side

2009-07-27 Thread ZedroS Schwart
e being cacheable. From what I've seen, setHeaders() in WebResource is never called... Neither did I manage to set them myself (on the page they're never called neither... and the request cycle has no webresponse on which to define the header). Any clue ? thanks in advance zedros ---

AjaxLink ERROR: Received Ajax response with code: 404 => at random after short delay

2009-06-04 Thread ZedroS Schwart
page, I often do : setResponsePage(getPage()); or setResponsePage(new MyPage(someAttribute))... I don't know if it could have an impact... Any help really welcome. thanks in advance cheers zedros - To unsubscribe, e-mail:

Re: How to add a component in a behavior ?

2009-02-08 Thread ZedroS
hi Just a question, about this suggestion : normal html or wicket componentsnormal html or wicket components Is it completely far off or could it be interesting ? What do you think of it ? thanks in advance ++ -- View this message in context: http://www.nabble.com/How-to-add-a-component-in

Re: How to add a component in a behavior ?

2009-02-03 Thread ZedroS
aration of html and Java, possibility to add components). thanks for your time responding ! zedros -- View this message in context: http://www.nabble.com/How-to-add-a-component-in-a-behavior---tp21758993p21821052.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: How to add a component in a behavior ?

2009-02-03 Thread ZedroS
and allow the use of components. For sure it might not be perfect, for example multiple composers on the same "composedComponent" might be tricky, but overall, what do you think of the idea ? ++ zedros -- View this message in context: http://www.nabble.com/How-to-add-a-component-in-a-b

How to add a component in a behavior ?

2009-01-30 Thread ZedroS
de and html rendered) just after my component. Is it possible ? If so, how ? NB : I guess it should use onRendered(Component component) but I don't see how to add a component. Thanks in advance best, zedros -- View this message in context: http://www.nabble.com/How-to-add-a-component-in-a-

Re: What is your experience on the time of development ?

2009-01-04 Thread ZedroS
up my mail, I would love to have more insight of Wicket and TDD... :$ Thanks in advance ;) cheers zedros -- View this message in context: http://www.nabble.com/What-is-your-experience-on-the-time-of-development---tp20971605p21280942.html Sent from the Wicket - Us

Re: Twenty Six Wicket Tricks

2009-01-04 Thread ZedroS
Jonathan Locke wrote: > > yeah. good one. > oh oh... so I'll have to buy this book ;) lol bye zedros -- View this message in context: http://www.nabble.com/Twenty-Six-Wicket-Tricks-tp21214357p21280822.html Sent from the Wicket - User mailing list archive

Re: Twenty Six Wicket Tricks

2008-12-31 Thread ZedroS
but an extensive review would be welcome. Happy new year Best, ZedroS -- View this message in context: http://www.nabble.com/Twenty-Six-Wicket-Tricks-tp21214357p21238924.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Direclty using parent's compoundpropertymodel not possible ?

2008-07-31 Thread ZedroS
for it to be included in the Working with Wicket models wiki page for people like me... I'll definitely makes more tries of it, since I'm not sure I properly get how compound property models are shared among inheritors. And the day I'm sure of it, I'll update the wiki page if

Re: disabling error validation

2008-07-10 Thread ZedroS
Hi If you don't want our form to be validated, why do you use a SubmitLink ? A simple Link wouldn't trigger the validation. Isn't that what you're looking for ? ++ zedros -- View this message in context: http://www.nabble.com/disabling-error-validation-tp18375841p1837743

Re: Component self updating when Ajax call changed a commun model ?

2008-07-10 Thread ZedroS
Hi Thanks again ! Were you thinking of this discussion : http://www.nabble.com/AJAX-validation-and-multiple-requests-td15546309.html ? If so it looks like there is no "real" feature for this need in the framework and that it should be done "by hand" each time, do we agree ? ++ -- View this me

Re: Direclty using parent's compoundpropertymodel not possible ?

2008-07-10 Thread ZedroS
if I have a family object with children in itm and a panel displaying the basic family info with a subpanel displaying the children info, how would you do to give/get the CPM's children in there ? thanks again ! zedros -- View this message in context: http://www.nabble.com/Direclty

Direclty using parent's compoundpropertymodel not possible ?

2008-07-09 Thread ZedroS
it possible to do so ? How should I do otherwise ? For the time being, I give a reference to the model at each sub component (panels, forms...) and directly access it, but I find it kind of "not proper". Thanks in advance ++ zedros -- View this message in context: http://www.nabble

Component self updating when Ajax call changed a commun model ?

2008-07-09 Thread ZedroS
same model. What do you think of it ? NB : I saw this discussion http://www.nabble.com/Updating-distant-(unrelated)-components-via-Ajax-when-a-shared-model-changes-to13165777.html#a13165777 but I'm not sure it's the only way... Let's see if Wicket surprises me one more time ;) ++

Re: [ANNOUNCE] Apache Wicket 1.3 released

2008-01-03 Thread ZedroS Schwart
Hi Congratulations ! I put a word about it there http://blog.developpez.com/index.php?blog=136&title=wicket_1_3_est_arrive , I hope it'll help ! Cheers ! ZedroS On Jan 3, 2008 10:37 PM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > Help promote wicket: digg our release: &

Re: Wicket and Netbeans 6

2007-10-23 Thread ZedroS Schwart
Hi again So, it's great : the latest nightly build of NB 6 managed to retrieve a lost UML project and, even better, the modules you've indicated were of fact for Wicket 1.3 and not 1.2 as I was fearing :) Let's continue digging in ! Thanks a lot Cheers, ZedroS On 10/23/07,

Re: Wicket and Netbeans 6

2007-10-23 Thread ZedroS Schwart
hi all Great answers ! I'm downloading the latest NB to avoid bugs corrected in the Beta 1, and then I'll follow your advice Ayodeji. I'll let you know of the outcome :) Cheers ZedroS On 10/23/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > I have checked out and

Re: Wicket and Netbeans 6

2007-10-20 Thread ZedroS Schwart
in advance ZedroS On 10/20/07, David Bernard <[EMAIL PROTECTED]> wrote: > I try NB 6 some time ago with wicket and maven. > You don't need to "mvn netbeans:netbeans", but you need to install NB > module/plugins to manage maven2 project. > Tools>Plugins>Availa

Wicket and Netbeans 6

2007-10-20 Thread ZedroS Schwart
age to "just open the pom.xml directly". I open the file with Netbeans, then I see it but I see nothing to have some action. Furthermore, when doing "open project" in my project folder, NEtbeans doesn't recognise the pom file, so no project is open. Where am I doing wron

Re: Nicer URLs in Wicket

2007-07-29 Thread ZedroS Schwart
That's great ! Could it become the basic behavior for wicket url ? Personally I find the current url behavior in wicket to be quite unfriendly. In fact, it's among the few aspects I dislike in wicket :$ ++ Joseph On 7/29/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > Hi folks, > > I've committed