Re: Wicket error in GlassFish

2008-12-16 Thread Daniel
remove it. 2008/12/16 Daniel lia...@gmail.com Hi, I'm an newbie in Wicket. When I create my first hello world wicket program, strange error encounted. The hello world program is just to show 'Hello World' through Label. The web.xml is as below, servlet servlet

Wicket error in GlassFish

2008-12-16 Thread Daniel
(ContextParamWebApplicationFactory.java:68) ... 38 more When I use the URL http://localhost:8080/WicketExamples/, the result is correct. My env is JDK 1.5.0_16 Wicket 1.4rc1 Tomcat 6.0 GlassFish v3 Can anybody help me? Thank you in advance. -- Best regards, Daniel

Re: Wicket error in GlassFish

2008-12-16 Thread Daniel
param-value2/param-value /init-param /filter 2008/12/16 Daniel lia...@gmail.com Hi, I'm an newbie in Wicket. When I create my first hello world wicket program, strange error encounted. The hello world program is just to show 'Hello World' through Label

Re: wicket mailing list

2010-07-14 Thread Daniel
eg Gmane or Nabble ? Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket 8 ModalWindow autosizing problem

2018-11-08 Thread daniel
Thanks for the tip. https://issues.apache.org/jira/browse/WICKET-6613 -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: Wicket 8 ModalWindow autosizing problem

2018-11-08 Thread daniel
Thanks for the tip. https://issues.apache.org/jira/browse/WICKET-6613 -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: Wicket 8 ModalWindow autosizing problem

2018-11-07 Thread daniel
I updated the version and modal.css seems to load fine (modal-ver-154158884.css). -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail:

Wicket 8 ModalWindow autosizing problem

2018-11-07 Thread daniel
scrollbar or excessive window size. I've been trying to play around with various combinations of set/useInitial/Minimal/Height() and setAutoSize() without any luck so far. Any help is appreciated, thank you. Daniel -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

Graphs, Charts and Wicket

2008-11-16 Thread Yazbek, Daniel (Daniel)
Hi all, I'd like to put some simple bar graphs, pie graphs and possible line graphs into my wicket pages. Have any of you used a good framework that you can recommend, that also plays nicely with Wicket? Thanks! -Daniel.

User Group Stockholm / Sweden - Invitation

2007-09-13 Thread Daniel Frisk
. // Daniel Frisk ([EMAIL PROTECTED])

User Group Stockholm/Sweden

2007-09-14 Thread Daniel Frisk
, and we will bring the beer :-) // Daniel Frisk

Redirect to HTTPS?

2007-09-24 Thread Daniel Frisk
the request processing and etc but it seemed overly complicated for this tiny check, any ideas for a minimal implementation which could serve this purpose? // Daniel Frisk jalbum.net - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Redirect to HTTPS?

2007-09-24 Thread Daniel Frisk
:-) // Daniel On 2007-09-24, at 19:00, Igor Vaynberg wrote: just take whatever has been discussed on this list and strip it down to whatever level you need. i dont think any one is interesting in doing this for you... -igor On 9/24/07, Daniel Frisk [EMAIL PROTECTED] wrote: I'm trying

Re: Redirect to HTTPS?

2007-09-25 Thread Daniel Frisk
()); url.append(webRequest.getHttpServletRequest().getContextPath()); url.append(webRequest.getServletPath()); webResponse.redirect(url.toString()); --- end of redirect portion --- // Daniel On 2007-09-25, at 08:00, Eelco Hillenius wrote: All the other encode methods get the proper wicket URL

Wicket Ajax Debug window - font color

2007-10-03 Thread Daniel Stoch
somewhere in wicket-ajax-debug.js setting like this: color: black; PS. I'm using Wicket 1.3.0-beta3. Best regards, Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket Ajax Debug window - font color

