Serving Wicket Resources from CDN (Announcement/Tutorial)

2011-03-16 Thread Stefan Fußenegger
Hi all, I've just released a new version of wicketstuff-merged-resource to Maven Central. It supports serving wicket-mounted resources through CDNs using a pretty simple URL coding strategy (which may be used on its own too). This only works for CDNs that fetch the resources as users request them

wicketstuff-merged-resources: New (much simpler) Version

2009-09-25 Thread Stefan Fußenegger
ght be worth subscribing to my blog. I am planning a write-up on how to use wicketstuff-merged-resources to upload and mount resources to/from Amazon's CDN. Cheers, Stefan Fußenegger http://techblog.molindo.at/

wicketstuff-merged-resources: New (much simpler) Version

2009-09-24 Thread Stefan Fußenegger
ght be worth subscribing to my blog. I am planning a write-up on how to use wicketstuff-merged-resources to upload and mount resources to/from Amazon's CDN. Cheers, Stefan Fußenegger http://techblog.molindo.at/ (Sorry if this message appears multiple time - but I feel that the previous at

Re: Technologies to use with large scale Wicket application

2009-01-16 Thread Stefan Fußenegger
ew instances in the cloud. > And so we can easily expand our disk storage needs as we grow. And if > we get a lot of foreign users, we want to launch instances closer to > them, etc. However, I don't like having my application married to > Amazon and their APIs... There are so many que

Re: Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-15 Thread Stefan Fußenegger
them > or depend on them. > > -igor > > On Thu, Jan 15, 2009 at 10:05 AM, Stefan Fußenegger > wrote: >> >> Even if they are for "wicket's internal use", documentation might be >> valuable, especially for (wicketstuff) developers who go deeper then >&g

Re: Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-15 Thread Stefan Fußenegger
st what's in place already but kept secret for "internal use only". Maybe that's a candidate for the Wicket 1.5 wishlist ... igor.vaynberg wrote: > > On Thu, Jan 15, 2009 at 9:11 AM, Stefan Fußenegger > wrote: >> >> I knew it was pseudo code. With "

Re: Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-15 Thread Stefan Fußenegger
implementation is as simple as this, it would be a feature worth adding, wouldn't it? Regards igor.vaynberg wrote: > > On Thu, Jan 15, 2009 at 12:53 AM, Stefan Fußenegger > wrote: >> >> Thanks, I'll go for the suggested JS.Is there any documentation of the >&

Re: Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-15 Thread Stefan Fußenegger
is the > problematic part for your usecase. > > -igor > > On Tue, Jan 13, 2009 at 4:49 AM, Stefan Fußenegger > wrote: >> >> Hi, >> >> My HTML looks similar to this: >> >> Foo >> >> I want to validate the contents of the field as soo

Ajax-Update MarkupContaining containing FormComponent without loosing user changes

2009-01-13 Thread Stefan Fußenegger
? Any other ideas? Thanks, Stefan - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Ajax-Update-MarkupContaining-containing-FormComponent-without-loosing-user-changes-tp21435127p21435127.html Sent

Re: code for DataGrid with vertical scrolling

2008-12-23 Thread Stefan Fußenegger
d41577.html (see the "Videos" box in the right column) miro wrote: > > please point me for the code with data grid vertical scrolling component. > > - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this mes

Re: Dojo 1.1 integration available from wicketstuff

2008-12-23 Thread Stefan Fußenegger
ter widget, drag and drop and cometd support) If you've built a Wicket component based on wicketstuff-dojo-1.1, you're welcome to contribute your code. If you want to contribute but don't know how, I'd be happy to get you started. Merry Christmas, Stefan Emanuele Gesuato-2 wrote

Re: Dojo 1.1 integration available from wicketstuff

2008-12-18 Thread Stefan Fußenegger
There's now a little bit of documentation online: http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-dojo-1.1 Cheers, Stefan Stefan Fußenegger wrote: > > Hi folks, > > I just shared a new project called wicketstuff-dojo-1.1 [1], an > integration of the Dojo J

Re: Is there any other way? DataProviders must hit the Db twice for (possible) large datasets

