Re: need source code for [AutoCompleteTextField]

2009-04-01 Thread FaRHaN
I want to implement AutoCompleteTextField that ships with Wicket but not the built-in functionality that ships with wicket. For Example: various Countries & ISO languages have been shiped with wicket as default (as implemented in the wicket library examples) So, i want to introduce my own value

OnChangeAjaxBehavior

2009-04-01 Thread Vitek Tajzich
Hi, I have RadioChoice component and CompoundPropertyModel. I've added OnChangeAjaxBehavior but when I change value and go to method "onUpdate" then the model object is not updated yet. am I using wrong behaviour or what is it wrong? thx, Vitek

Re: need source code for [AutoCompleteTextField]

2009-04-01 Thread Jeremy Thomerson
Because here's some perfectly good source for an AutoCompleteTextField: http://svn.apache.org/repos/asf/wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java -- Jeremy Thomerson http://www.wickettraining.com On Thu, Ap

Re: need source code for [AutoCompleteTextField]

2009-04-01 Thread Jeremy Thomerson
So, let me see if I understand this You want the source code to implement an AutoCompleteTextField. BUT - You don't want the source to the AutoCompleteTextField that ships as a DEFAULT PART OF WICKET? Why? -- Jeremy Thomerson http://www.wickettraining.com On Thu, Apr 2, 2009 at 12:45 AM,

Re: WicketTester assertPageLink and BookmarkablePageLink

2009-04-01 Thread Jason Lea
I ran into the same problem the other day. I quickly added a method to our test helper that we extend to do this. I had a quick look at the code to see what it was doing for the assertPageLink, and testing Bookmarkable links is easier... something like public void assertBookmarkablePageLi

need source code for [AutoCompleteTextField]

2009-04-01 Thread FaRHaN
Anybody who loves to develop applications with Ajax will certainly know the Autocomplete behaviour of Ajax and most probably he developed this feature in his application also. I want to introduce that feature in my application, that will take input (choices) stored in an array of strings or in d

Re: setting up REST API that can respond to requests alongside Wicket

2009-04-01 Thread Casper Bang
Allow me to jump in, since it kinda touches on a related subject we discussed earlier today: http://www.nabble.com/Wicket-and-(or)-restlet-tt22822162.html#a22833918 What I understand from Jamie is to do kind of the reverse from what I wanted, that is, hook into the raw data Wicket is using to serv

Re: setting up REST API that can respond to requests alongside Wicket

