Re: Extend AjaxFormComponentUpdatingBehavior functionality for required FormComponents

2011-02-18 Thread Daniel Stoch
, but this is ugly solution). -- Daniel On Fri, Feb 18, 2011 at 10:50 PM, Pedro Santos pedros...@gmail.com wrote: Do your use case needs to convert a null input? If the input is differs from null FormComponent#validate will be just fine. On Fri, Feb 18, 2011 at 5:20 PM, Daniel Stoch daniel.st

Extend AjaxFormComponentUpdatingBehavior functionality for required FormComponents

2011-02-17 Thread Daniel Stoch
(); } onUpdate(target); } } catch (RuntimeException e) { onError(target, e); } } -- Daniel

Re: Extend AjaxFormComponentUpdatingBehavior functionality for required FormComponents

2011-02-17 Thread Daniel Stoch
On Thu, Feb 17, 2011 at 6:50 PM, Pedro Santos pedros...@gmail.com wrote: I Daniel, how alwaysUpdateModel differs from updateModel? You mean from getUpdateModel()? isAlwaysUpdateModel() is called only when component is invalid, but getUpdateModel() in both cases (for valid and invalid). If you

Re: Extend AjaxFormComponentUpdatingBehavior functionality for required FormComponents

2011-02-17 Thread Daniel Stoch
, and I cannot change that. -- Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Extend AjaxFormComponentUpdatingBehavior functionality for required FormComponents

2011-02-17 Thread Daniel Stoch
form) it should be possible to push null in models (of course as an option). The current behavior leads to many boilerplate code which can be avoided. if you have inter-dependent validation use a formvalidator or override form's onsubmit. It is not this case here. -- Daniel

Re: Extend AjaxFormComponentUpdatingBehavior functionality for required FormComponents

2011-02-17 Thread Daniel Stoch
, because it seems this is the only solution :). Maybe it does not make sense from your point of view, but from mine it does. I think your point of view is sometimes too narrow. -- Daniel On Thu, Feb 17, 2011 at 1:33 PM, Daniel Stoch daniel.st...@gmail.com wrote: On Thu, Feb 17, 2011 at 10:01

auto-linking to (shared) resources in a parent-relative path

2011-02-16 Thread Daniel Neugebauer
/cancel.png alt=Cancel / Result: (wrong path, it's actually deployed to /ProjectName-Version/) img src=/resourcesearch/images/system/icons/cancel.png alt=Cancel / Thanks, Daniel - To unsubscribe, e-mail: users-unsubscr

Re: [1.5 MIGRATION] State handling / inter-page events / versioning

2011-02-11 Thread Daniel Soneira
To return the data via JavaScript / JSON only was on my TODO list anyway. I guess now is the time to put it into practice. Thanks for confirming that. Cheers, Daniel On 11.02.2011 08:10, Igor Vaynberg wrote: the problem is indeed that you are sharing state between pages which is not allowed

wicketstuff-annotation - No 1.5 compatible release available

2011-02-10 Thread Daniel Soneira
Hi, I've searched for a binary releaseof wicketstuff-annotation that is compatible with Wicket 1.5 RC1 / trunk (snapshot) in the sonatype and official maven repository to no avail. Where can I get the latest JAR file (please note: We don't use maven for our projects)? Regards, Daniel

Re: what doctype should I use

2011-02-09 Thread Daniel Soneira
This has nothing to do with Wicket. I would recommend researching selfhtml (http://de.selfhtml.org/) since you seem to be from Germany. On 09.02.2011 17:58, fachhoch wrote: please suggest what doctype should I use to make IE work , and not cause any new issues. i am not sure If my

Re: [1.5 MIGRATION] - Where did StringHeaderContributor / TextTemplateHeaderContributor go?

2011-02-08 Thread Daniel Soneira
something, just override renderhead(). you can contribute the template using response.renderjavascript(template.tostring()) -igor On Mon, Feb 7, 2011 at 3:28 AM, Daniel Soneira daniel.sone...@joyn-it.at wrote: The migration wiki does not contain information on renamed / substitution classes. I

Re: PageExpiredException since version 1.4.13

2011-02-08 Thread Daniel Soneira
page map is getting managed if you want to keep using the max page map property. As a side note, Wicket 1.5 don't have page maps any more, page still get incremented versions, but not in an specific page map. On Mon, Feb 7, 2011 at 8:53 AM, Daniel Soneiradaniel.sone...@joyn-it.atwrote: Hi Pedro

Re: Best practices in model classes definitions

2011-02-08 Thread Daniel Soneira
): 1.4: InjectorHolder.getInjector().inject(this) 1.5: Injector.get().inject(this); A nested [non static] model is still inside a component (Page inherits from Component) and can therefor access all the pages member variables. Cheers, Daniel Soneira -- www.joyn-it.at On 08.02.2011 03:15, Robson