2008-11-27 Thread Stefan Fußenegger
you write that yourself? just wondering. shall i open a ticket against 1.5 to track this issue/enhancement? best regards, stefan igor.vaynberg wrote: > > On Thu, Nov 27, 2008 at 12:46 AM, Stefan Fußenegger > <[EMAIL PROTECTED]> wrote: >> >> I don't think IData

Re: Is there any other way? DataProviders must hit the Db twice for (possible) large datasets

2008-11-27 Thread Stefan Fußenegger
> the >>> >> >> > offset). Great I thought - however I see that that the size() >>> method >>> >> is >>> >> >> > called as part of the getViewSize() in the AbstractPageableView. >>> Thus >>> >> I >>> >> >> > need >>> >> >&

Re: wicketstuff-push is over, wickestuff-dojo-1.1 is born ???

2008-11-21 Thread Stefan Fußenegger
tstuff-push. The trunk seems "corrupted" : a "dojo" >> folder is missing.. >> >> >> >> 1 : http://www.nabble.com/New-wicketstuff-dojo-project-td19070145.html >> -- >> Julien Graglia >> NetCeler >> >> >>

Dojo 1.1 integration available from wicketstuff

2008-11-21 Thread Stefan Fußenegger
trunk/wicketstuff-dojo-1.1/ [2] http://dojotoolkit.org/ [3] http://wicketstuff.org/confluence/display/STUFFWIKI/WicketStuff+Dojo [4] https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-push/ - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a

Re: AjaxFallbackButton: inconsistend submit order

2008-10-24 Thread Stefan Fußenegger
https://issues.apache.org/jira/browse/WICKET-1894 btw: 1.3.5 is still in the "unreleased versions" section regards igor.vaynberg wrote: > > this sounds like a bug, please file a jira report > > -igor > > On Thu, Oct 23, 2008 at 6:47 AM, Stefan Fußenegger

AjaxFallbackButton: inconsistend submit order

2008-10-23 Thread Stefan Fußenegger
inside a form's onSubmit() method. Is this a (known) bug? - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/AjaxFallbackButton%3A-inconsistend-submit-order-tp20131329p20131329.html Sent

Re: Discussion on "Wicket Interface Speed-Up"

2008-09-01 Thread Stefan Fußenegger
;>>if (in == null) { >>>throw new VersionException(scope, fileName, >>> "can't >>> find " + file); >>>} >>> >>> >>> ClassLoader.getSystemResourceAsStream in my deploy

Re: Discussion on "Wicket Interface Speed-Up"

2008-08-29 Thread Stefan Fußenegger
ot; + file); > } > > > ClassLoader.getSystemResourceAsStream in my deployment enviroment, it > always returned null for classpath resources. Using the > RevisionVersionProvider classloader works fine. > > Let me know where I should post further patches e

Re: Discussion on "Wicket Interface Speed-Up"

2008-08-29 Thread Stefan Fußenegger
-merged-resources-examples Now I want to make it available through http://wicketstuff.org/maven/repository/. I therefore registered at wicketstuff.org/teamcity (sfussenegger). What's next? Stefan Fußenegger wrote: > > I just finished the 4th and last entry of my series "Wicket Inte

Re: Discussion on "Wicket Interface Speed-Up"

2008-08-29 Thread Stefan Fußenegger
enames, which is the *correct* way) >> >> Resources need some more love in wicket 1.5 - full ack! >> > And they are going to get it :) Resources are going to be much simpler > in 1.5 - current code is too tangled and ambiguous. > > -Matej >> Cheers >> Peter

Re: Discussion on "Wicket Interface Speed-Up"

2008-08-29 Thread Stefan Fußenegger
; > HeaderContributor.getCSSResourceReference('my.css',cachetime,urlmod) > > Johan > > On 8/29/08, Stefan Fußenegger <[EMAIL PROTECTED]> wrote: >> >> Okay, sorry, you're right. Too bad, I didn't ever stumble upon this >> option. >> However,

Re: Discussion on "Wicket Interface Speed-Up"