2007-10-03 Thread Daniel Stoch
Done: https://issues.apache.org/jira/browse/WICKET-1037 Daniel On 10/3/07, Matej Knopp [EMAIL PROTECTED] wrote: Sure, please add a issue to JIRA. thanks. -Matej On 10/3/07, Daniel Stoch [EMAIL PROTECTED] wrote: Hi, The Wicket Ajax Debug (WAD) window has a background color set

Wicket Article on DevX

2007-10-14 Thread Daniel Carleton
on to Wicket! http://www.devx.com/Java/Article/35620 Congratulations on the upcoming 1.3 release, and thanks to everyone on IRC (esp. chillenious, matej, and ivaynberg) who fielded my Wicket questions all summer. - Daniel (dacc

RE: RadioChoice vs. RepeatingView inside RadioGroup

2007-10-18 Thread Daniel Kröger
Oh, you're right Martijn. How could I not even think about that!?! ;) Thanks! Daniel -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 11:13 AM To: users@wicket.apache.org Subject: Re: RadioChoice vs. RepeatingView inside

AjaxFormChoiceComponentUpdatingBehavior not working when RadioChoice prefix and suffix are set

2007-10-26 Thread Daniel Kröger
intended or is it a bug? Best regards Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

EqualInputValidator inside WizardStep

2007-10-29 Thread Daniel Kröger
. Offending component id `order.customer.email`. What is the right way to use an EqualInputValidator inside a WizardStep? Thanks in advance for your help! Best regards Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: EqualInputValidator inside WizardStep

2007-10-29 Thread Daniel Kröger
Adding the validator to an embedded form worked! Thanks for your help, Igor! Daniel -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 6:01 PM To: users@wicket.apache.org Subject: Re: EqualInputValidator inside WizardStep hrm, i

Browser back button and Wizard

2007-10-31 Thread Daniel Kröger
for unexperienced users. Is there a way to enable browser back button support for a Wizard? I'm using Wicket 1.3.0-beta4. Thanks again for your help! Cheers Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Wicket OSGi

2007-11-14 Thread Daniel Stoch
a nice way. We don't use Pax. We have our own visual plugins' system based on pages and panels and we can use them to compose a pages or another plugins. Plugins can be delivered in different bundles. But it is a long story ;). Best regards, Daniel

BookmarkablePageLink parameters field in 1.3.0-rc1

2007-11-20 Thread Daniel Stoch
it is: - protected MiniMap parameters; What is the reason of this change and how should I access these parameters' values now (getPageParameters() is a private method), eg. like this: (String)parameters.get(somekey);? Regards, Daniel

Re: IOException from ModalWindow

2007-11-20 Thread Daniel Man
Hello, I have the same problem. The cause is (by my opinion) in JS code of modal.js - method getMarkup(), rows 1095 - 1099: if (isFrame) { s+=

Re: Adding jquery effects to paging navigator

2008-12-05 Thread Daniel Peters
});, topContainer.getMarkupId(), current); regards, Daniel Serkan Camurcuoglu wrote: How can I modify the onclick attribute of the links in the AjaxPagingNavigator? I override newPagingNavigationLink in my ajax paging navigator as shown below, but my javascript is not prepended. I want to add JQuery fadeout code

Newbie question

