Re: hi all, question about invoke some other service in wicket

2008-05-28 Thread shrimpywu
the sample is greate..it works fine... -- View this message in context: http://www.nabble.com/hi-all%2C-question-about-invoke-some-other-service-in-wicket-tp17503718p17506079.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: How to localize each DropDownChoice separately?

2008-05-28 Thread Eyal Golan
Sven, That method was new to me :) Everyday a new thing to learn. That's great. And it works. Thanks :) Eyal On Tue, May 27, 2008 at 8:31 PM, Sven Meier [EMAIL PROTECTED] wrote: Hello Eyal, you did override #localizeDisplayValues() to return true, didn't you? Sven Eyal Golan schrieb:

Re: Melbourne, Australia Wicket group

2008-05-28 Thread Sam Stainsby
Brisbane is better than both :- ) (that's where I live). On Mon, 26 May 2008 18:48:03 -0700, Jonathan Locke wrote: I liked Sydney a lot, but never been to Melbourne. Eelco Hillenius wrote: I'm interested in forming a Melbourne Wicket group, along the lines of

question about dojo yahoo map in wicket

2008-05-28 Thread shrimpywu
hi all, i am useing wicket 1.3.2 and dojo 1.3.0 beta i am reading the yahoo map sample, and try to run it, when the first time i run it, everything works fine, however after i re-run, i got this problem, and can not make it run again i look into the javadoc, there is no fuction to set app id..

Re: Use wicketstuff-rome

2008-05-28 Thread Fabien D.
Hi, The generated code contains the link, but nothing is displayed. I think it misses something in my WebApplication.class . -- View this message in context: http://www.nabble.com/Use-wicketstuff-rome-tp17471567p17507091.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Use wicketstuff-rome

2008-05-28 Thread Edvin Syse
Could you show the pertinent parts of the generated HTML? There is nothing besides the correct link in the correct place that is needed :) -- Edvin Fabien D. skrev: Hi, The generated code contains the link, but nothing is displayed. I think it misses something in my WebApplication.class

Re: Use wicketstuff-rome

2008-05-28 Thread Fabien D.
I have something only in the head part : head title wicket:id=titlepageOpen Source - Base de conaissance en ligne/title meta http-equiv=Content-Style-Type content=text/css / meta http-equiv=Content-Script-Type content=text/javascript/

Re: Multi-window application problem

2008-05-28 Thread Jürgen Lind
Hi, the Problem has been solved (the Model Objects were not Serializable). Should I simply close the issue or will that be done by someone of the development team. As a general improvement, I would suggest that the Exceptions that are caused by non-serializable Objects should be more obvious

Re: Use wicketstuff-rome

2008-05-28 Thread Fabien D.
I don't see icon ... Let see : http://www.nabble.com/file/p17509232/seeqd9.jpg If someone have an idea Thank you in advance -- View this message in context: http://www.nabble.com/Use-wicketstuff-rome-tp17471567p17509232.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: London Wicket Event - June 4th, at Google UK

2008-05-28 Thread jWeekend
With just a week to go, our London event is proving as popular as ever and it looks like we may fill the auditorium at Google again (~50 places). Make sure you http://www.jweekend.com/dev/LWUGReg/ register soon and _remember to confirm or cancel_ using the link in the automated email sooner

Re: Checking for file

2008-05-28 Thread Mathias P.W Nilsson
I used this solution. -- View this message in context: http://www.nabble.com/Checking-for-file-tp16941623p17507968.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

[Netbeans]Problem lauching quickstart project

2008-05-28 Thread anirelles
Hi, I'm new with Wicket and I am following the Quickstart guide. I succeed to build the project, I also succeed to run it with this command mvn jetty:run My problem is that I am not able to run the project from Netbeans (right click on the project name - Run) I have a progress bar which stay

Re: Use wicketstuff-rome

2008-05-28 Thread Edvin Syse
Fabien D. wrote: I have something only in the head part : link rel=alternate type=application/rss+xml title=your feed title href=resources/org.apache.wicket.Application/myFeed / This seems correct. Are you sure your browser supports this? Try http://sd.tornado.no and see if you get the

WicketTester not picking up web.xml?

2008-05-28 Thread RUMikeP
Hi Is there any way making sure WicketTester loads my application's web.xml? Have searched the archives and seen some suggestions about setting the path in the WicketTester constructor, but unless I missed something while debugging, it correctly sets the path to the WAR base for loading

Re: [Netbeans]Problem lauching quickstart project