Re: PageExpiredException since version 1.4.13

2011-02-07 Thread Daniel Soneira
Hi Pedro, I've increased the max page map setting from 5 to 10 and the exception went away. Thanks for the suggestion - for a quick fix that is good enough for now :) Still it seems like a bug. Can I help with some specific logs to determine the source of the problem? Regards, Daniel

[1.5 MIGRATION] - Where did StringHeaderContributor / TextTemplateHeaderContributor go?

2011-02-07 Thread Daniel Soneira
but there is no easy (read: already in core) way to use them as header contributors. Cheers, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

PageExpiredException since version 1.4.13

2011-02-04 Thread Daniel Soneira
inside the page that is used by those buttons which seem to cause trouble. Maybe someone can point me in the right direction? Because of WICKET-3136 staying with 1.4.12 unfortunately is not an option for us. Any help is really appreciated. Kind regards, Daniel PS: I know no one is looking

Re: Question regarding AjaxFormSubmitBehavior

2011-01-21 Thread Daniel Bartl
with it, at least so far ;) Daniel On Fri, Jan 21, 2011 at 12:25 AM, jcgarciam jcgarc...@gmail.com wrote: Adding to Igor's comment, remember that nested form is not allow in HTML spec per se, so what wicket is doing a trick where the root form is submit but only elements of nested form (which get

Question regarding AjaxFormSubmitBehavior

2011-01-20 Thread Daniel Bartl
().onFormSubmitted(); Why does it still delegate to the root form? Shouldn't the line be getForm().onFormSubmitted(); so that the nested form and possibly its children get processed only. Many thanks! Daniel

Re: [ANNOUNCE] Wicket 1.4.15 released

2011-01-03 Thread Daniel Peters
On 27.12.2010 19:15, Daan van Etten wrote: One thing I noticed: the release tag is not (yet?) created in SVN. I just noticed that too. http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.15/ does not exist. regards, Daniel

Problems with continueToOriginalDestination?

2011-01-03 Thread Daniel Peters
bugreport about it... :/ Some basic infos: Browser=FF, Root-Context or not doesn't make a diffrence regards, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Form.isMultiPart - Visitor not checking for IFormVisitorParticipant

2010-12-15 Thread Daniel Soneira
Works perfectly fine with the snapshot. Thanks a lot for the quick change Pedro (gotta love the Wicket community for its helpful members). Cheers, Daniel Soneira On 14.12.2010 21:18, Pedro Santos wrote: I changed the PagingToolbar to set the visibility at onConfigure to avoid early

Form.isMultiPart - Visitor not checking for IFormVisitorParticipant