2008-12-09 Thread Mark Daniel
Hello all, I'm following the wicket in action book. I'm trying the cheese store in chapter 3. I was following along the code by reading a bit and coding a bit on my own. The code defining the ListView for the cheese cart is originally: add(new ListView(cart, new PropertyModel(this,

Re: Newbie question

2008-12-09 Thread Mark Daniel
. -Original Message- From: Mark Daniel [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 6:23 PM To: users@wicket.apache.org Subject: Newbie question Hello all, I'm following the wicket in action book. I'm trying the cheese store in chapter 3. I was following along

Re: Newbie question

2008-12-09 Thread Mark Daniel
instance, but its probably not the same instance of list you are adding items to. that is why the original code uses a model to give listview the list. read the models chapter... -igor On Tue, Dec 9, 2008 at 12:23 PM, Mark Daniel [EMAIL PROTECTED] wrote: Hello all, I'm following the wicket

Re: Newbie question

2008-12-09 Thread Mark Daniel
By original source, I meant I just tried it on the book source code download. On Wed, Dec 10, 2008 at 1:20 AM, Mark Daniel [EMAIL PROTECTED] wrote: Hi Igor, I just changed one line the original source (in my original post), and built a war and deployed on tomcat, and got the behavior I

Re: Set width of auto complete text field?

2009-01-21 Thread Daniel Peters
#ccc;padding: 1px;margin-top:1px;text-align:left;} div.wicket-aa ul {list-style:none; padding:0; margin:0;} div.wicket-aa ul li {padding:1px 5px 1px 5px;} div.wicket-aa ul li.selected {background-color:#ff6600} -Daniel

Re: Change Year in DatePicker

2009-01-28 Thread Daniel Peters
DatePicker and override one method: protected boolean enableMonthYearSelection() { return true; } (not sure about version 1.3.0, but it worked in 1.3.5 and 1.4) -Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Multi-module applications in Wicket

2009-02-01 Thread Daniel Lipski
which I havnt foreseen. Maybe there is general rule/pattern/solution for writing multi-module web applciaions ? Im sure its common issue and many of you could share some experience. Thanks for any help. Regards Daniel -- View this message in context: http://www.nabble.com/Multi-module

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Lipski
Thanks for your help. I havnt tried this yet becaouse this involves some refactoring and I wanted to be sure that I'll choose correct solution. Daniel Stoch-2 wrote: No, I don't say you need OSGi container, but in more complex environments it may be helpful. Of course you can, as you

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Lipski
Do I really need OSGi container ?(OSGi is great idea, but I would like to keep this simple) Why I cant just map WicketFilter multiple times ? I would like to stay with one war deployed on Tomcat container. Daniel Stoch-2 wrote: Maybe you should look at OSGi? Then each of your application

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Stoch
you already know it ;)). -- Daniel On Mon, Feb 2, 2009 at 10:39 AM, Daniel Lipski daniel.lipski...@gmail.com wrote: yes, they use the same service layer and the same caches. Whats more its easier to deploy build one war insted of many. Does your question suggests that there are problems

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Lipski
applications (in the java servlet sense). Is there a reason you cannot have multiple WARs? Thomas On Sun, Feb 1, 2009 at 2:09 PM, Daniel Lipski daniel.lipski...@gmail.comwrote: Hi Im working on web application divided into multiple 'modules' and Im wondering how to use Wicket

Re: Multi-module applications in Wicket

2009-02-02 Thread Daniel Stoch
No, I don't say you need OSGi container, but in more complex environments it may be helpful. Of course you can, as you wrote, map WicketFilter multiple times and this should work - why you didn't try this yet? :) -- Daniel On Mon, Feb 2, 2009 at 12:03 PM, Daniel Lipski daniel.lipski...@gmail.com

StatelessForm and field parameters in url after post

2009-02-04 Thread Daniel Stoch
in url). -- Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket meetup in Switzerland?

2009-02-22 Thread Daniel Frisk
at our google group at http://wicket.jalbum.net // Daniel jalbum.net On 2009-02-22, at 12:45, Nino Martinez wrote: Yeah We have trouble here in Denmark too, all our events has only been max 5 people... So Cemal if you know of anyone who could be interested in a WUG DK please tell

Re: Wicket meetup in Switzerland?

2009-02-23 Thread Daniel Frisk
We have had a little bit of both languages. Most swedes are resonable proficent in english so we have used that when not all attendes know swedish. If you have some business planned in Stockholm you are more than welcome! // Daniel jalbum.net On 2009-02-22, at 22:03, Nino Martinez wrote

Re: A massive flaw in my understanding of Wicket