2008-05-28 Thread anirelles
I would like to add that if I want to run the project from Netbeans it's for debugging purpose, I would like to add breakpoints in my java code. -- View this message in context: http://www.nabble.com/-Netbeans-Problem-lauching-quickstart-project-tp17508753p17510903.html Sent from the Wicket -

Re: Use wicketstuff-rome

2008-05-28 Thread Edvin Syse
Maybe I misunderstood you - you are talking about the RSS link/icon that's supposed to show in the addressbar of the browser, right? Your picture didn't include the addressbar.. -- Edvin Fabien D. skrev: I don't see icon ... Let see : http://www.nabble.com/file/p17509232/seeqd9.jpg If

Re: Use wicketstuff-rome

2008-05-28 Thread Fabien D.
Maybe your talking about this : http://img519.imageshack.us/img519/7098/seeecv1.jpg In my web application, I have nothing. Is there something to add in the WebApplication.class? I have tried this : mountSharedResource(/RSS, new ResourceReference(myFeed) {

change wicket resource (js) path

2008-05-28 Thread ywtsang
how can i change the wicket resource (e.g. wicket ajax js) path? i want to change it to point to our content server rather than to the web server -- View this message in context: http://www.nabble.com/change-wicket-resource-%28js%29-path-tp17511746p17511746.html Sent from the Wicket - User

Re: WicketTester not picking up web.xml?

2008-05-28 Thread Maurice Marrink
According to the code (i took a quick peek) the path is only used for resource loading. it does not parse web.xml. You have 3 options: 1 override getHiveKey in the application you pass to WicketTester to return a fixed string. 2 override WicketTester.newServletContext to return a custom context

Re: Use wicketstuff-rome

2008-05-28 Thread Jeremy Thomerson
Are you expecting the text of your RSS to appear in the body? That is not what this code does - it simply allows your browser to know about the existence of RSS content. -- Jeremy Thomerson http://www.wickettraining.com On Wed, May 28, 2008 at 3:17 AM, Fabien D. [EMAIL PROTECTED] wrote: I

Back button problem with form

2008-05-28 Thread Mathias P.W Nilsson
Hi! I have a form where a user can select payment option like visa, mastercard or post parcel. When I click in my AjaxSubmitLink for the first time everything is alright. If I press browser backbutton and choose another payment option the old one is retained. Is there anyway pass this? --

Re: Use wicketstuff-rome

2008-05-28 Thread Fabien D.
I want to have I link to subscibe the RSS, and I want to create 8 RSS for each part of my application. -- View this message in context: http://www.nabble.com/Use-wicketstuff-rome-tp17471567p17513375.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Use wicketstuff-rome

2008-05-28 Thread Jeremy Thomerson
I'd recommend signing up for http://www.addthis.com/ and dropping that on your page yourself. The way you're currently doing it just generates a hint to browsers so that the ones that support it can allow users to subscribe. -- Jeremy Thomerson http://www.wickettraining.com On Wed, May 28,

Adding behavior to rows of a datatable

2008-05-28 Thread nitinkc
I need to add a behavior(onclick event) to a row of a datatable implementation. So this will be invoked whenever the user clicks on any row of the datatable. Also, any ideas on how to change the mouse pointer icon while on the row. Thanks! -- View this message in context:

Re: Adding behavior to rows of a datatable

2008-05-28 Thread James Carman
You could override the newItem() method and use a behavior to modify the onclick attribute of the tr. On Wed, May 28, 2008 at 10:55 AM, nitinkc [EMAIL PROTECTED] wrote: I need to add a behavior(onclick event) to a row of a datatable implementation. So this will be invoked whenever the user

Re: change wicket resource (js) path

2008-05-28 Thread Igor Vaynberg
dont think this is possible. there are also plenty of other header contributions that are served from within other jars. -igor On Wed, May 28, 2008 at 5:40 AM, ywtsang [EMAIL PROTECTED] wrote: how can i change the wicket resource (e.g. wicket ajax js) path? i want to change it to point to

Re: AutoCompleteTextField - autocomplete multiple fields

2008-05-28 Thread Daniel Stoch
Hi, On Wed, May 28, 2008 at 12:31 AM, francisco treacy [EMAIL PROTECTED] wrote: something i was exactly looking for is this: http://digitarald.de/project/autocompleter/1-1/showcase/delicious-tags/ , i.e. the ability to autocomplete multiple fields. and i also wanted to integrate it with

Directions for Stateless Ajax