2010-12-14 Thread Daniel Soneira
and both seem to be the same. Should I create a JIRA issue for that (I think it's a bug) or is there an easy workaround that I miss? Kind regards, Daniel Soneira - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Form.isMultiPart - Visitor not checking for IFormVisitorParticipant

2010-12-14 Thread Daniel Soneira
official release. On 14.12.2010 18:52, Pedro Santos wrote: use the onConfigure to set the paging-toolbar onConfigure(){ setVisible( getDataGrid().getTotalRowCount() != 0); } On Tue, Dec 14, 2010 at 3:39 PM, Daniel Soneira daniel.sone...@joyn-it.atwrote: Hi there, In the private method Form

Re: Form.isMultiPart - Visitor not checking for IFormVisitorParticipant

2010-12-14 Thread Daniel Soneira
is 1.4.14, you can use dependency groupIdorg.wicketstuff/groupId artifactIdinmethod-grid/artifactId version1.4.14/version /dependency On Tue, Dec 14, 2010 at 4:12 PM, Daniel Soneira daniel.sone...@joyn-it.atwrote: PagingToolbar is not my code. It's a class of inmethod-grid (wicketstuff

Re: How to retrieve ListItem objects from a ListView

2010-12-13 Thread Daniel Bartl
Not really sure if this is what you are trying to achieve but here it is anyway: public final ListT ListView#getModelObject() On Mon, Dec 13, 2010 at 8:19 PM, drf davidrfi...@gmail.com wrote: I have the following use case : Having built a page using a standard ListView and implementing

Re: repeters with

2010-12-12 Thread Daniel Bartl
Use RepeatingView#newChildId() in order to generate unique id for each of your LinkAndImagePanels while iterating through these like this: for (LinkAndImagePanel panel : allPanels) { String id = repeater.newChildId(); repeater.add(new LinkAndImagePanel(id, entry));

Re: Problem with two users logging in two tabs of same browser window

2010-11-05 Thread Daniel Toffetti
This is not a valid use case, so I must log out the first user, but how can I affect its own browser tab so that it displays a logged out message ? Is this possible ? Thanks for your help, Daniel Martijn Dashorst wrote: Your browser doesn't identify a new tab as a new session

Problem with two users logging in two tabs of same browser window

2010-11-04 Thread Daniel Toffetti
but I'm ready to migrate to 1.4.13 and would like to fix this before I deploy the upgrade, do I need to show any app init code ?? Thanks for your help, Daniel -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-two-users-logging-in-two-tabs-of-same-browser

Re: Problem with two users logging in two tabs of same browser window

2010-11-04 Thread Daniel Toffetti
) Application.get(); } MySession.java: public static MySession get() { return (MySession) Session.get(); } Cheers, Daniel Martin Makundi wrote: Hi! Yeah, migrate ;) Apart from that.. session leak can occur for quite some reasons. It might be proxy bug or maybe you have static

Re: Wicket Web Beans

2010-10-26 Thread Daniel Toffetti
people is using it. The project is only receiving migration updates and maintenance fixes. In case you don't know, the SourceForge site is not used anymore, please go to the Google Code site: http://code.google.com/p/wicket-web-beans/ Cheers, Daniel Josh Kamau wrote: Hi Guys, Is wicket

Re: back-button causes Wicket state and page displayed to be out of synch

2010-10-25 Thread Daniel Stoch
Hi, On Fri, Oct 22, 2010 at 12:53 PM, drf davidrfi...@gmail.com wrote: I have encountered the following serious issue: My application consists of one WebPage which has an AjaxTabbedPanel. Each tab has an associated panel which includes several menu items (links) which can be selected. This

Job for Wicket Developer in Berlin/Germany

2010-10-15 Thread Daniel Peters
on the job page. Thanks! best regards, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Bean injection

2010-10-08 Thread Daniel Stoch
is not deserialized (correct me if I am wrong). -- Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: DropDownChoice/Model Confusion

2010-10-06 Thread Daniel Stoch
() ? -- Daniel On Tue, Oct 5, 2010 at 10:23 PM, Shelli Orton shelli.or...@sjrb.ca wrote: This is what my class basically looks like, hope it helps: - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: What is the best slideshow?

2010-09-11 Thread Daniel Frisk
I really like Exposure that a friend of mine has made. There is no Wicket wrapper for it (yet) but you can easily integrate it yourself. http://exposureforjquery.wordpress.com/ // Daniel On 11 sep 2010, at 13:27, Paolo wrote: I found this: http://lazydev.ildella.net/wicket-slides-080

1.5-M1 migration issue - IConverter / wicket-util missing?

2010-08-18 Thread Daniel Soneira
in the distribution but I was wrong. Anything on my part to resolve this or is there some assembly error for that release? Kind regards, Daniel -- www.joyn-it.at - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

1.5-M1 - AjaxRequestTarget.get() returning null within AjaxLink#onClick

2010-08-18 Thread Daniel Soneira
that makes similar use of AjaxRequestTarget.get (like the inmethod grid). I have not found anything in the migration guide / wiki regarding this issue. Kind regards, Daniel -- www.joyn-it.at - To unsubscribe, e-mail: users