2008-08-29 Thread Stefan Fußenegger
url changes, too. > > Try it out and see :-) > > I did test it in Firefox. There will be no "IfModified" requests from > the browser. > > Everything will be completely cached in the browser until the resource > has changed. > > Cheers > Peter > > > A

Re: Discussion on "Wicket Interface Speed-Up"

2008-08-28 Thread Stefan Fußenegger
terface Speed-Up: Modifying Expires and Cache-Control Headers >> [3] >> http://talk-on-tech.blogspot.com/2008/08/wicket-interface-speed-up-caching.html >> Wicket Interface Speed-Up: Caching Resources Forever >> [4] >> http://talk-on-tech.blogspot.com/2008/08/wicket-interfa

Re: Discussion on "Wicket Interface Speed-Up"

2008-08-28 Thread Stefan Fußenegger
w which parts should go into wicket itself, i can tell you >> that the part where you merge the files by listing them out upfront is >> probably not going to make it in because it breaks encapsulation... >> >> -igor >> >> On Thu, Aug 28, 2008 at 2:59 AM, Stef

Discussion on "Wicket Interface Speed-Up"

2008-08-28 Thread Stefan Fußenegger
-Up: Caching Resources Forever [4] http://talk-on-tech.blogspot.com/2008/08/wicket-interface-speed-up-merging.html Wicket Interface Speed-Up: Merging Resources for Fewer HTTP Requests - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View

Re: Escaping of strings containing & in attributes

2008-08-05 Thread Stefan Fußenegger
no comments here? Stefan Fußenegger wrote: > > While validating some of my pages, I found out that some pages do not > validate due to & in attributes, e.g. > > > > W3 validator complains with: "character "&" is the first character of a >

Escaping of strings containing & in attributes

2008-08-01 Thread Stefan Fußenegger
for XHTML and should probably be fixed. However, the comment (and corresponding code) is still there (at least in wicket 1.3.4). best regards and nice weekend! - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-19 Thread Stefan Fußenegger
nd resovled it by override a > method of Localizer > > see: > http://www.nabble.com/Why-Localizer-Retained-so-many-heapsize--to17142582.html#a17182935 > > that may help you a little. > > > 2008/6/9 Stefan Fußenegger <[EMAIL PROTECTED]>: > >> >

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-10 Thread Stefan Fußenegger
t; added a script which automatically restarts the server when repeated > OOME occurs and are down to a couple of times per week without the > patch. But still, who wouldn't want to see months of uptime... > > // Daniel > jalbum.net > > > On 2008-06-10, at 11:29, Stefan

Re: Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-10 Thread Stefan Fußenegger
to lazy to create a properly patched jar and a MVN repo for my team right now ;) Regards, Stefan igor.vaynberg wrote: > > try applying this patch and see if it helps > > https://issues.apache.org/jira/browse/WICKET-1667 > > -igor > > On Mon, Jun 9, 2008 at 8:11 AM, Ste

Localizer cache with 150.000+ entries causing OutOfMemory

2008-06-09 Thread Stefan Fußenegger
happen as newCache() is private anyway ;) I am going to add some code to clear the cache regularly. Best regards, Stefan PS: I'll also create a JIRA issue, but I am really short on time right now. - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for

Re: Use Spring with Wicket

2008-06-03 Thread Stefan Fußenegger
Martijn Dashorst compiled a nice list of books (3 for beginners, another 3 on advanced topics) that will certainly help you to get started: http://martijndashorst.com/blog/2008/05/25/wicket-starter-kit/ Regards - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-03 Thread Stefan Fußenegger
oking forward to use them! - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/users%2C-please-give-us-your-opinion%3A-what-is-your-take-on-generics-with-Wicket-tp17589984p17618096.html Sent from the W

Re: Memory leak in DiskPageStore

2008-06-02 Thread Stefan Fußenegger
https://issues.apache.org/jira/browse/WICKET-1679 Matej Knopp-2 wrote: > > Hi, > > about not removing the entries, can you please create jira issue? I > will try to look into it ASAP. > > -Matej > > On Mon, Jun 2, 2008 at 11:38 AM, Stefan Fußenegger

Memory leak in DiskPageStore