2009-03-06 Thread Daniel Peters
Hi tristan, try adding setRedirect(true) before calling setResponsePage. I think that should work: public TestLogoutPage() { MySession.get().invalidate(); setRedirect(true); // --- setResponsePage(getApplication().getHomePage()); } regards Daniel

OSGi and class loading issues solution proposal

2008-07-03 Thread Daniel Stoch
? -- Best regards, Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OSGi and class loading issues solution proposal

2008-07-03 Thread Daniel Stoch
On Thu, Jul 3, 2008 at 2:53 PM, Edward Yakop [EMAIL PROTECTED] wrote: On Thu, Jul 3, 2008 at 8:24 PM, Daniel Stoch [EMAIL PROTECTED] wrote: But there is a one assumption, that bundle with Wicket classes (you probably have a Wicket bundled somehow in your app, don't you? :)), should have

Re: OSGi and class loading issues solution proposal

2008-07-03 Thread Daniel Stoch
On Thu, Jul 3, 2008 at 3:35 PM, Edward Yakop [EMAIL PROTECTED] wrote: On Thu, Jul 3, 2008 at 9:27 PM, Daniel Stoch [EMAIL PROTECTED] wrote: On Thu, Jul 3, 2008 at 2:53 PM, Edward Yakop [EMAIL PROTECTED] wrote: On Thu, Jul 3, 2008 at 8:24 PM, Daniel Stoch [EMAIL PROTECTED] wrote

Re: OSGi and class loading issues solution proposal

2008-07-03 Thread Daniel Stoch
issues and we will take it from there. Ok, we'll do :). Before I'll create any JIRA issue, first I want to ask other osgi-guys what are they thinking about proposed changes. Maybe someone will have a better/other concepts (or vote for these, like Edward did). -- Daniel

ModalWindow submit from nested form after close

2008-07-09 Thread Daniel Stoch
). I hope this is clear enough ;). How to prevent from submiting the firstForm by AjaxButton from the nested secondForm? Maybe modal window content markup should be removed from DOM after close? -- Daniel - To unsubscribe, e-mail

Using same navigator on top and bottom of page.

2008-07-28 Thread Daniel Freitas
istill displays page 3 as clickable). Regards, Daniel Freitas

Re: Using same navigator on top and bottom of page.

2008-07-28 Thread Daniel Freitas
With the following markup: div wicket:id=topNavigator/ div wicket:id=booksList div wicket:id=books class=book !-- list of books -- /div /div div

Re: Using same navigator on top and bottom of page.

2008-07-28 Thread Daniel Freitas
? -Igor On 7/28/08, Daniel Freitas [EMAIL PROTECTED] wrote: With the following markup: div wicket:id=topNavigator/ div wicket:id=booksList div wicket:id=books class=book !-- list of books

Re: Using same navigator on top and bottom of page.

2008-07-28 Thread Daniel Freitas
I meant the wicket:id (which is not an html id right?). Anyways, I will just keep that in mind. Two components work as expected. 2008/7/28 Igor Vaynberg [EMAIL PROTECTED] two html elements cannot have the same id within the same html document... -igor On Mon, Jul 28, 2008 at 1:55 PM, Daniel

Re: Using same navigator on top and bottom of page.

2008-07-28 Thread Daniel Freitas
BTW. I'm trying to customize the PagingNavigator. If I come up with a good way to do it, how can I contribute to the project? Basically, I will try to let the user choose images or text for the first, previous, next and last links. Regards, 2008/7/28 Daniel Freitas [EMAIL PROTECTED] I meant

Re: Using same navigator on top and bottom of page.

2008-07-28 Thread Daniel Freitas
understanding grows I might be able to help more. Maybe there's a way to output my own markup (as I've seen with some javascript) to display the image before or after. Anyways, this is a great framework and I'm enjoying it so far. Long time since I had fun writing web applications. Regards, Daniel Freitas

Re: Direclty using parent's compoundpropertymodel not possible ?

