Re: [ANN] WicketBits Automagic 1.0-alpha Release

2008-07-17 Thread Nino Saturnino Martinez Vazquez Wael
I think wicket bench actually does something like this, generate a wicket java page from html.. http://www.laughingpanda.org/mediawiki/index.php/Wicket_Bench Brill Pappin wrote: I was thinking more along the lines of capturing the HTML and having it generate components, then filling int he bl

Re: FW: WicketTester, ListView, Hibernate and a custom WebRequestCycle

2008-07-17 Thread Nino Saturnino Martinez Vazquez Wael
Yeah, I just wanted to see if something were different. But it does sound like youve hit something with the webrequest cycle thing.. David Hendrix wrote: Hi, thanks for your quick answer but since iolite doesn't seem to use a custom WebRequestCycle to manage the persistence sessions and we're

Wicket Portlet in Jetspeed fails during Ajax Request in Firefox

2008-07-17 Thread prasana
I am not sure whether I have to post the issue here or in Jetspeed mailing list. I have a wicket portlet that runs on jetspeed portal which makes a Ajax Request. When I first add the portlet to the page, all the ajax requests are working fine. Once I visit some other pages in the portal and come

Re: why are we coding Web apps?

2008-07-17 Thread Michael Allan
Johan Compagner wrote: > You guys want a Tunnel library that can tunnel RMI over http? > > http://sebster.com/tunnel/ > > works fine. We use it in our product Excellent, that's exactly what's needed. "... multiplexed RMI Socket Factories ... together with the HTTP tunnel this allows you to us

Re: FW: WicketTester, ListView, Hibernate and a custom WebRequestCycle

2008-07-17 Thread Timo Rantalaiho
On Thu, 17 Jul 2008, David Hendrix wrote: > we're using a custom WebRequestCycle in our application to handle our > Hibernate session. In onBeginRequest() the session is opened and closes > in onEndRequest(). This works just fine when using Tomcat but fails with > WicketTester. That's interesting,

Re: [ANN] WicketBits Automagic 1.0-alpha Release

2008-07-17 Thread Brill Pappin
I was thinking more along the lines of capturing the HTML and having it generate components, then filling int he blanks with your data access etc as needed. I'll have to keep my eye on it :) - Brill Pappin On 17-Jul-08, at 4:38 PM, Edward wrote: I believe it would make porting an existing w

wicket jobs in toulouse, france?

2008-07-17 Thread francisco treacy
hi guys, i love wicket and i'm currently searching for employment. i couldn't actually find any "wicket jobs" near toulouse. does somebody by chance knows if there are companies looking for wicket developers near here? thanks in advance francisco ---

Re: [ANN] WicketBits Automagic 1.0-alpha Release

2008-07-17 Thread Edward
I believe it would make porting an existing webapp easier, but it wouldn't free you from writing Wicket related java completely. Wicket is very powerful. -Edward Brill Pappin wrote: Could this be used to port one webapp to Wicket? - Brill Pappin On 17-Jul-08, at 3:24 PM, Edward wrote: A

Toronto, Canada Wicket Contract Job