Re: 1.5-M1 - AjaxRequestTarget.get() returning null within AjaxLink#onClick

2010-08-18 Thread Daniel Soneira
There you go: https://issues.apache.org/jira/browse/WICKET-3001 Kind regards, Daniel On 18.08.2010 18:15, Igor Vaynberg wrote: sounds like a bug, open a jira ticket please. -igor On Wed, Aug 18, 2010 at 8:51 AM, Daniel Soneira daniel.sone...@joyn-it.at wrote: Why does

Re: Re Wicket Web Beans

2010-08-16 Thread Daniel Toffetti
/ And the source code for the examples here: http://code.google.com/p/wicket-web-beans/source/browse/#svn/trunk/wicketwebbeans-examples/src/main/java/com/googlecode/wicketwebbeans/examples Hth, Daniel -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Re-Wicket-Web-Beans

Re: Re Wicket Web Beans

2010-08-16 Thread Daniel Toffetti
the input if the datatype changes ? Don't think WWB allows that easily. Cheers, Daniel -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Re-Wicket-Web-Beans-tp2326481p2327733.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: String not serializable exception coming for interned strings from Model with JRockit/Weblogic

2010-08-02 Thread Daniel Peters
Hello Janos, i have the excactlty the same problem with Wicket and JRockit R28. The only way to fix it, was to go back to JRockit R27. Hopefully they will fix it soon, the new R28.0.1 still has the problem. A collegue of mine will do a post in the Oracle forums now. regards Daniel

Re: When object is null

2010-07-27 Thread Daniel Soneira
You could try using a PropertyModel instead like this: Label label = new Label(someLabel, new PropertyModelString(DataView.this,data.id); PropertyModels take care of possible null pointers. Kind regards, Daniel www.joyn-it.at On 27.07.2010 10:28, Abid K wrote: I hope someone can help

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: change (redirect) the markup html file

2010-05-26 Thread Daniel Aschauer
Thanks! But, I don't have a setStyle in WebPage-class, there is a setStyle-method only in ResourceReference? How could I use this? Daniel 2010/5/25 Jeremy Thomerson jer...@wickettraining.com: You could use style for this if you'd like, and use a PageParameter to set the style

change (redirect) the markup html file

2010-05-25 Thread Daniel Aschauer
of the refered .html? Thanks alot, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket vendor lockin and backwards compatibility, 1.4/1.5

2010-05-21 Thread Daniel Frisk
Well... I'm in no position to say but I don't think the port 1.4-1.5 will be that expensive. With earlier versions there doesn't seem to have been much complaints. I would start with 1.4, don't worry, get my app deployed and then upgrade when it's time to upgrade. // Daniel jalbum.net On 21

Add new items to a list within a form by ajaxlink?

2010-04-20 Thread Daniel Aschauer
me out and give me some hint how this problem can be solved? Thanks alot for any help!!! Daniel this.participantlistview = new PropertyListViewBasisExhibitionParticipant(exhibition.participants) { @Override protected void populateItem

Re: Image Bundler For Apache Wicket

2010-04-20 Thread Daniel Stoch
() method? For now when user changes a locale in application and images are not recreated (eg. page will be not created again, but only refreshed in a non-bookmarkable request), they will be still using a style from an old locale (assigned in creation time). -- Daniel On Sun, Apr 18, 2010 at 5:20 PM

Re: Image Bundler For Apache Wicket

2010-04-20 Thread Daniel Stoch
for this ;). -- Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Image Bundler For Apache Wicket

2010-04-20 Thread Daniel Stoch
And one more thing: ImageItem interface (and posiibly ImageItemProvider too) should extend Serializable (or maybe better IClusterable?). -- Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Brix: need a hint :)

2010-03-29 Thread Daniel Dominik Holúbek
hello, i have recently started to get interested in Brix ( http://code.google.com/p/brix-cms/), and I have some questions regarding this thing... for example, on the page JCR is mentioned. as I never heard about it before, could someone explain briefly, what is its purpose in Brix (i already read

Re: Brix: need a hint :)