2008-07-31 Thread Daniel Freitas
I think I might be missing something here. I assume you don't create your components in the parent's constructor right? Or you call a different super constructor perhaps? Because java executes the parent constructor before calling a subclass constructor and for what I've seen so far in the

Where has DateLabel gone to

2008-07-31 Thread Daniel Freitas
. Is it an old feature that got removed or is it a new one present only in .1.4+? Regards, Daniel Freitas

Re: Where has DateLabel gone to

2008-07-31 Thread Daniel Freitas
I got it though maven thanks. 2008/7/31 Kai Mütz [EMAIL PROTECTED] Daniel Freitas mailto:[EMAIL PROTECTED] wrote: I'm reading Wicket in Action and I'm using Wicket 1.3.4. On the chapter about models, the author uses a DateLabel which he says can be found in the extensions project. Well

Re: Component#modelChanging and Component#modelChanged when IModel#setObject

2008-07-31 Thread Daniel Freitas
What would happen if more than one component uses the same model? Would we keep a list of components to notify? If that's the case why not just implement listeners instead, so then any class could listen to model changes. It's a nice idea except that IModel would have to be turned in to a class

Stack overflow when extending from page

2008-07-31 Thread Daniel Freitas
user friendly exception so we know we shouldn't extend Page directly? Just asking out of curiosity. Regards, Daniel Freitas

Re: Component#modelChanging and Component#modelChanged when IModel#setObject

2008-07-31 Thread Daniel Freitas
it. That sounds like fun... Regards, Daniel 2008/7/31 Hoover, William [EMAIL PROTECTED] That is true... it would require a proxy service in order to intercept the IModel#setObject calls. -Original Message- From: Daniel Freitas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2008 7:02 PM

Re: Stack overflow when extending from page

2008-08-01 Thread Daniel Freitas
An issue has been created: https://issues.apache.org/jira/browse/WICKET-1765 Regards 2008/7/31 Igor Vaynberg [EMAIL PROTECTED] yeah, we should fix it. please file a jira issue. -igor On Thu, Jul 31, 2008 at 4:22 PM, Daniel Freitas [EMAIL PROTECTED] wrote: I typo got me to a stack

Re: How to make PagingNavigator work in Modal window?

2008-08-02 Thread Daniel Stoch
Use AjaxPagingNavigator. You cannot use normal (non-ajax) links inside a ModalWindow (like standard PagingNavigator does) because then the whole page is refreshed. -- Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: AjaxButton does not work