2008-07-17 Thread Michael O'Cleirigh
Hello, I scanned nabble first and job related posts seem to be allowed so here is mine: I work for a research group at the University of Toronto (St. George Campus). We have just posted two Wicket development jobs (see: http://toronto.craigslist.ca/tor/sof/758987243.html) They are short te

Re: [ANN] WicketBits Automagic 1.0-alpha Release

2008-07-17 Thread Brill Pappin
Could this be used to port one webapp to Wicket? - Brill Pappin On 17-Jul-08, at 3:24 PM, Edward wrote: Alpha release of WicketBits with two modules: Automagic and Automagic Annotations. Maven site is hosted at: http://wicketbits.aezix.com Summary: Automagic is a Wicket render listener

[ANN] WicketBits Automagic 1.0-alpha Release

2008-07-17 Thread Edward
Alpha release of WicketBits with two modules: Automagic and Automagic Annotations. Maven site is hosted at: http://wicketbits.aezix.com Summary: Automagic is a Wicket render listener which automatically creates default Java components matching the html markup. Allows quick Wicket page deve

Re: StyleSheetReference - what does href mean?

2008-07-17 Thread Igor Vaynberg
it is a virtual mapping. wicket knows how to process it and retrieve the resource. there is no actual resources folder. -igor On Thu, Jul 17, 2008 at 9:45 AM, puschteblume <[EMAIL PROTECTED]> wrote: > Hello > > First of all .. thanks for this wonderful peace of software. > > I don't understand wh

StyleSheetReference - what does href mean?

2008-07-17 Thread puschteblume
Hello First of all .. thanks for this wonderful peace of software. I don't understand what the generate reference in the stylesheet link mean. The generated output is: This works as it should. In the LoginPage.class I defined following: add(new StyleSheetReference("styleSheet",

RE: FW: WicketTester, ListView, Hibernate and a custom WebRequestCycle

2008-07-17 Thread David Hendrix
Hi, thanks for your quick answer but since iolite doesn't seem to use a custom WebRequestCycle to manage the persistence sessions and we're not using spring at all I can't find any first-glance-similarities but haven't had the time to dive deeper into iolite yet. > -Original Message- > Fr

Re: FW: WicketTester, ListView, Hibernate and a custom WebRequestCycle

2008-07-17 Thread Nino Saturnino Martinez Vazquez Wael
See the wicket iolite maven archetype, are it setup like that? David Hendrix wrote: Hi, we're using a custom WebRequestCycle in our application to handle our Hibernate session. In onBeginRequest() the session is opened and closes in onEndRequest(). This works just fine when using Tomcat but fai

Re: DataGrid UML required - directed to Matej Knopp

2008-07-17 Thread evdm
I feel silly to say this; I attempted the reverse engineering to UML but because I can't figure out where the use case starts; say the "Editable DataGrid with selection", I didn't manage to create the UML successfully. A class and sequence diagram would be very useful. Martijn Dashorst wrote: >

Re: Setting focus in DateField

2008-07-17 Thread Federico Fanton
On Thu, 17 Jul 2008 16:40:18 +0200 Federico Fanton <[EMAIL PROTECTED]> wrote: > I think I'll try hooking into the Calendar's "beforeHideEvent" via > Javascript.. Am I on the right track? :) It works! Thanks to Wicket and its customizability *_* And sorry for the noise X-) -

Re: Setting focus in DateField

2008-07-17 Thread Federico Fanton
On Thu, 17 Jul 2008 15:42:14 +0200 Federico Fanton <[EMAIL PROTECTED]> wrote: > Hi everyone! > I'm sorry, is there a way to set the focus to the textfield of a DateField > component, whenever the user picks a date from the popup? > I mean: > - the user clicks on the calendar icon > - she chooses

Re: why are we coding Web apps?

2008-07-17 Thread Peter Ertl
Even Mac guys agree that development by Sun would be much better :-) They still lag behind with java 1.6 (no current 1.6.0_07), do not support powerpc for 1.6 anymore, can't run 32bit on 1.6 and can't run 64bit on 1.5 etc. Yeah, java by apple suckzz ! Am 17.07.2008 um 16:08 schrieb J

FW: WicketTester, ListView, Hibernate and a custom WebRequestCycle

2008-07-17 Thread David Hendrix
Hi, we're using a custom WebRequestCycle in our application to handle our Hibernate session. In onBeginRequest() the session is opened and closes in onEndRequest(). This works just fine when using Tomcat but fails with WicketTester. WicketTester is constructed using our application and the targe

Re: why are we coding Web apps?

2008-07-17 Thread Johan Compagner
the mac jvm is really horrible We really develop eclipse/swing applications for 8 years now and throughout all those years if there is a jvm specific problem Its the mac, its always the mac, For me it is already so far that i really hate everything that is a mac. When they released leopard i think

Re: DataGrid UML required - directed to Matej Knopp

2008-07-17 Thread Martijn Dashorst
Can't you generate those with some reverse engineering IDE? Perhaps myeclipse/jdeveloper/netbeans/intellij has such functionality? Martijn On Thu, Jul 17, 2008 at 12:48 PM, evdm <[EMAIL PROTECTED]> wrote: > > Would you please assist me to understand the inMethod grid-examples by > providing UML c

Re: why are we coding Web apps?

2008-07-17 Thread Brill Pappin
Actually, I use a Mac now (vista prompted the purchase) and the Mac JVM is actually not much different... in fact I don't notice anything at all when working with java unless I'm doing something low lever like trying to load a YourKit agent... but even then its not so different. If your u