2010-03-29 Thread Daniel Dominik Holúbek
database - it's up to you. -- Jeremy Thomerson http://www.wickettraining.com On Mon, Mar 29, 2010 at 10:06 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: hello, i have recently started to get interested in Brix ( http://code.google.com/p/brix-cms/), and I have some questions

Re: A web site developed with Wicket

2010-03-17 Thread Daniel Toffetti
, it doesn't look good but perhaps it's just me. Could not crash it yet, tested with Firefox 3.6 / Windows XP on a 17 CRT (non-wide format). Cheers, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Does AjaxSelfUpdatingBehavior simulate user actions and prevent session from expiration?

2010-03-16 Thread Daniel Peters
second with a timer. regards Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket Ajax Channels

2010-02-27 Thread Daniel Frisk
there are no other options. // Daniel jalbum.net On 27 feb 2010, at 13:59, Xavier López wrote: I've been facing a scenario where AJAX requests processing times were abnormally elevated. That situation has already been fixed (problem of AppServer configuration), but meanwhile, I was looking for some way

Re: Submit form with ajax on enter

2010-02-04 Thread Daniel Stoch
I have the same problem today (what a coincidence :)). This works ok for me in Firefox 3.5 and Opera 10, but does not work in Chrome, Safari and IE. PS. I'm using Wicket 1.4.4. DS On Thu, Feb 4, 2010 at 10:38 AM, MattyDE ufer.mar...@gmail.com wrote: Any other hints for this right now? I

Re: Using style AND variation

2010-01-21 Thread Daniel Stoch
a session's style): public String getStyle() { return getVariation(); } But Component.getStyle() is a final method :(. -- Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Discard queued ajax requests

2010-01-13 Thread Daniel Frisk
Found the answer. If we set the channel name to something that ends with |d (pipe d) the channel changes to drop behavior. Great! (but a bit obscure) // Daniel On 2010-01-13, at 08:52, Daniel Frisk wrote: Wicket friends, another question regarding high latency. Here is the scenario

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

Re: New photo album generator

2010-01-12 Thread Daniel Frisk
That explains it... The button is a flash-movie which we use to upload photos, no fallback yet. // Daniel Frisk jalbum.net On 2010-01-12, at 12:25, Reinout van Schouwen wrote: Op dinsdag 12-01-2010 om 10:23 uur [tijdzone +0100], schreef Daniel Frisk: Our fancy new Wicket/jQuery/Flash photo

Throttled AjaxFormSubmitBehavior

2010-01-12 Thread Daniel Frisk
continue to submit the keystrokes one by one until the queue is empty. Bug, feature or crappy code on my behalf? // Daniel jalbum.net - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Discard queued ajax requests

2010-01-12 Thread Daniel Frisk
Now when the first submit is processed I would like to somehow prune the queue so that only the last submit is processed and all other submits are discarded. Can this be done? // Daniel jalbum.net - To unsubscribe, e-mail

What is the best way to create a Table that can recieve Ajax Updates

2009-12-15 Thread Daniel Ferreira Castro
Guys, I need to create a Table that will display JMS Messages and be ajax sensitive to a TreeView that is on the same page and I would like to use the javax.jms.Message class as a model of Columns, and add 3 extra columns to my model that are 2 checkboxes and a button. My difficulty is to

Problems with Ajax updating components

2009-12-14 Thread Daniel Ferreira Castro
Guys, I searched inside the list before posting that, but nothing was clarifying so I will ask here for help. My application have a Component that renders a List of Links. These links represents JMS Modules present on a domain that I am reading. After I click over one of the links A second

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

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: 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

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: 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

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

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

wicketstuff-push question

2009-10-08 Thread Daniel Dominik Holúbek
hello everybody, has anyone here any experience with wicketstuff-push? i am trying to use it in my app, but it behaves somewhat strangely. when i call cometdService.publish(event) method from form's onSubmit method, it works like a charm. but when i call it from another method - for example

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

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: + 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

Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
Hello,i've got just one question. I would like to make a photo gallery, and thus I need to let users upload their images. But if I redeploy my webapp afterwards, would I loose those images? If yes, is there any workaround? Thanks :) -- -danoh-