2008-08-05 Thread Daniel Freitas
Do you have any form validation going on? If yes implement the onError method on the ajax button. Example: form.add(new AjaxButton(order) { @Override protected void onError(AjaxRequestTarget target, Form form) { //Ops we got some errors, show them in a

Re: help me please

2008-08-05 Thread Daniel Freitas
advanced and/or specific points since the information tends to be spread. That being said, Wicket in Action (book) is doing good for me. You can have access to it through manning early access program. Just type in Wicket in Action in google. Cheers, Daniel 2008/8/5 oriana [EMAIL PROTECTED] I

Re: help me please

2008-08-05 Thread Daniel Freitas
Damn that was the worst english email I have ever written. Sry. 2008/8/5 Daniel Freitas [EMAIL PROTECTED] I'm sure there are plenty of free materiel on the internet. But my personal experience is that to get a hold on a new framework (which you absolutely nothing a about) a good book

Handling runtime exceptions in ajax request

2008-08-11 Thread Daniel Stoch
this (by extending AjaxRequestTarget and WebRequestCycleProcessor classes), but firstly I want to ask you is it any standard way to handle runtime exception within ajax request, without rendering another page? -- Daniel - To unsubscribe, e-mail

Re: [announce] Wicket in Action e-book has been published!

2008-08-13 Thread Daniel Freitas
Congrats. The book has been very helpful so far. 2008/8/13 David Leangen [EMAIL PROTECTED] Congratulations, guys! Thank you for all your hard work and sacrifice! -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: 14 August 2008 06:32 To: Wicket Users

Re: PageParameter question

2008-08-15 Thread Daniel Freitas
Are you a 100% sure that ordering the parameters is the only way to go? And if yes are you sure you want to rely on the order the browser gives you? I think you should rethink your strategy. 2008/8/15 Mathias P.W Nilsson [EMAIL PROTECTED] I don't quite know what you mean. I must still pass

Re: Localization issue

2008-08-26 Thread Daniel Stoch
: @Override public final void onClick() { Locale locale = new Locale(en); this.getSession().setLocale(locale); setResponsePage(this.getPage()); } -- Daniel On Tue, Aug 26, 2008 at 9:56 PM

Re: session jumping?

2008-09-09 Thread Daniel Freitas
Could you enlighten us on what the problem was so we know what to avoid in our own implementations? Is that what Igor suggested? Your isVisible() method cheeking a static value? 2008/9/9 m_salman [EMAIL PROTECTED] My appologies. The problem was bad design and code on my part. -- View this

Re: How to execute something on the very beginning of the request cycle

2008-09-17 Thread Daniel Freitas
I wouldn't classify filters as hacks. I like to think about them as primitive forms of AOP. Unless you think about AOPs as hacks :P... 2008/9/17 mmocnik [EMAIL PROTECTED] Thanks a lot, thats exactly what I was looking for. I overwrote newRequestCycle() in my Application to return my own

Re: Individual session timeout

2008-09-26 Thread Daniel Frisk
= (WebRequest) WebRequestCycle.get().getRequest(); return request.getHttpServletRequest().getSession(); } // Daniel jalbum.net On 2008-09-26, at 14:34, Nino Saturnino Martinez Vazquez Wael wrote: I mean the method on the ordinary java session http://java.sun.com/j2ee/sdk_1.3

Is it a wrong idea to implement injection on Models?

2008-10-15 Thread Daniel Jomphe
Hi, I read a few other threads related to this issue, but saw only technical means of freeing ourselves of the injection-is-only-for-Components limitation. Context After refactoring my code to make it so that the Guice injection no more happens on our Components but on our Models instead, I was

Re: Open Modal Dialog at specific position on screen (not center)

2008-10-15 Thread Daniel Frisk
Hi! You have to set the parameter wmode=opaque in your flash-object tag. That will make it a part of normal z-ordering. http://www.communitymx.com/content/source/E5141/wmodeopaque.htm // Daniel jalbum.net On 2008-10-14, at 22:42, groffhibbitz wrote: Hi, I'm running into a problem where

Re: Domain Model as interfaces

2008-10-16 Thread Daniel Frisk
specific annotation). Just out of interest: do you really need to be able to easily switch between different persistence providers? // Daniel jalbum.net On 2008-10-16, at 03:00, Edgar Merino wrote: Hello, I couldn't find any other place to post this, so I'm doing it here, (it's related

Re: Moving from Tapestry to Wicket?

2008-10-30 Thread Daniel Frisk
I actually read your mail but I didn't quite get it, what is your main concern? It seems to me like Wicket would be a perfect fit to your four criteria. // Daniel jalbum.net On 2008-10-30, at 21:05, GK1971 wrote: Hi. I hope this email is appropriate for the forum - its my first time

Re: testing borders with WicketTester

2008-11-02 Thread Daniel Lipski
with Wicket tester, regardles (i.e with empty) to border body. Does method Im looking for was not provided because of technical problems ? If so what is the simplest way to test border components (surrounding markup and components) with i.e empty body ? Regards Daniel Lipski igor.vaynberg wrote

Re: testing borders with WicketTester

2008-11-02 Thread Daniel Lipski
with some 'stub' (ie empty) body. jwcarman wrote: Are you sure you don't want to use markup inheritance rather than borders? On Sun, Nov 2, 2008 at 5:57 AM, Daniel Lipski [EMAIL PROTECTED] wrote: Sorry, but I dont get your point... What do you mean self contained (in terms of Wicket API) ? Im

Re: testing borders with WicketTester

2008-11-03 Thread Daniel Lipski
everything they need to render themselves. a border is meant to be embedded in a page or panel, not work independently. anyways, its really easy to create a generic panel to facilitate the testing of borders. -igor On Sun, Nov 2, 2008 at 2:57 AM, Daniel Lipski [EMAIL PROTECTED] wrote: Sorry

Re: + key as alternative for tab key

2009-09-23 Thread Daniel Toffetti
Boydens Joeri (OZ joeri.boydens at oz.be writes: How would you do this in an elegant and generic way ? Joeri Also, take a look at wicketstuff-input-events Daniel - To unsubscribe, e-mail: users-unsubscr

Re: Best way to handle circular references

2009-09-28 Thread Daniel Stoch
(ActionType.INSPECT, customerModel, Customer.class))); and the rest is done behind the scenes. Then the whole circular references problem will gone :). -- Daniel On Fri, Sep 25, 2009 at 9:06 AM, Giovanni Cuccu giovanni.cu...@cup2000.it wrote: I have no problem other than i dont like it, but since