Setting focus in DateField

2008-07-17 Thread Federico Fanton
Hi everyone! I'm sorry, is there a way to set the focus to the textfield of a DateField component, whenever the user picks a date from the popup? I mean: - the user clicks on the calendar icon - she chooses a date from the popup calendar - the popup closes - the focus goes to the corresponding tex

DataGrid UML required - directed to Matej Knopp

2008-07-17 Thread evdm
Would you please assist me to understand the inMethod grid-examples by providing UML class and sequence diagrams? -- View this message in context: http://www.nabble.com/DataGrid-UML-required---directed-to-Matej-Knopp-tp18505911p18505911.html Sent from the Wicket - User mailing list archive at Na

Re: why are we coding Web apps?

2008-07-17 Thread Johan Compagner
if you target Java 5 by using webstart then there isnt to much of a problem just with that But yes you do have especially with the mac the different jvm problems as you have with browsers :( But happily not that many problems (there are way more different browsers and platforms) and if i have to s

Re: why are we coding Web apps?

2008-07-17 Thread Johan Compagner
You guys want a Tunnel library that can tunnel RMI over http? http://sebster.com/tunnel/ works fine. We use it in our product So if you want to code a Swing client that sort of is a browser but then a bit fatter and uses http (rmi over htttp or something else) you can do that just fine johan

Re: wicketstuff-push

2008-07-17 Thread freak182
Hello, to be exact i used wicket 1.3.3 and jetty 6.1.4 i dont know if the wicket-push has already been updated...anyway, my source code is in my another pc which so happended that is in repair shop :( julien Graglia wrote: > > Le mercredi 16 juillet 2008 à 18:47 -0700, freak182 a écrit : >> Hel

Re: wicketstuff-push

2008-07-17 Thread Julien Graglia
Le mercredi 16 juillet 2008 à 18:47 -0700, freak182 a écrit : > Hello, > I successfully implement wicket-push in our wicket application...i just used > the example in the wicket-stuff...with the default configuration...i just > checked out and run it...then customized for our needs... With wicket

Re: why are we coding Web apps?

2008-07-17 Thread Martijn Dashorst
This only holds true if you have the full deployment environment under control: Java for OS X is much different than Java for Windows, as Johan can attest for. Just as with browsers you have to consider folks that don't update their JDK's, and many corporate IT guys don't want to update anything (i

Re: why are we coding Web apps?

2008-07-17 Thread Michael Allan
Zappaterrini, Larry wrote: > > Your reason is a special instance of a much more general reason. Web > applications are much easier to deal with from a deployment > perspective than desktop applications. I don't know, it's not difficult to set up an RMI server, or to deploy a Swing client with Web

Re: WEBSPHERE?: ModificationWatcher OutOfMemory errors

2008-07-17 Thread Johan Compagner
thats not for classes. Wicket doesnt have by default (there are some solutions) a class reloader What you see is for for the markup files (and we also do that for other resources) johan On Thu, Jul 17, 2008 at 10:05 AM, <[EMAIL PROTECTED]> wrote: > As always, excellent feedback- a HUGE thank yo

Re: How to catch all 404s (Page Not Found) and reroute to a Page or strategy

2008-07-17 Thread Thomas Singer
Please see my thread with a similar problem: http://www.nabble.com/Slighly-OT%3A-error-page-in-Tomcat-with-Wicket-to18231002.html -- Cheers, Tom Chris Lintz wrote: Hi all, I want to catch all page not found (404s) and simply grab the path that caused the 404 and reroute the request to a valid

Re: URLValidator to auto-append "http://"

2008-07-17 Thread Sergey Podatelev
Okay, I'm sorry, that was a bad question. Validators shouldn't do anything but validation anyway. But a way to allow validator to skip protocol-less strings, i.e. "google.com" instead of "http://google.com";? On Thu, Jul 17, 2008 at 11:04 AM, Sergey Podatelev < [EMAIL PROTECTED]> wrote: > Is the

URLValidator to auto-append "http://"

2008-07-17 Thread Sergey Podatelev
Is there a way to configure URLValidator to automatically append the "http://"; string to provided value in case it's otherwise correct, but no protocol notation is present? -- sp