2008-06-02 Thread Stefan Fußenegger
(sessionId, pages); entry.unbind(); } pagesToSaveAll.remove(sessionId); } } } - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // loo

Re: How to avoid Lazy loading exception

2008-05-04 Thread Stefan Fußenegger
n 1: class and id setModel(new PersistentObjectModel(foo)); // option 2: persistent object - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/How-to-avoid-Lazy-loading-exception-tp17040941p1704

Wicket fail-over with Terracotta - sticky or non-sticky sessions?

2008-04-03 Thread Stefan Fußenegger
ds, Stefan - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Wicket-fail-over-with-Terracotta---sticky-or-non-sticky-sessions--tp16467830p16467830.html Sent from the Wicket - User mailing list archive at

Re: Accessing prototype scoped panel beans using @SpringBean annotation

2008-02-22 Thread Stefan Fußenegger
What do you mean by "directly"? Do you want to inject the panels rather than the factories? You could probably try to write your own annotation and use a custom org.apache.wicket.injection.IFieldValueFactory Ned Collyer wrote: > > > Stefan Fußenegger wrote: >> >

Re: how to create the component dynamic?

2008-02-22 Thread Stefan Fußenegger
all the component shall be created at run time! but some question > has 5 items some has 3 items, > some is a TextField which filled by user, some is CheckBox or Radio. > How to do with this? > > Mead > > > > > - --- Stefan Fußenegger http://talk-

Re: Accessing prototype scoped panel beans using @SpringBean annotation

2008-02-22 Thread Stefan Fußenegger
estTarget.java:231) > at > org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:103) > at > org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1172) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1241)

usage of AbortWithHttpStatusException

2008-02-22 Thread Stefan Fußenegger
is is important. - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/usage-of-AbortWithHttpStatusException-tp15631513p15631513.html Sent from the Wicket - User mailing list archive at Nabbl

Re: RestartResponseAtInterceptPageException with Ajax

2008-02-21 Thread Stefan Fußenegger
I was just waiting for green lights ;) https://issues.apache.org/jira/browse/WICKET-1363 igor.vaynberg wrote: > > feel free to add a jira request for this > > -igor > > > On Thu, Feb 21, 2008 at 4:44 AM, Stefan Fußenegger > <[EMAIL PROTECTED]> wrote: >>

Re: RestartResponseAtInterceptPageException with Ajax

2008-02-21 Thread Stefan Fußenegger
page in a ModalWindow on the same page and close it > after a successful login (you might need to refresh the origin page > after this) > > Maurice > > On Thu, Feb 21, 2008 at 10:30 AM, Stefan Fußenegger > <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >>

RestartResponseAtInterceptPageException with Ajax

2008-02-21 Thread Stefan Fußenegger
st belonged to? Or even better: redirect to the Ajax call and render the complete page (well, don't know how tricky that would be). Or do I miss something completely? Any other possible workarounds or suggestions? Cheers, Stefan - --- Stefan Fußenegger http://talk-on-tech.blogspo

Re: (Server-independent) Comet support in Wicket?

2008-02-20 Thread Stefan Fußenegger
ber of simultaneous users isn't clear yet, up to 10k must be > possible with the appropriate hardware. > > Thanks > Jörn Zaefferer > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additiona

Re: Minor Announcement: wicket-googlecharts

2007-12-21 Thread Stefan Fußenegger
like scatter > plots, > color fills, etc are all up in the air. I'll probably get around to > stabilizing functionality eventually, but for now it can just float. > Hopefully someone will find this useful! > > Daniel > > (original article: > http://www.codecommit.

Re: Attempted summary of multiple thread

2007-11-11 Thread Stefan Fußenegger
#x27;m really pushing my luck asking to provide two aliases >> ;) >> >> C) If you don't 'override' a 'default' section in a derived page wicket >> uses the 'default' section provided in the base page. >> >> (Comment

Re: Attempted summary of multiple thread

2007-11-09 Thread Stefan Fußenegger
ctions (as far as I can tell, or otherwise it should for > backwards compatibility), and does precisely what both you and Chris want. > > Regards, > Sebastiaan > > Stefan Fußenegger wrote: >> I think it would be a nice feature to define defaults and overrides this >> way

Re: facebook support

2007-11-09 Thread Stefan Fußenegger
cooperate(particularly anyone with Facebook > experience), please get in touch with me. Thanks. > - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/facebook-support-tf4773546.html#a13662919

RE: Attempted summary of multiple thread

2007-11-09 Thread Stefan Fußenegger
----------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: htt

Re: Attempted summary of multiple thread

2007-11-08 Thread Stefan Fußenegger
han simply words when it comes to > that ;-) > > Do people want to work on this? > > Regards, > > Eelco > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - --- Stefan Fußene