2009-04-01 Thread Igor Vaynberg
yeah, you can map wicket to /* and services to /services/*. wicket filter will let requests that do not map fallthrough, just make sure you have no wicket mounts that are on /services/*. i still dont get what you mean by wicket daos. wicket has no daos. if you put your services handling into the s

Re: setting up REST API that can respond to requests alongside Wicket

2009-04-01 Thread jpswain
Igor, Thanks for the response. Sorry, I wasn't very clear when I said "wicket realm." What I meant was to be able to access the Wicket DAO's and stuff like that. Maybe what I am talking about is only directly possible with objects that share the same classloader? Would the best way to offlo

Re: Feedback Panel

2009-04-01 Thread Luther Baker
ty. On Wed, Apr 1, 2009 at 9:33 PM, Jeremy Thomerson wrote: > this.error(getString('key')) > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Wed, Apr 1, 2009 at 9:23 PM, Luther Baker > wrote: > > > I have an onSubmit handler that fails. I would like to catch the > exception >

Re: Feedback Panel

2009-04-01 Thread Jeremy Thomerson
this.error(getString('key')) -- Jeremy Thomerson http://www.wickettraining.com On Wed, Apr 1, 2009 at 9:23 PM, Luther Baker wrote: > I have an onSubmit handler that fails. I would like to catch the exception > and explicitly write a message to the page's FeedbackPanel. The message > would be

Feedback Panel

2009-04-01 Thread Luther Baker
I have an onSubmit handler that fails. I would like to catch the exception and explicitly write a message to the page's FeedbackPanel. The message would be a 'message' from Page.properties ... My problem is that a literal string works just fine ... this.error("something I said") but how do I get s

delete onSubmit

2009-04-01 Thread Luther Baker
I am trying to delete an object in my form's Submit handler. In one case, the object has references to other objects and so it correctly complains throws a (GenericJDBCException). When the view refreshes, the "Choose One" method is gone and the previously selected object is selected again. If I su

Re: setting up REST API that can respond to requests alongside Wicket

2009-04-01 Thread Igor Vaynberg
map your wicket filter to /app/* and your services filter/servlet to /services/* im not sure what you mean by services impl calling objects in the wicket realm - all that is or should be in the wicket realm are ui objects you wont have a need to reuse in your services.. -igor On Wed, Apr 1, 2009

setting up REST API that can respond to requests alongside Wicket

2009-04-01 Thread Jamie Swain
I'm sorry this isn't directly a Wicket question, but I thought you guys in here might be able to help :). What I'm doing is building a Wicket-based web app, and I would additionally like to offer some data to other sites/clients in the form of an HTTP-REST API (that responds to simple GET and POST

Re: Picket Web Framework -- PHP's answer to Java's Wicket

2009-04-01 Thread Brill Pappin
Hey man... if its got laser beams, I'm in! - Brill On 1-Apr-09, at 6:37 PM, Jonathan Locke wrote: will this include SHARKS with FRICKIN' LASER BEAMS attached to their heads? Otan wrote: Are you a fan of Wicket but you can't use it because your company or client is tied with PHP? Have

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread jpswain
-1 (because this isn't real) As ashamed as I am to say it, "WicketFX" does sound kind of cool! Martijn Dashorst-4 wrote: > > The Wicket PMC has discussed the following action. Because I think it > is prudent that the Wicket community keeps evolving with the state of > Java, I've created a boar

Re: Picket Web Framework -- PHP's answer to Java's Wicket

2009-04-01 Thread Igor Vaynberg
http://compsoc.dur.ac.uk/whitespace/ all the way! -igor On Wed, Apr 1, 2009 at 3:31 PM, Barry van Someren wrote: > I was holding out for the brainf*ck version ;-) > > On Thu, Apr 2, 2009 at 12:27 AM, bchi49 wrote: >> >> oh man!!! April 1st >> >> bchi49 wrote: >>> >>> Alright I was just

Re: Picket Web Framework -- PHP's answer to Java's Wicket

2009-04-01 Thread Jonathan Locke
will this include SHARKS with FRICKIN' LASER BEAMS attached to their heads? Otan wrote: > > Are you a fan of Wicket but you can't use it because your company or > client > is tied with PHP? Have you ever wished that Wicket was available in the > PHP > land? > > Picket to the rescue! > > Pick

Re: Picket Web Framework -- PHP's answer to Java's Wicket

2009-04-01 Thread Barry van Someren
I was holding out for the brainf*ck version ;-) On Thu, Apr 2, 2009 at 12:27 AM, bchi49 wrote: > > oh man!!! April 1st > > bchi49 wrote: >> >> Alright I was just wondering if it's available for PHP!!! >> >> Otan wrote: >>> >>> Are you a fan of Wicket but you can't use it because your comp

Re: Picket Web Framework -- PHP's answer to Java's Wicket

2009-04-01 Thread bchi49
oh man!!! April 1st bchi49 wrote: > > Alright I was just wondering if it's available for PHP!!! > > Otan wrote: >> >> Are you a fan of Wicket but you can't use it because your company or >> client >> is tied with PHP? Have you ever wished that Wicket was available in the >> PHP >> lan

Re: Picket Web Framework -- PHP's answer to Java's Wicket

2009-04-01 Thread bchi49
Alright I was just wondering if it's available for PHP!!! Otan wrote: > > Are you a fan of Wicket but you can't use it because your company or > client > is tied with PHP? Have you ever wished that Wicket was available in the > PHP > land? > > Picket to the rescue! > > Picket is a project

Re: Wicket-auth-roles + EJB 3 (Authentication and Authorization)

2009-04-01 Thread Barry van Someren
Hi, Sorry for not getting back sooner. I've decided to try the integration as listed in the Wiki and use container authentication for now. For now it seems to work, but if it doesn't I'll give you solution a try (or I might refactor to it at some point as it sounds nicer) Thank you for your help!

Re: WicketTester assertPageLink and BookmarkablePageLink

2009-04-01 Thread Alan
Thanks Martijn for your answer, but I think I didn't make myself clear enough, I'm writing a JUnit test for a custom component (subclass of Panel), This custom component is made of several standard components such as Label, and BookmarkablePageLink I want to test that this component is rendered co

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Thies Edeling
Marko Sibakov wrote: Someone has already made logo for us http://3.bp.blogspot.com/_hXCPcd3owoI/RwvVRW1wlBI/ACE/UcDATzR4F9c/s1600/logo.jpg including lens flare, glow around the characters and textured font. now we just need it to rotate aka amiga demo style :) ---

Re: drag and drop

2009-04-01 Thread Martin Makundi
implements Serializable 2009/4/1 Daniel Ferreira Castro : > I was reading the drag and drop thread, started on March 19th and trying to > use the *yui *ajax implementation as the yui example suggests.But I am > recieving an exception like that > > It is wierd because I declared the class field Tar

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Brill Pappin
chuckle. more of a whine-buzz sound... - brill On 1-Apr-09, at 2:22 PM, Igor Vaynberg wrote: did it make a swoosh sound? :) -igor On Wed, Apr 1, 2009 at 11:20 AM, Brill Pappin wrote: Caught red handed :) I never remember... and since the kids didn't pull anything on me this morning as

Re: Wicket and (or) restlet

2009-04-01 Thread Jonathan Locke
well, i'd be the first to admit i don't know either of these two products deeply, but for the kinds of applications i have for web services, i found jersey to have really easy, transparent support for request parameter processing. you just annotate some parameters, create a jaxb schema and add an

Re: Transformin a form into a component

2009-04-01 Thread Daniel Ferreira Castro
Thanks, it worked. :) On Wed, Apr 1, 2009 at 3:49 PM, Igor Vaynberg wrote: > put it into a panel > > -igor > > On Wed, Apr 1, 2009 at 11:46 AM, Daniel Ferreira Castro > wrote: > > I have a doubt about componentizing a Form. > > > > If I create a class, MyForm.java, that extends Form > > Inside o

Re: urlFor ResourceStreamRequestTarget returning null

2009-04-01 Thread francisco treacy
i updated to 1.4-rc2, but that didn't help. right now, with exactly the same codebase, the url is being correctly generated in my development environment - but outputting the bad url in our continuous integration server version. i set up several breakpoints in the WebRequestCodingStrategy class t

DropDown Models

2009-04-01 Thread Luther Baker
This select impl works just fine ... creating a project that must include a Category from a drop down: public AddProjectForm(final String id) { super(id); this.project = new Project(); *this.setModel(new CompoundPropertyModel(this.project));*

Re: Transformin a form into a component

2009-04-01 Thread Igor Vaynberg
put it into a panel -igor On Wed, Apr 1, 2009 at 11:46 AM, Daniel Ferreira Castro wrote: > I have a doubt about componentizing a Form. > > If I create a class, MyForm.java, that extends Form > Inside of it I declare all the form componets. > > After that I create the markup with all the componen

Transformin a form into a component

2009-04-01 Thread Daniel Ferreira Castro
I have a doubt about componentizing a Form. If I create a class, MyForm.java, that extends Form Inside of it I declare all the form componets. After that I create the markup with all the components present on MyForm.java. I call it MyForm.html If I want to use it on a page, like MyPage for inst

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread James Carman
On Wed, Apr 1, 2009 at 2:22 PM, Igor Vaynberg wrote: > did it make a swoosh sound? :) More like a race car! - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.

Re: Wicket and (or) restlet

2009-04-01 Thread Alex Objelean
Jonathan, can you elaborate? Why do you think jersey is better? Have you any experience of integrating it with wicket? Thanks! Jonathan Locke wrote: > > > interesting. yeah, igor's right. wicket is not for web services. > > i prefer jersey to restlet and jersey plays fine with wicket. > >

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Igor Vaynberg
did it make a swoosh sound? :) -igor On Wed, Apr 1, 2009 at 11:20 AM, Brill Pappin wrote: > Caught red handed :) > > I never remember... and since the kids didn't pull anything on me this > morning as a reminder, it went completely over my head :) > > - Brill > > On 1-Apr-09, at 11:10 AM, Daan v

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Brill Pappin
Caught red handed :) I never remember... and since the kids didn't pull anything on me this morning as a reminder, it went completely over my head :) - Brill On 1-Apr-09, at 11:10 AM, Daan van Etten wrote: To make it a bit less painful: Look at the date. :-) Daan Op 1 apr 2009, om 16:25

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Vladimir K
good joke :) -- View this message in context: http://www.nabble.com/VOTE%3A-Rename-Apache-Wicket-to-Apache-WicketFX-tp22820921p22832563.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-

Re: Wicket and (or) restlet

2009-04-01 Thread Jonathan Locke
interesting. yeah, igor's right. wicket is not for web services. i prefer jersey to restlet and jersey plays fine with wicket. Casper Bang-3 wrote: > >> restlet is for building services not uis, that quote makes absolutely no >> sense. >> > > While I agree the quote smells of FUD, one does

Re: Wicket and (or) restlet

2009-04-01 Thread Casper Bang
True, but as I said, one does not necessarily exclude the other. In its current state such a use of Jersey is best suited for low-interactivity, data-driven applications - but the same could be said for other web frameworks such as Stripes. Jersey provides implicit and explicit views through JSP's

Re: drag and drop

2009-04-01 Thread Daniel Ferreira Castro
I was reading the drag and drop thread, started on March 19th and trying to use the *yui *ajax implementation as the yui example suggests.But I am recieving an exception like that It is wierd because I declared the class field TargetSlot as transient. No matter if I declare it as transient or not

Re: Wicket and (or) restlet

2009-04-01 Thread Igor Vaynberg
huh? wicket is trying to address a completely different problem space - which is orthogonal to what restlet and other rest-like services are trying to achieve. do any of these restlet-like services provide anything to help you generate the ui? do they have jstl tags? components? templating? nothin

Re: Wicket and (or) restlet

2009-04-01 Thread Casper Bang
> restlet is for building services not uis, that quote makes absolutely no > sense. > While I agree the quote smells of FUD, one doesn't necessarily exclude the other. The beauty of REST is its statelessness, addressability, representation negotiation, caching and other ways it embraces HTTP rathe

Re: How to switch Panels with a Tree?

2009-04-01 Thread Igor Vaynberg
selectedPanel.replaceWith(currentPanel); selectedPanel=currentPanel; -igor On Wed, Apr 1, 2009 at 5:58 AM, Christian Helmbold wrote: > > Hello, > > I want to switch panels with a tree (like switching panels within a > TabbedPanel), but get an error when clicking more than once on a node. > > It

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Marko Sibakov
Timo Rantalaiho wrote: On Wed, 01 Apr 2009, Martijn Dashorst wrote: [X] -1, don't accept above resolution, because ... I still liked the other name suggestion "jdave-wicket-webdriver-wicket-fx" better, shall I do another vote thread on it? Someone has already made logo for us http

Re: Wicket-Extensions Installation

2009-04-01 Thread Kaspar Fischer
On 01.04.2009, at 17:58, Tomáš Mihok wrote: Hi there, I would like to ask for a guide or a page explaining installation process of wicket-extensions. I need especially TabbedPanel and TabControl. Thx oin advance. I cannot answer about the existence of the page. -- But if you are using Maven

Re: How to switch Panels with a Tree?

2009-04-01 Thread Matej Knopp
Hi, > selectedPanel.replaceWith(currentPanel); > java.lang.IllegalStateException: This method can only be called on a > component that has already been added to its parent. at org.apache.wicket.Component.replaceWith(Component.java:2717) Obviously your selected panel is not added to page and yo

Re: Constructor not being called when Back button clicked

2009-04-01 Thread Steve Swinsburg
Yup, got that in but the problem still exists, the constructor is not being called when the browser goes back to that page. It *could* be because my Wicket app is running in an iframe (sucks, but unavoidable) so the request params are being screwed up and Wicket is not initialising the page

Re: Modify class : org.apache.wicket.spring.SpringWebApplicationFactory (possible) ?

2009-04-01 Thread Igor Vaynberg
you can quiet easily implement your own version that works with your environment. -igor On Wed, Apr 1, 2009 at 5:58 AM, cmoulliard wrote: > > Hi, > > Is it possible to modify the following class : > org.apache.wicket.spring.SpringWebApplicationFactory > in order to retrieve the class org.springf

Re: Wicket and (or) restlet

2009-04-01 Thread Igor Vaynberg
restlet is for building services not uis, that quote makes absolutely no sense. -igor On Wed, Apr 1, 2009 at 4:01 AM, Alexandru Objelean wrote: > > Actually there are very few informations regarding this subject. Recently I > have found a quote at restlet page (http://www.restlet.org/about/quote

Re: FileUpload: mark/reset not supported

2009-04-01 Thread Mathias P.W Nilsson
Please post some code. -- View this message in context: http://www.nabble.com/FileUpload%3A-mark-reset-not-supported-tp22824642p22829535.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-

Re: Constructor not being called when Back button clicked

2009-04-01 Thread Mathias P.W Nilsson
Like matej says @Override protected void setHeaders(WebResponse response) { response.setHeader("Pragma", "no-cache"); response.setHeader("Cache-Control", "no-cache, max-age=0, must-revalidate, no-store"); } -- View this message in context: http://www.nabble.com/Cons

Re: where is AuthenticatedWebApplication

2009-04-01 Thread Khlystov Alexandr
James, and Jeremy from other letter - thanks! James Carman пишет: wicket-auth-roles-1.3.5.jar On Wed, Apr 1, 2009 at 11:51 AM, Khlystov Alexandr wrote: | Hello all! I see sample at http://www.wicket-library.com/wicket-examples/authentication but I don't see class org.apache.wicket.authe

Wicket-Extensions Installation

2009-04-01 Thread Tomáš Mihok
Hi there, I would like to ask for a guide or a page explaining installation process of wicket-extensions. I need especially TabbedPanel and TabControl. Thx oin advance. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.o

Re: where is AuthenticatedWebApplication

2009-04-01 Thread Jeremy Thomerson
TRUNK: ./wicket-auth-roles/src/main/java/org/apache/wicket/authentication/AuthenticatedWebApplication.java 1.3-X: ./jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authentication/AuthenticatedWebApplication.java -- Jeremy Thomerson http://www.wickettraining.com On Wed, Apr 1, 2009 a

Re: where is AuthenticatedWebApplication

2009-04-01 Thread James Carman
wicket-auth-roles-1.3.5.jar On Wed, Apr 1, 2009 at 11:51 AM, Khlystov Alexandr wrote: > | > Hello all! > > I see sample at http://www.wicket-library.com/wicket-examples/authentication > > but I don't see class > org.apache.wicket.authentication.AuthenticatedWebApplication; in > wicket-1.3.5.jar?

where is AuthenticatedWebApplication

2009-04-01 Thread Khlystov Alexandr
| Hello all! I see sample at http://www.wicket-library.com/wicket-examples/authentication but I don't see class org.apache.wicket.authentication.AuthenticatedWebApplication; in wicket-1.3.5.jar? Where could I find it? Thanks in advance. | -- Khlystov Alexandr

RE: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Ames, Tim
Yeah, I picked up on that of course AFTER I asked the question. This day was named just for ME! I feel so privileged. -Original Message- From: Daan van Etten [mailto:d...@stuq.nl] Sent: Wednesday, April 01, 2009 11:11 AM To: users@wicket.apache.org Subject: Re: VOTE: Rename Apache Wicke

Re: Constructor not being called when Back button clicked

2009-04-01 Thread Matej Knopp
You need to add Cache-control: no-store header to prevent firefox from caching the page on back button. Look at WebPage#setHeaders(WebResponse response) -Matej On Wed, Apr 1, 2009 at 5:15 PM, Timm Helbig wrote: >> Is there some way to force the page to be reconstructed? > Don't use Ajax, use th

Re: DatePicker, TextField and AjaxEventBehavior

2009-04-01 Thread Michal Hybler
If someone have same problem I have solved that by using DateTextField instead of DateField from wicket extension. M. Michal Hybler wrote: > > Hi, > i have problem with using datepicker in wicket. I have TextField and > DatePicker attached to it. > > final TextField dateFieldfrom = new TextFiel

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Daan van Etten
To make it a bit less painful: Look at the date. :-) Daan Op 1 apr 2009, om 16:25 heeft Brill Pappin het volgende geschreven: ~0/1 I don't care... but I can't say that I think FX makes it "cool"... Sounds more like a bad 90's TV show to me :) As long as it work, I don't care what its called

Re: Constructor not being called when Back button clicked

2009-04-01 Thread Timm Helbig
> Is there some way to force the page to be reconstructed? Don't use Ajax, use the default Button insteand Regards, Timm Am Mittwoch, 1. April 2009 16:11:07 schrieb Steve Swinsburg: > Hi all, > > I have a Page and on that page a Form which submits via Ajax. > > In this page's constructor I added

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Roman Zechner
Daan van Etten wrote: FX sounds just way cool. "WicketFX. Where function meets form. Web development in style." Say for yourself, would you rather want to work with a framework called Wicket, or a framework called WicketFX?! Birthday parties and pub nights never are the same again: "What t

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Brill Pappin
~0/1 I don't care... but I can't say that I think FX makes it "cool"... Sounds more like a bad 90's TV show to me :) As long as it work, I don't care what its called... um... maybe I should qualify that... I don't care what its called as long as I won't be embarrassed when talking to my clie

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Ryan Gravener
I'm still waiting on the scala implementation that was talked about around this time last year. 2009/4/1 Daan van Etten > FX sounds just way cool. > > "WicketFX. Where function meets form. Web development in style." > > Say for yourself, would you rather want to work with a framework called > Wi

Re: AW: Extending wicket for non webapp implementations

2009-04-01 Thread Brill Pappin
Yah, I'm digging in the source right now. A basic email is one thing, but I was really interested in the nice clean 1:1 relationship between resource and code along with the nice basic components like list etc. All you'd really need to do is extend page and create a new type, however being

Re: Employ JQuery Accordion in Wicket

2009-04-01 Thread pixotec
perhaps this will work: it's a dojo accordion pane for wicket 1.3 http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.accordioncontainer.AccordionContainerSample try it and respond if it is working. -- View this message in context: http://www.nabble.co

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Daan van Etten
FX sounds just way cool. "WicketFX. Where function meets form. Web development in style." Say for yourself, would you rather want to work with a framework called Wicket, or a framework called WicketFX?! Birthday parties and pub nights never are the same again: "What technologies you use? -

Re: Extending wicket for non webapp implementations

2009-04-01 Thread James Carman
On Wed, Apr 1, 2009 at 9:57 AM, Brill Pappin wrote: > I'd love to use wicket as a more general template library. > My immediate problem is that I need to build email template library. > > Has anyone done an extension that would allow it to process non HTML files? This question has been asked mult

Constructor not being called when Back button clicked

2009-04-01 Thread Steve Swinsburg
Hi all, I have a Page and on that page a Form which submits via Ajax. In this page's constructor I added a debug statement that prints a message when the constructor is called (for testing). I then submit the form, click away, then click Back and in Safari 4 for Mac, the page is reconstruc

AW: Extending wicket for non webapp implementations

2009-04-01 Thread Christian Helmbold
Why don't you use a template engine like FreeMarker? I think Wickets component model doesn't work well to create E-Mails. Christian - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Extending wicket for non webapp implementations

2009-04-01 Thread Brill Pappin
I'd love to use wicket as a more general template library. My immediate problem is that I need to build email template library. Has anyone done an extension that would allow it to process non HTML files? - Brill Pappin - To

Re: Application & IConverterLocator when using Hibernate & friends

2009-04-01 Thread francisco treacy
something like this might be of help? if (entity instanceof HibernateProxy) { entity = (T) ((HibernateProxy) entity).getHibernateLazyInitializer().getImplementation(); } francisco 2009/4/1 Steve Flasby : > Chaps, >        need a hint please. > > I have m

Re: urlFor ResourceStreamRequestTarget returning null

2009-04-01 Thread francisco treacy
thanks maarten, but i still can't get the url for the resource in the renderHead method. in the open flash chart example, there are two types of urls built: - resourcereferences (easy peasy to get the url) - resource, via RequestCycle.get().urlFor(OpenFlashChart.this, IResourceListener.INTERFACE

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Thies Edeling
+1 but only because it's april fool's day :) Martijn Dashorst wrote: The Wicket PMC has discussed the following action. Because I think it is prudent that the Wicket community keeps evolving with the state of Java, I've created a board resolution to rename Wicket to WicketFX (thanks Igor for the

RE: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Chenini, Mohamed
Same concern here. Why the "FX" suffix? -Original Message- From: Johan Compagner [mailto:jcompag...@gmail.com] Sent: Wednesday, April 01, 2009 9:33 AM To: users@wicket.apache.org Subject: Re: VOTE: Rename Apache Wicket to Apache WicketFX Failed eXtremely On Wed, Apr 1, 2009 at 15:08,

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Johan Compagner
Failed eXtremely On Wed, Apr 1, 2009 at 15:08, Ames, Tim wrote: > Please excuse my EXTREME ignorance, but what exactly does or will the FX > mean from a Wicket standpoint? What does it do or allow a developer to do > that would designate it as "FX"? > > > > -Original Message- > From:

RE: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Ames, Tim
Please excuse my EXTREME ignorance, but what exactly does or will the FX mean from a Wicket standpoint? What does it do or allow a developer to do that would designate it as "FX"? -Original Message- From: David Leangen [mailto:wic...@leangen.net] Sent: Wednesday, April 01, 2009 4:08 A

Modify class : org.apache.wicket.spring.SpringWebApplicationFactory (possible) ?

2009-04-01 Thread cmoulliard
Hi, Is it possible to modify the following class : org.apache.wicket.spring.SpringWebApplicationFactory in order to retrieve the class org.springframework.osgi.BundleContext where info about class loading are. This is required when Wicket is deployed on OSGI server Regards, Charles Moulliard SO

How to switch Panels with a Tree?

2009-04-01 Thread Christian Helmbold
Hello, I want to switch panels with a tree (like switching panels within a TabbedPanel), but get an error when clicking more than once on a node. It should look like this: +-+ | (TreePanel) | | +-+

Re: Should a form submit when sub-form has error's?

2009-04-01 Thread Thijs
If you are referring to org.apache.wicket.markup.html.form.validation.TestHomePage Those never run at least not when I call "mvn clean package" I had to change it to org.apache.wicket.markup.html.form.validation.HomePageTest to get it to work. (Which in my view could indicate that there are more

Employ JQuery Accordion in Wicket

2009-04-01 Thread HHB
Hey, My team lead is insisting on employing JQuery Accordion in our Wicket application. As you know that the Accordion consists of pairs of headers and contents panels. The requirement is to hide/show some pairs depending on the user's permission. Is is possible to do so? if yes, would you plea

Re: [announce] WASMP , Wicket AsSeMbler Project

2009-04-01 Thread nino martinez wael
In theory yes, but we would require Wicket to abstract all classes via interfaces and make WASP and SWARM to rely on those instead.. Since the byte code signature are not identical for the code.. 2009/4/1 Johan Compagner : > Will WASP and SWARM run on WASMP? > > On Wed, Apr 1, 2009 at 10:32, nino

Re: [announce] WASMP , Wicket AsSeMbler Project

2009-04-01 Thread Johan Compagner
Will WASP and SWARM run on WASMP? On Wed, Apr 1, 2009 at 10:32, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Hi Guys > > Im happy to announce the new Shiny Wicket Assembler Project on behalf > of the WASMP team. Do you need speed? Then WASMP is for you, in it's > first release it w

FileUpload: mark/reset not supported

2009-04-01 Thread Andreas Kaluza
Hi @ all! I have a FileUpload which is not working. My Feedback component recognized: The file cannot be saved! Cause: mark/reset not supported What I'm doing is: I pass the input stream from the FileUpload to a method, which uses it for XML-parsing. With some files it's working with other not

Re: NameService usage in wicket ?

2009-04-01 Thread nino martinez wael
Thats not a problem with wicket I think? Im not sure how you've implemented the nameservice (usually you do that with static methods), but I'd use IOC instead, it avoids some of the anti patterns you get into when doing the servicelocator pattern or the factory pattern.. regards Nino 2009/4/1 F

RE: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Will Hoover
+1 -Original Message- From: martijn.dasho...@gmail.com [mailto:martijn.dasho...@gmail.com] On Behalf Of Martijn Dashorst Sent: Wednesday, April 01, 2009 3:03 AM To: d...@wicket.apache.org; users@wicket.apache.org Subject: VOTE: Rename Apache Wicket to Apache WicketFX The Wicket PMC has d

Re: Wicket and (or) restlet

2009-04-01 Thread Alexandru Objelean
Actually there are very few informations regarding this subject. Recently I have found a quote at restlet page (http://www.restlet.org/about/quotes) : "I was working on a small project using Wicket but since switching to Restlet I will not be going back. Restlet makes java development productive,

Application & IConverterLocator when using Hibernate & friends

2009-04-01 Thread Steve Flasby
Chaps, need a hint please. I have my own IConverterLocator which provides standard display of things like Money, Percentage & other domain types we have invented. All is good. Today I enhanced it to handle our Country type. This is an @Entity. To my surprise the rendering didn't change.

Re: Wicket and (or) restlet

2009-04-01 Thread Erik van Oosten
There are several mails with opinions regarding this subject. One way to actually use Restlet and Wicket together is described on http://cwiki.apache.org/WICKET/springbean-outside-wicket.html. Regards, Erik. Objelean Alex wrote: I'm curious what are the community thoughts about restlet.

Re: NameService usage in wicket ?

2009-04-01 Thread FaRHaN
when i access NameService methods such as NameService service = NameService.(dot) the intellisense only shows class rather than all methods of NameService. Is there anything missing ? Thanx again... --- On Wed, 4/1/09, nino martinez wael wrote: From: nino martinez wael Subject: Re: NameServic

Re: clean way to add visibility constraints

2009-04-01 Thread Martijn Dashorst
one is static, the other dynamic. You can make setVisible more dynamic by doing it in page.onBeforeRender Martijn On Wed, Apr 1, 2009 at 11:42 AM, Boydens Joeri (OZ) wrote: > > Is there prefered way between the methods below? > > if (condition) { >        component.setVisible(false); > } > > OR

Re: Picket Web Framework -- PHP's answer to Java's Wicket

2009-04-01 Thread Nano Surbakti
Wow.. looks very promising. Nice.. nice... :) On Wed, Apr 1, 2009 at 12:56 PM, Otan wrote: > Are you a fan of Wicket but you can't use it because your company or client > is tied with PHP? Have you ever wished that Wicket was available in the PHP > land? > > Picket to the rescue! > > Picket is a

RE: clean way to add visibility constraints

2009-04-01 Thread Boydens Joeri (OZ)
Is there prefered way between the methods below? if (condition) { component.setVisible(false); } OR component { @Override public boolean isVisible() { return !condition; } If I use the above I can group my components and set them with the setVisible method depending on the co

Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread nino martinez wael
I dont have any more explicit examples laying around.. Just do it like you would in any other java application.. And it certainly are possible... 2009/4/1 FaRHaN : > I have tried examples exist in wicket library but these examples are used to > display only built-in (countries & languages) values

Re: NameService usage in wicket ?

2009-04-01 Thread nino martinez wael
This should not be a problem.. Im not sure why you get that problem? Why is it not accessible from you wicket application, it's not different from any other app. Now there might be something with an application context. 2009/4/1 FaRHaN : > Sorry, it was NameService instead of NameSpace. > I want t

Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread FaRHaN
I have tried examples exist in wicket library but these examples are used to display only built-in (countries & languages) values. But i want to display my own values stored in an array or in DBIs there any ? --- On Wed, 4/1/09, nino martinez wael wrote: From: nino martinez wael Subject:

Re: clean way to add visibility constraints

2009-04-01 Thread Daan van Etten
You could write a method that sets the visibility on the relevant components. The Form components have to be visible to that method though (or you have to use a visitor). Regards, Daan Op 1 apr 2009, om 08:32 heeft Boydens Joeri (OZ) het volgende geschreven: Hi, I have this page whe

Re: NameService usage in wicket ?

2009-04-01 Thread FaRHaN
Sorry, it was NameService instead of NameSpace. I want to use NameService for finding (extracting) values stored in an array. For Example, i want to use: List names = new ArrayList(); names.add("Abe"); names.add("Abel"); String prefix = request.getParameter("name"); NameService service = NameServ

Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread nino martinez wael
Look at the examples on wicket library, if you need more then you could try the object autocomplete from wicketstuff.. 2009/3/31 FaRHaN : > Is there any way to display User Defined values in AutoCompleteTextField > (ajax behavior) by using array of values. > Please refer me some examples and link

  1   2   >