2008-05-28 Thread Alan Romaniusc
Hi, I have been digging in how to make stateless ajax requests in wicket. My application needs an autocomplete textfield that must work all the time, including after session expiration. I found a solution using a timer to ping the server, but this solution was rejected :(. Where/What should I be

Re: Directions for Stateless Ajax

2008-05-28 Thread Igor Vaynberg
you should look into integrating a third party javascript library to do the autocompletion, and using a servlet or a wicket shared resource to feed it data -igor On Wed, May 28, 2008 at 11:23 AM, Alan Romaniusc [EMAIL PROTECTED] wrote: Hi, I have been digging in how to make stateless ajax

Re: Directions for Stateless Ajax

2008-05-28 Thread Erik van Oosten
Well, under these circumstances: don´t use wicket. Just write your own javascript and use a servlet. Regards, Erik. Alan Romaniusc wrote: Hi, I have been digging in how to make stateless ajax requests in wicket. My application needs an autocomplete textfield that must work all the time,

more getting started documents

2008-05-28 Thread anirelles
is there any step by step CRUD for wicket? i would like to use wicked for a personal website but i'm losing to much time integrating the live examples in my own project i'll return to wicket when more documentation for new users will be available -- View this message in context:

Re: more getting started documents

2008-05-28 Thread Robby O'Connor
There is a wicket plugin for grails if you want a quick and easy CRUD wicket site. --rob anirelles wrote: is there any step by step CRUD for wicket? i would like to use wicked for a personal website but i'm losing to much time integrating the live examples in my own project i'll return

Re: more getting started documents

2008-05-28 Thread Eelco Hillenius
is there any step by step CRUD for wicket? The phonebook example in wicket-stuff. Eelco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: more getting started documents

2008-05-28 Thread Johan Compagner
Integrating the live examples shouldnt be to hard.. Just copy paste all the examples and the web.xml. Or better yet start with the examples and integrate your app in it! On 5/28/08, anirelles [EMAIL PROTECTED] wrote: is there any step by step CRUD for wicket? i would like to use wicked for a

Re: more getting started documents

2008-05-28 Thread anirelles
it's what I tried to do with AjaxFallbackDefaultDataTable. Anyway, maybe I should try with a more simple table to start. anirelles wrote: is there any step by step CRUD for wicket? i would like to use wicked for a personal website but i'm losing to much time integrating the live

Swarm: SecureWebPage Access denied Message

2008-05-28 Thread Monica D'Arcy
Hello, I am currently trying to implement some authorization/authentication using SWARM and am running into some problems. After Logging on with a class that extends the UsernamePasswordContext class, I attempt to redirect to a secure page (a page that extends SecureWebPage). At login,

Re: Swarm: SecureWebPage Access denied Message

2008-05-28 Thread Gabriel Bucher
hi, to check if the policy file is loaded correctly, set the loglevel of org.apache.wicket.security.hive to DEBUG check if you have any 'skipping line' when you start your application what i think is missing in your policy file is a arount your page permission

Re: AjaxButton without a Form

2008-05-28 Thread mnwicket
Thank you...just found that out myself and was about to update this forum. Gerolf Seitz wrote: you can have input type=button wicket:id=linkButton/ in markup and new AjaxLink(linkButton) {...} in java code. Gerolf On Tue, May 20, 2008 at 2:35 AM, mnwicket [EMAIL PROTECTED] wrote:

Search Use-Case - Retaining the model against the text field

2008-05-28 Thread mfs
Guys, Need some suggested here.. I have a search-page which has an Ajaxform with a search-criteria TextField, the same search-page has a DataView implementation (alongwith DataProvider) of the searchresults... So basically i do an ajax submit of the search criteria and repaint just the

are declarative auth-roles permissions on a class basis rather than instance basis?

2008-05-28 Thread Fernando Wermus
people, Auth-roles looks like the declarative permissions are on a class basis rather than instance basis, is it? Which could be the best approach to have instance permissions in auth-roles or should I change to wasp? Thanks in advance. -- Fernando Wermus.

Re: are declarative auth-roles permissions on a class basis rather than instance basis?

2008-05-28 Thread Fernando Wermus
I think I found it in auth-role example. Thanks anyway. MetaDataRoleAuthorizationStrategy.authorize(forAdminsAndUsers, RENDER, USER); where forAdminsAndUsers is a component instance. On Wed, May 28, 2008 at 10:27 PM, Fernando Wermus [EMAIL PROTECTED] wrote: people, Auth-roles looks

displaying video problem

2008-05-28 Thread XINGXING NA
Hi Can someone help me out? I'm having trouble in displaying youtube video and other images on my page by using wicket. For example, if I get some links which corresponds to youtube videos or some other images on some web sites. How can I show them on my page via wicket?? Thanks