Re: Default implementation of IChainingModel

2009-10-01 Thread Daniel Stoch
org.apache.wicket.model.IChainingModel; import org.apache.wicket.model.IDetachable; import org.apache.wicket.model.IModel; /** * Basic implementation of {...@link IChainingModel} interface. * * @author Daniel Stoch * */ public class ChainingModelT implements IChainingModelT { /** Any model object

Website 2.0

2009-10-13 Thread Daniel Frisk
managed to keep the codebase nice and tight with reusable components. I'm really proud of our work here so far. What ya think? http://jalbum.net // Daniel Frisk - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Website 2.0

2009-10-13 Thread Daniel Frisk
probably separate our package structure at some point with an open and a closed part. I'll let you know when it happens. Sharp-eyed spotting that bug, I should fix that. // Daniel jalbum.net On 2009-10-13, at 11:56, Maarten Bosteels wrote: Hi David, The website looks great ! Is the wicket

Re: Website 2.0

2009-10-13 Thread Daniel Frisk
Thanks guys! We are really happy with the site, it's getting there! I have no idea how many human-hours we have spent. It have gone thru a first incarnation and then some incremental refinements and finally this overhaul that we recently did. ~1000 perhaps, maybe? :-) // Daniel jalbum.net

Open source Wicket blog

2009-10-14 Thread Daniel Frisk
to check if there is any interest before doing the initial work. Not promising anything so don't start haunting me, but let me know if you are interested. Check it out at: http://jalbum.net/blog // Daniel jalbum.net

Re: Website 2.0

2009-10-14 Thread Daniel Frisk
of the best Java apps out there. // Daniel jalbum.net On 2009-10-13, at 17:04, Jeremy Thomerson wrote: Very nice work. Do you know about how many hits your site gets regularly? -- Jeremy Thomerson http://www.wickettraining.com On Tue, Oct 13, 2009 at 6:08 AM, Daniel Frisk dan

Re: Open source Wicket blog

2009-10-14 Thread Daniel Frisk
We store the blog posts in a database. If we decide to open source it I will of course add some interface for generic storage so you can use whatever you see fit. Might include a file storage facility as default so you can get it up and running easily. // Daniel jalbum.net On 2009-10-14

Re: Hippo's patch for wicket ids

2009-10-15 Thread Daniel Frisk
Ok, I'm lazy and couldn't decipher that code at a glance. What does it do? // Daniel jalbum.net On 2009-10-15, at 03:09, Douglas Ferguson wrote: Has anybody seen this: http://www.onehippo.org/cms7/integration_testing.html Seems like a nice alternative vs. having to set markupIds on all

Re: Open Source projects using Wicket

2009-10-16 Thread Daniel Frisk
but nobody but me seems to prefer it, I'm actually surprised :-) // Daniel jalbum.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Open Source projects using Wicket

2009-10-16 Thread Daniel Frisk
model proxies. Models proxies are still necessary in some cases, but usually you can just put an entity in your component and it will work as if you had used LDMs. I'm not saying this is a golden... But it's a really nice alternative in many cases. // Daniel jalbum.net probably because

Re: Open Source projects using Wicket

2009-10-16 Thread Daniel Frisk
I don't have a prepared sample, but that's a great idea. I will put one together (perhaps with Iolite). // Daniel jalbum.net Daniel do you have any sample code for this. Could be cool with a small quickstart, you could even use the Iolite for this, and drop it's ldms... 2009/10/16

Re: OSGi Wicket

2009-11-02 Thread Daniel Stoch
) :). Maybe this is not the best way and maybe not very elegant but it uses OSGi standard mechanism, nothing Equinox specific. -- Daniel On Sun, Nov 1, 2009 at 2:27 AM, David Leangen wic...@leangen.net wrote: If you do go with OSGi, you will have problems with classloaders and deserialization

Re: OSGi Wicket

2009-11-02 Thread Daniel Stoch
at all :), but using a proper models (LoadableDetachableModels) to access such entities. My solution described in previous post, assumes that all classes serializable by Wicket should be exported. So it does not solve problems which you described in your blog post. -- Daniel

Bug with RadioGroup in FormComponentFeedbackBorder

2009-11-11 Thread Daniel Pote
getRequest().getParameters(getInputName()) equals null for MSI6, and I get the name of the Radio in Firefox and MSIE8 /Daniel Code snippet: Java: final FormComponentFeedbackBorder bosattBorder = new FormComponentFeedbackBorder(bosattSverige.border); final RadioGroupBoolean group = new

Re: Bug with RadioGroup in FormComponentFeedbackBorder

2009-11-11 Thread Daniel Pote
Has anyone seen this before, and maybe know a workaround for this problem? Regards, Daniel Daniel Pote daniel.p...@migrationsverket.se 2009-11-11 11:00 I had a RadioGroup with an ajax-call working fine, but when i added it to a FormComponentFeedbackBorder it stopped working in MSIE6. However

Re: Component level FeedbackPanel's (and a form-level one)

2009-11-12 Thread Daniel Toffetti
?name=LondonWicket-FormsWithFlair.pdf It doesn't include a global feedback, but you can enhance it to meet your needs. Regards, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

New photo album generator

2010-01-12 Thread Daniel Frisk
Our fancy new Wicket/jQuery/Flash photo album generator, soon ready to be released. What do you think so far? http://jalbum.net/beta/camelot/ // Daniel Frisk jalbum.net - To unsubscribe, e-mail: users-unsubscr

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
Damn, you found one of the few remaining jsp-pages :-) The map scrolls around to show the latest downloads, it's supposed to be a feature not a bug... // Daniel jalbum.net On 2010-01-12, at 10:54, Major Péter wrote: Hi, The site looks great, nice UI! I think I found some problem on: http

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
will probably have a look at WiQuery again and not be such a stubborn NIH guy. // Daniel Frisk jalbum.net On 2010-01-12, at 10:34, Stijn Maller wrote: Simply WOW! What's not to like? :o) Just out of interest, did you use WiQuery? 2010/1/12 Daniel Frisk dan...@jalbum.net Our fancy new Wicket/jQuery

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
Not yet. Also this will not be released as general component (a least not now) for developers, it's intended for end users of the site only. // Daniel Frisk jalbum.net On 2010-01-12, at 10:34, Martin Makundi wrote: Is there a tutorial how to use it? ** Martin 2010/1/12 Daniel Frisk dan

  1   2   3   4   5   6   >