Re: [Wicket-user] Inline Panels

2005-10-09 Thread Eelco Hillenius
For the design part, you can allways use wicket:remove parts too. Though you'll have code (markup) duplication then. Eelco On 10/8/05, Arto Arffman [EMAIL PROTECTED] wrote: I try to describe my use case. I am trying to do a generic, DataView based table edit component (or a set of

Re: [Wicket-user] Lifecycle Question: Where do I have access to WebResponse?

2005-10-09 Thread Johan Compagner
but you have access to the original object. See public final Response getOriginalResponse() But what do you do there exactly? I think the problem is that you also want to do something in the 'real' render request? If that is the case then yes the BUFFER stategy will never work because then you are

Re: [Wicket-user] TinyMCE component

2005-10-09 Thread Johan Compagner
i would love to use it in but i see it is tied to java 5 Is it possible to downgrade it ? Because currently we can't use java 5 in most of our projects.On 10/8/05, Iulian Costan [EMAIL PROTECTED] wrote:Hi, The Wicket TinyMCE component (see also http://tinymce.moxiecode.com/) is available within

Re: [Wicket-user] TinyMCE component

2005-10-09 Thread Eelco Hillenius
I haven't looked in detail at it, but I think that would be easy to do. Only if Lulian wants that of course. Eelco On 10/9/05, Johan Compagner [EMAIL PROTECTED] wrote: i would love to use it in but i see it is tied to java 5 Is it possible to downgrade it ? Because currently we can't use java

Re: [Wicket-user] page class aliases

2005-10-09 Thread Ryan Sonnek
I think this would be an excellent feature for the spring integration project to key off of. The page aliases could be directly tied to the name of the spring page bean. On 10/9/05, Juergen Donnerstag [EMAIL PROTECTED] wrote: I didn't know this feature exists and was wondering how many users

[Wicket-user] Send a wicket page via email

2005-10-09 Thread pepone pepone
Hello boys i want to create a wicket page that can be send via email, this page is a typical confirm acount page that is send to new users in a web application any ideas to get the html of a page in a form submition i think in samething like this public void onSubmit() { ConfirmationPage

Re: [Wicket-user] Send a wicket page via email

2005-10-09 Thread Johan Compagner
i don't think that would work for just one componet (link) What about src attributes of images? There could be many more places where urls can be generated. i think more in the line of WebPage.generatedFullQualifiedLinks() because WebPage is the place most links would be generated Als

Re: [Wicket-User] The first crack on wizard

2005-10-09 Thread Eelco Hillenius
Hi Michael, Unfortunately, I haven't found time to have a closer look at the Wicket - Easy Wizard integration. Do you think it is/ will be good enough to support? In that case we'll take a section about it in the book proposal we are working on. Eelco On 10/5/05, Eelco Hillenius [EMAIL

Re: [Wicket-user] wicket:head bug?

2005-10-09 Thread Juergen Donnerstag
I wonder if this wicket:border /wikcet:border is the problem: wikcet instead of wicket juergwn On 10/9/05, pepone pepone [EMAIL PROTECTED] wrote: I observe the following This is my border markup html xmlns:wicket=http://wicket.sourceforge.net/;

Re: [Wicket-user] wicket:head bug?

2005-10-09 Thread Juergen Donnerstag
wicket:body/ is missing as well. This markup did definitely not generate the output. Juergen On 10/10/05, Juergen Donnerstag [EMAIL PROTECTED] wrote: I wonder if this wicket:border /wikcet:border is the problem: wikcet instead of wicket juergwn On 10/9/05, pepone pepone

Re: [Wicket-user] TinyMCE component

2005-10-09 Thread Nick Heudecker
I'm using TinyMCE in my Wicket project and didn't need to do anything special with Wicket to use it. What does this contribution provide?On 10/9/05, Eelco Hillenius [EMAIL PROTECTED] wrote: I haven't looked in detail at it, but I think that would be easy todo. Only if Lulian wants that of

Re: [Wicket-User] The first crack on wizard

2005-10-09 Thread Michael Jouravlev
Eelco, you can review the wizard's code, it is only three classes. If you find it useful, I can donate it to Wicket codebase, so it won't be an integration per se ;-) I will provide the three-panel wizard with an optional step, so it would be easier to see, how wizard engine helps to ensure the

Re: [Wicket-user] wicket:head and wicket:extend

2005-10-09 Thread Ari Suutari
Hi, Tried it. Doesn't work, same results. Ari S. - Original Message - From: Johan Compagner [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Friday, October 07, 2005 3:06 PM Subject: Re: [Wicket-user] wicket:head and wicket:extend try this: DeriverPanel.html:

Re: [Wicket-user] wicket:head and wicket:extend

2005-10-09 Thread Ari Suutari
Hi, There seems to another thread related to this same issue in dev-list. See Problem with markup inheritance and header contributions in panels. It has a workaround, things work if one puts an empty wicket:head/wicket:head to base classes html file. Ari S. - Original Message -