Re: Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
at 12:25 AM, Daniel Dominik Holúbekdankodo...@gmail.com wrote: Hello,i've got just one question. I would like to make a photo gallery, and thus I need to let users upload their images. But if I redeploy my webapp afterwards, would I loose those images? If yes, is there any workaround

Re: Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
. Ed. On Fri, Sep 4, 2009 at 10:11 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: thanks,and can you give me a hint on storing images in database? i can't quite imagine that :) On Fri, Sep 4, 2009 at 9:34 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: store

Re: Question regarding file uploading

2009-09-04 Thread Daniel Dominik Holúbek
thanks, that is exactly what i was looking for :) On Fri, Sep 4, 2009 at 5:10 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: there is a page on our wiki that demonstrates eaxctly this -igor On Fri, Sep 4, 2009 at 7:11 AM, Daniel Dominik Holúbekdankodo...@gmail.com wrote: thanks,and can

Re: Problems with session after modifying code

2009-08-11 Thread Daniel Dominik Holúbek
Ok,i've found out that i need to delete the JSESSIONID cookie after refreshing bundles. is there any way to do that programatically? thx On Mon, Aug 10, 2009 at 5:40 PM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Hello,i'm developing a webapp combining osgi (equinox) and wicket

Re: Problems with session after modifying code

2009-08-11 Thread Daniel Dominik Holúbek
cast exceptions because OSGi class loading, but they all banished after using the buddy class loading of equinox... But maybe your problem is something different... Best, Ernesto Daniel Dominik Holúbek wrote: Ok,i've found out that i need to delete the JSESSIONID cookie after

Problems with session after modifying code

2009-08-10 Thread Daniel Dominik Holúbek
Hello,i'm developing a webapp combining osgi (equinox) and wicket. it works fine, except of this case: let's say we've got two bundles - core and chat. the chat bundle depends on core bundle. now, i've made some modifications to the chat bundle, exported it and deployed it to osgi container,

Re: Spring and Wicket - is it worth it?

2009-07-23 Thread Daniel Stoch
Hi, If you don't want to use xml you can configure your beans in pure Java. See Spring Java Configuration Project: http://www.springsource.org/javaconfig -- Daniel On Thu, Jul 23, 2009 at 3:40 AM, Dane Lavertydanelave...@gmail.com wrote: Due to the fact that nearly every substantial sample

Re: Dynamic fields in form

2009-07-18 Thread Daniel Toffetti
? http://code.google.com/p/wicket-web-beans/ Regards, Daniel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

invoking an ajax refresh

2009-06-29 Thread Daniel Dominik Holúbek
hello everybody,i am wondering how to invoke refresh of a component with ajax. the situation: i have a listener listening for incoming messages. if a message is fetched, a method is executed, and I add the message text into a List object. I then want to refresh the ListView (or the parent

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
. On Mon, Jun 22, 2009 at 3:57 PM, Igor Vaynbergigor.vaynb...@gmail.com wrote: you have to create wicketapplication instance as a spring bean in order for setapplicationcontext to be called. -igor On Mon, Jun 22, 2009 at 12:47 PM, Daniel Dominik Holúbekdankodo...@gmail.com wrote: I tried

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
...@carmanconsulting.com wrote: On Tue, Jun 23, 2009 at 4:05 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: Okay, but I still don't understand the reason of doing this stuff :)I've already created the Application bean, and implemented ApplicationContextAware

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Stoch
. So you must store somewhere information about ApplicationContext in context of bundle class loader. Then when you injecting a bean to PanelA: get a class PanelA classloader find a proper AC for it and then inject a bean from this AC. -- Daniel On Tue, Jun 23, 2009 at 10:05 AM, Daniel Dominik

Re: Wicket + Spring DM + Hibernate

2009-06-23 Thread Daniel Dominik Holúbek
Yes, that's the way it's meant to work :) On Tue, Jun 23, 2009 at 3:25 PM, James Carman jcar...@carmanconsulting.comwrote: On Tue, Jun 23, 2009 at 8:26 AM, Daniel Dominik Holúbek dankodo...@gmail.com wrote: I appreciate your help, of course :)You know, I'm trying to create a web app

<    1   2   3   4   5   6   >