Re: [Wicket-user] wicket:preview feature

2006-04-17 Thread Juergen Donnerstag
It is in the examples and wicket-bench the eclipse plugin supports it as well. Everything else, please see the blog Juergen On 4/17/06, karthik Guru <[EMAIL PROTECTED]> wrote: > Is the excellent feature already in the core/extensions? If yes, could > someone please tell me where can i find it and

Re: [Wicket-user] wicket:preview feature

2006-04-17 Thread karthik Guru
Is the excellent feature already in the core/extensions? If yes, could someone please tell me where can i find it and if possible how to get it to work. Is the blog entry up-to-date wrt usage. thanks, karthik --- This SF.Net email is sponsored

Re: [Wicket-user] wicket:preview feature

2006-03-20 Thread Igor Vaynberg
it would be awesome to have an inspector that validates all the paths in the wicket:preview attr :)-IgorOn 3/19/06, Joni Suominen < [EMAIL PROTECTED]> wrote:On Sun, 2006-03-19 at 17:05 -0700, Ryan Sonnek wrote: > does wicket-bench only work with JDK 1.5?  I tried it with my work> installation (ecli

Re: [Wicket-user] wicket:preview feature

2006-03-19 Thread Joni Suominen
On Sun, 2006-03-19 at 17:05 -0700, Ryan Sonnek wrote: > does wicket-bench only work with JDK 1.5? I tried it with my work > installation (eclipse 3.2 and java 1.4) and got the following > exception: > "Incompatible major/minor class version" > > It'd be great to support jdk 1.4 as long as wicket

Re: [Wicket-user] wicket:preview feature

2006-03-19 Thread Ryan Sonnek
does wicket-bench only work with JDK 1.5? I tried it with my work installation (eclipse 3.2 and java 1.4) and got the following exception: "Incompatible major/minor class version" It'd be great to support jdk 1.4 as long as wicket is 1.4 compatible. On 3/19/06, Joni Suominen <[EMAIL PROTECTED]>

Re: [Wicket-user] wicket:preview feature

2006-03-19 Thread Joni Suominen
There's now a new version (0.2.7) of eclipse plugin in the update site. This version adds a html preview as a tab in the tabbed editor. I tried Ryan's javascript files and they worked well with swt browser. Joni On Tue, 2006-03-14 at 08:26 -0800, Eelco Hillenius wrote: > Furthermore, this is som

Re: [Wicket-user] wicket:preview feature

2006-03-15 Thread Ryan Sonnek
Woo Hoo! Thanks Juergen! On 3/15/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > I just committed your example to wicket-example > > Juergen > > > --- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that exten

Re: [Wicket-user] wicket:preview feature

2006-03-15 Thread Juergen Donnerstag
I just committed your example to wicket-example Juergen --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer gr

Re: [Wicket-user] wicket:preview feature

2006-03-15 Thread Juergen Donnerstag
ok, works now. Missed to download behaviour.js Gili:: please see http://jroller.com/page/wireframe?entry=preview_multiple_levels_of_components Juergen On 3/15/06, Gili <[EMAIL PROTECTED]> wrote: > > Any chance you cam write up a short Wiki entry on how to use it? > > Gili > > Ryan Sonne

Re: [Wicket-user] wicket:preview feature

2006-03-15 Thread Ryan Sonnek
Juergen, are you using the javascript from my blog or the one I attached to the last email? If you copied the javascript from the blog, I'm guessing there's some issue with html escaping. Try the files I included in my email. This info could go up on the wiki, but it will really mirror what's al

Re: [Wicket-user] wicket:preview feature

2006-03-15 Thread Gili
Any chance you cam write up a short Wiki entry on how to use it? Gili Ryan Sonnek wrote: Do you need anything else from my side? I'll go ahead and just attach the javascript files to this email. I'd create a patch, but i have *no* idea where these files should be put in the codebase.

Re: [Wicket-user] wicket:preview feature

2006-03-15 Thread Juergen Donnerstag
I set up the dir structure similar to the one on your blog (root: wicket.examples.preview) but I'm having some problems. The text which is meant to be replaced is not. And dont get any error message or the like. What shall I do? Juergen On 3/15/06, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > Do you

Re: [Wicket-user] wicket:preview feature

2006-03-15 Thread Juergen Donnerstag
now implemented: 1. update the DTD to support the wicket:preview attribute 2. make sure that wicket can strip the wicket:preview attribute at runtime (just like wicket:id) Juergen On 3/14/06, Joni Suominen <[EMAIL PROTECTED]> wrote: > It uses the native browser of the os by default. I've teste

Re: [Wicket-user] wicket:preview feature

2006-03-14 Thread Joni Suominen
It uses the native browser of the os by default. I've tested some AJAX enabled wicket components with eclipse's browser, so your implementation should work just fine. Just now i'm busy but i'll take a deeper look at it later this week. This feature is scheduled for 0.4.0 version but if its easy to

Re: [Wicket-user] wicket:preview feature

2006-03-14 Thread Eelco Hillenius
I meant Geertjan :) > Geert, you reading with us? --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group br

Re: [Wicket-user] wicket:preview feature

2006-03-14 Thread Ryan Sonnek
I haven't used wicket-bench yet, but if they're using an internal browser, it should work as long as it supports javascript. i'm not sure what eclipse uses internally to view html files. On 3/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Furthermore, this is something that the people that a

Re: [Wicket-user] wicket:preview feature

2006-03-14 Thread Eelco Hillenius
Furthermore, this is something that the people that are working on IDE support might want to support out of the box. Laughing Panda dudes, Geert, you reading with us? Eelco On 3/14/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > On 3/14/06, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > > I think

Re: [Wicket-user] wicket:preview feature

2006-03-14 Thread Juergen Donnerstag
On 3/14/06, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > I think that's a good question. What would be the best way to > distribute this feature to users? I've commented on my blog the steps > I believe are necessary for this to be integrated into wicket, but I'd > appreciate any feedback on it > (ht

Re: [Wicket-user] wicket:preview feature

2006-03-14 Thread Ryan Sonnek
I think that's a good question. What would be the best way to distribute this feature to users? I've commented on my blog the steps I believe are necessary for this to be integrated into wicket, but I'd appreciate any feedback on it (http://jroller.com/page/wireframe?entry=wicket_preview_with_one

Re: [Wicket-user] wicket:preview feature

2006-03-14 Thread Juergen Donnerstag
I am interested to do it, but got only very little time currently. What do you want me to do? Juergen On 3/14/06, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > I've updated the wicket:preview feature with new functionality. I > think it pretty much covers the use cases people have provided, and I > w

[Wicket-user] wicket:preview feature

2006-03-14 Thread Ryan Sonnek
I've updated the wicket:preview feature with new functionality. I think it pretty much covers the use cases people have provided, and I would like to work with the wicket developers to integrate this (if it's still wanted). main "selling" points * uses html and ajax to dynamically include compone