Re: Multiple tags on a single base page?

2007-11-08 Thread Stefan Fußenegger
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View thi

Re: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
rking, patch? > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabb

Re: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Multiple-%3C

Re: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
child/sub page. > Where do you make all the root components of all the child parts? > you will add that to the page itself right? > > I just say that then it could be a bit messy when you have 5 child area's > > johan > > > > On 11/7/07, Stefan Fußenegge

Re: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
and admittedly partially copied) and does the same. - --- Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) -- View this message in context: http://www.nabble.com/Multiple-%3Cwicket%3Achild--%3E-tags-on-a-single-base-page--tf4738673.html#a13629154 Sent from th

Re: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
tance. > What > goes in child, is from the subclass! Exclamation mark! ;)* > > Ok, you propose a new attribute for extend/abstract, child/implement pair > tags. And you say that this id attribute will NOT have any relationship > with > wicket:id. Well, isn't this something.

RE: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
gt; > >> > This new feature, or extension of the exiting feature, allows more than >> > one section of markup to be "specialized" by derived (extended) markups >> > whereas currently wicket only supports the deferred >> > definition/implementation of a single markup section in any page. In

Re: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
t2(String abstractId2); > > A little typo here..I meant: > > public BasePage() { > add(addAbstract1("abstractId1")); > add(addAbstract2("abstractId2)); > } > > public abstract Component addAbstract1(String abstractId1); > public abstract Com

RE: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
the benefit of those who have just recently > joined this thread) that supporting multiple sections whose > implementation can be deferred to extended markups does not equate to > multiple inheritance (a big "no no" in the OO world). Multiple > overridden sections

Re: Multiple tags on a single base page?

2007-11-07 Thread Stefan Fußenegger
with the > earlier comments about the proliferation of tags in wicket. I'd > rather not see new tags added just for this. It fuglifies the markup > for no real gain. > > On Nov 6, 2007 11:30 AM, Stefan Fußenegger <[EMAIL PROTECTED]> > wrote: >> >> I posted a

Re: Make PageableListView row click

2007-11-06 Thread Stefan Fußenegger
row of the > list clickable. I don't want to add a column with a label like "details", > I > just want to click in any place of the row to go to details. Is there a > way > to do this? > > Thanks in advance > Marco > > - --- Stefan Fuße

Re: Multiple tags on a single base page?

2007-11-06 Thread Stefan Fußenegger
I posted a new message in Wicket - Dev: http://www.nabble.com/Patch%3A-Multiple-%3Cwicket%3Achild--%3E-tags-on-a-single-base-page--tf4759260.html It contains a patch that demonstrates the discussed enhancement. Please comment! -- stefan Stefan Fußenegger wrote: > > Hi folks, >

Re: Multiple tags on a single base page?

2007-11-06 Thread Stefan Fußenegger
; save us from having to create child pages as page/panel pairs. > > jk > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - --- Stefan Fußenegger http:/

RE: Multiple tags on a single base page?

2007-11-06 Thread Stefan Fußenegger
deferred until a more specialized >> > class/markups: WaterPumpsBase and OilPumpsBase >> > >> > WaterPumpBase >> > - >> > Note: no header implemented here - the general PumpsBase one suffices >> for >> > all pumps pages >&g

Re: Wicket namespace?

2007-11-06 Thread Stefan Fußenegger
urious why there isn't a public url that is published somewhere on > it's use :( > > Stefan Fußenegger <[EMAIL PROTECTED]> wrote: > I didn't say it's not supported, I was just asking. And I don't think you > have to use 2 DTDs. I think it rather is

Re: Wicket namespace?

2007-11-06 Thread Stefan Fußenegger
In deed, it's an open issue: https://issues.apache.org/jira/browse/WICKET-693 Timo Rantalaiho wrote: > > On Mon, 05 Nov 2007, Stefan Fußenegger wrote: >> I was asking myself the same a while ago. Today I found a file named >> wicket-xhtml1-strict.dtd in the SVN. You

Re: Wicket namespace?

2007-11-05 Thread Stefan Fußenegger
che.org"; > xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd > http://wicket.apache.org/someWicketSchema"; > xml:lang="en"> > > Stefan Fußenegger <[EMAIL PROTECTED]> wrote: > I was asking myself the same a while ago. Today I fou

RE: Multiple tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
; --- > Note: no header implemented here - the general PumpsBase one suffices for > all pumps pages > > > A body discussing oil pumps > > > > I think the tag pairs abstract/implements flow much better from an OO > perspective than child/extends. It hur

Re: Wicket namespace?

2007-11-05 Thread Stefan Fußenegger
can't find anything. >> >> __ >> Do You Yahoo!? >> Tired of spam? Yahoo! Mail has the best spam protection around >> http://mail.yahoo.com >> >> __

Re: Multiple tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
o see html files as classes and extension points as (abstract) methods. That's the only conceptual change. But there is still some time left to argue while I am hacking ;) Regards igor.vaynberg wrote: > > On 11/5/07, Stefan Fußenegger <[EMAIL PROTECTED]> wrote: >> >&g

Re: Multiple tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
it will become extend/child anyway, wouldn't it? but let's see what i can do here first. igor.vaynberg wrote: > > the complement to abstract is implement not override... names are > important. > > -igor > > > On 11/5/07, Stefan Fußenegger <[EMAIL PROTEC

Re: Multiple tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
Borges wrote: >> > >> > Stefan, try first giving us an example of what would you like to do. >> What >> > I >> > can see is that you want this: >> > >> > BasePage.html >> > >> > >> > BasePage >> > >> > T

Re: Multiple tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
is is my child: > > > This is my OTHER child: > > > > > ** Example of a child page:* > ChildPage.html > > > > ChildPage > I'm your child > > > > > Now, given this html, how do you see the Java code structur

Re: Multiple tags on a single base page?

2007-11-05 Thread Stefan Fußenegger
d child takes place (in other words: the line of code that recognizes the wicket:extend tag and takes the appropriate action). If somebody could point me to that line I would try to implement this possible new feature ... well, I'll first estimate the time necessary to do so and see if I c

Re: Multiple tags on a single base page?

2007-11-02 Thread Stefan Fußenegger
s. However, its not a feature that would improve wickets functionality and probably not worth the effort of implementing it ... though it might be convenient. I hope I got it right. Best regards, Stefan Fußenegger http://talk-on-tech.blogspot.com // looking for a nicer domain ;) igor.vayn

Multiple tags on a single base page?

2007-11-02 Thread Stefan Fußenegger
Hi folks, I just stumbled on a situation where it would be useful to have two or more tags in a base page. Just consider a layout that consists of the usual footer, header, navigation, and content parts. But now, the content should be arranged in two columns, e.g. two different s. To give a sho

Re: LoadableDetachableModel and anonymous inner classes - unwanted serialization overhead?

2007-10-25 Thread Stefan Fußenegger
the implicit reference > makes no difference. > > -Matej > > On 10/25/07, Stefan Fußenegger <[EMAIL PROTECTED]> wrote: >> >> Hi folks, >> >> I am quite new to wicket but I already figured out that it deserved its >> name >> ;) Currently, I am play

LoadableDetachableModel and anonymous inner classes - unwanted serialization overhead?

2007-10-25 Thread Stefan Fußenegger
Hi folks, I am quite new to wicket but I already figured out that it deserved its name ;) Currently, I am playing around with IDataProvider in conjunction with LoadableDetachableModels. As far as I understand, the main purpose of LoadableDetachableModels is to tune serialization performance. At t