Re: Ways to fully disable back button

2009-02-20 Thread Martijn Dashorst
See the gmail interface: they have an undo button when you delete or mark a message as spam. They provide a feedback message with a link that allows the user to undo the operation. 2 messages have been marked as spam (_undo_) Martijn On Fri, Feb 20, 2009 at 8:39 AM, Anton Veretennikov

Wicket-1.4-rc2 / Liferay 5.2.1 / Ajax: PortletServletRequestWrapper: java.lang.StringIndexOutOfBoundsException

2009-02-20 Thread sauli_k
Hi, I was using the AjaxLink in a portlet and I noticed that in case the portal url is shorter than the wicket filter path I get this error: 2009-02-20 11:07:40,765 ERROR [[MonitoringPortlet].invoke()] - Servlet.service() for servlet MonitoringPortlet threw exception

Re: Ways to fully disable back button

2009-02-20 Thread Anton Veretennikov
Thank you for your time, Martijn. I found at last wiki page about this. http://cwiki.apache.org/WICKET/browser-back-forward.html Hope it is actual. -- Tony On Fri, Feb 20, 2009 at 3:31 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: See the gmail interface: they have an undo button when

Re: form - ajax submit and validation

2009-02-20 Thread Vitek Tajzich
Hi, that was my mistake. I set to submit button defaultFormProcessing = false and that is why validation haven't been processed. Now validations are processed but I'm getting this warning: Component-targetted feedback message was left unrendered. This could be because you are missing a

Re: Wicket-1.4-rc2 / Liferay 5.2.1 / Ajax: PortletServletRequestWrapper: java.lang.StringIndexOutOfBoundsException

2009-02-20 Thread Thijs
This is probably an error in Liferays PortletRequestDispatcher. Use Liferay 5.2.x (head of liferay branch 5.2.x) and use the sun portlet container (put portlet.container.impl=sun in portlal-ext.properties) (See http://issues.liferay.com/browse/LPS-1911) and then apply the patches in these two

Re: Storing user entity in session?

2009-02-20 Thread nino martinez wael
Hi Tauren I've done something similar.. Have no trouble with.. Disclaimer, below code are really ugly and I need to clean it up... package zeuzgroup.application; import org.apache.wicket.Request; import org.apache.wicket.authentication.AuthenticatedWebSession; import

Re: Storing user entity in session?

2009-02-20 Thread nino martinez wael
Hehe, my answer are the same as Martijn. Use the ID as key in LDM, see below. public class BaseEntityDetachableModel E extends BaseEntity extends LoadableDetachableModel { @SpringBean(name = dBDao) protected IDBDao dBDao; private Long id; private ClassE clazz; public

Re: Can a TreeTable be pagable?

2009-02-20 Thread Thomas Mäder
In short: no. Here's what I'd do: Use a table (which is pageable) and show the location in the tree as breadcrumbs. When you click on a table item, you go into the table item i.e. it goes to the bread crumbs and the children are shown in the table. Thomas On Thu, Feb 19, 2009 at 12:36 PM,

Re: Wicket VoiceXML framework?

2009-02-20 Thread nino martinez wael
Replying Inline.. 2009/2/20 Tauren Mills tau...@tauren.com Nino, I've considered learning more about VoiceXML as well, but it would be for a future project and unfortunately I don't have time to help right now. If you do get it going, I'd certainly be interested in contributing down the

Re: automatic Page Flow diagrams?

2009-02-20 Thread nino martinez wael
What does people thing of this? Like something that would scan all Wicket Pages, and panels refered by those thus creating something like this: PageA--PageB--PageD ^ | | -PageC Im not that great a ascii artist but something like this. 2009/2/17 nino martinez wael

Re: Storing user entity in session?

2009-02-20 Thread Martijn Dashorst
move the IModelPerson to your custom request cycle, otherwise you'll run into the issues I've pointed out earlier where on thread detaches while another attaches. Storing entities in your session when your interested in maintaining them with your entitymanager is BAD, even if you put it in a LDM.

Re: form - ajax submit and validation

2009-02-20 Thread Martijn Dashorst
perhaps add the feedback panel to the ajax request target? Martijn On Fri, Feb 20, 2009 at 10:55 AM, Vitek Tajzich v.tajz...@gmail.com wrote: Hi, that was my mistake. I set to submit button defaultFormProcessing = false and that is why validation haven't been processed. Now validations are

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Thomas Mäder
Whoa! The silence is deafening! Since I've had one answer in a week, I guess there is just no interest. Oh well... Thomas On Mon, Feb 16, 2009 at 12:04 PM, Thomas Mäder thomas.mae...@devotek-it.chwrote: Hi Folks, I would be willing to organize a Wicket meetup in Switzerland if there is

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Piller Sébastien
Hi, I'm not against this, but the language is a problem, I don't speak german very well. If it could be in french, I'd subscribe to it ;) Thomas Mäder a écrit : Whoa! The silence is deafening! Since I've had one answer in a week, I guess there is just no interest. Oh well... Thomas On

Re: Storing user entity in session?

2009-02-20 Thread nino martinez wael
Ok, thanks for the tip... 2009/2/20 Martijn Dashorst martijn.dasho...@gmail.com move the IModelPerson to your custom request cycle, otherwise you'll run into the issues I've pointed out earlier where on thread detaches while another attaches. Storing entities in your session when your

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Martin Funk
Your commitment to this is too;-) Please don't get me wrong on this, but be agile. Initiate something scaleable. Do it in a way that it would be a success for you no matter how many people come. Just don't start complaining before taking real action. mf P.S.: I might be interested coming in

Re: Wicket meetup in Switzerland?

2009-02-20 Thread nino martinez wael
On the otherhand his complains got us to answer :) 2009/2/20 Martin Funk mafulaf...@googlemail.com Your commitment to this is too;-) Please don't get me wrong on this, but be agile. Initiate something scaleable. Do it in a way that it would be a success for you no matter how many people

Re: Storing user entity in session?

2009-02-20 Thread Martin Voigt
Hi Martijn, your reply reminds me of a question I always wanted to ask: is it safe to use IModels outside of components with their defined lifecycle and getDefaultModel() method? We'd like to use models everywhere we have to retrieve domain objects, be it configuration or, as in this thread,

Re: Yet another Wicket quick start application...

2009-02-20 Thread Richard Allen
Sure. On Fri, Feb 20, 2009 at 2:45 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: If your on it Richard, could you put in the wicket merchandise shop aswell? cafepress.com/apachewicket 2009/2/19 Richard Allen richard.l.al...@gmail.com I like the wickethub.org idea! Thank you

Re: form - ajax submit and validation

2009-02-20 Thread Vitek Tajzich
well it happend inside of FormI cannot do anything 2009/2/20 Martijn Dashorst martijn.dasho...@gmail.com perhaps add the feedback panel to the ajax request target? Martijn On Fri, Feb 20, 2009 at 10:55 AM, Vitek Tajzich v.tajz...@gmail.com wrote: Hi, that was my mistake. I

Re: Storing user entity in session?

2009-02-20 Thread Martijn Dashorst
There are several types of safety: - making sure they are detached? - making sure they are only used inside one thread? - ... Detaching outside of the wicket component tree's default model slot is not automatic: you have to do that yourself (override ondetach for example). AFAIK we'll be

Re: drop down default item string is erroneous

2009-02-20 Thread Martijn Dashorst
See d...@. Some property encoding issues seem to have krept in... Should be solved by now. Martijn On Thu, Feb 19, 2009 at 6:50 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: i guess this will have to wait for martijn or matej or someone else with a mac/unix to debug. -igor On Thu, Feb

Re: form - ajax submit and validation

2009-02-20 Thread Vitek Tajzich
Wellsometimes is a good idea to read a documentation :-) I found on wicket's wiki that I have to update feedback panel. This should be done like this: protected void onError(final AjaxRequestTarget target, final Form form) { // or update the feedback panel

Re: Wicket meetup in Switzerland?

2009-02-20 Thread jWeekend
Thomas, This is partly because, strange as it may seem, not everyone that develops with Wicket uses this list. We have clients and students that have come over for jWeekend Wicket courses from Switzerland and for our http://jWeekend.com/dev/LWUGReg/ London Wicket Events - I have never seen

Google map in openlayer

2009-02-20 Thread Wadi Jalil Maluf
Hi all!I'm trying to view google streets , hibryd and such with the openlayer control. I tryied to do something like this: HashMap map=new HashMap(); map.put(key,ABQIIA90LzdyYKLEpFMORIdF-RT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQaV uF6E_lJuzkoBX3tk_znit-sjg); Layer layer=new WMS(GMap,

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Vitaly Tsaplin
Hi there, I would propose to meet in Geneva!! ;) Vitaly On Fri, Feb 20, 2009 at 1:57 PM, jWeekend jweekend_for...@cabouge.com wrote: Thomas, This is partly because, strange as it may seem, not everyone that develops with Wicket uses this list. We have clients and students that have come

Re: form - ajax submit and validation

2009-02-20 Thread Martin Voigt
You can set the form processing mode per button: submitButton.setDefaultFormProcessing(true); cancelButton.setDefaultFormProcessing(false); So if the user clicks submitButton, the form is validated, if she clicks cancelButton, it is not. Martin 2009/2/20 Vitek Tajzich v.tajz...@gmail.com:

DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread pixologe
Hi everybody, I might just be out of it or missing a clue - I'd just like to have a DropDownChoice without preselection and without 'Please choose one' option. Is this possible? How can I achieve this? Thanks in advance + regards -- View this message in context:

Re: DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread Fatih Mehmet Ucar
you can use setNullValid(true) method 2009/2/20 pixologe pixol...@mailinator.com Hi everybody, I might just be out of it or missing a clue - I'd just like to have a DropDownChoice without preselection and without 'Please choose one' option. Is this possible? How can I achieve this?

Re: form - ajax submit and validation

2009-02-20 Thread Vitek Tajzich
Yes, that is right...I'mit is obvious :-) thank you all for your help! V. 2009/2/20 Martin Voigt martin.vo...@artnology.com You can set the form processing mode per button: submitButton.setDefaultFormProcessing(true); cancelButton.setDefaultFormProcessing(false); So if the user

Re: DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread Sergio García
I guess that if you simply override the dropdownchoice i18n property value for that component/page with a plain it may work. DropDownChoice property key for Please choose one is null, or at least i remember that. -- View this message in context:

Re: DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread pixologe
I tried overriding getDefaultChoice already, returning an empty string, this did not work, unfortunately. The 'Please choose one' option is not rendered, however the first 'normal' option gets selected instead. Also, inside AbstractSingleSelectChoice, there remains an empty string in the options

Re: DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread Martin Makundi
DId you try setting the componentId.null - property value? If null is valid then try componentId.nullValid , see http://wicket.sourceforge.net/apidocs/wicket/markup/html/form/DropDownChoice.html ** Martin 2009/2/20 pixologe pixol...@mailinator.com: I tried overriding getDefaultChoice already,

Re: DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread Johan Compagner
override the getDefaultChoice() and generate a optionoption (yes empty) and the if selected is also empty generate option selected=trueoption On Fri, Feb 20, 2009 at 15:31, pixologe pixol...@mailinator.com wrote: I tried overriding getDefaultChoice already, returning an empty string, this

Solved: DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread pixologe
I have found a solution for this after all, not quite elegant, but works like charm :) new ListMultipleChoice(select,new Model(new ArrayListT(0)), new PropertyModel(this, choices), renderer) { @Override protected void onComponentTag(ComponentTag tag) { super.onComponentTag(tag);

intercept security check in wicket-auth-roles

2009-02-20 Thread Brill Pappin
I'm trying to integrate wicket-auth-roles with a token based SSO security system. I can't see where I can intercept the authentication sequence and auto-login the user based on the token. Essentially i want to catch the authentication request and authorize the user based on a token before

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Johan Compagner
if you would do it in a time that i am in the swiss then i could also attend But that is now and then +/- 1 time in 2 months.. (this week i am in Bern) I dont have a problem if it was in real german, but it cant be in that swiss german (which has i my eyes nothing to do with german anyway)

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Jeremy Thomerson
I've seen plenty of programming language flame wars, but it looks like Johan is starting a REAL language flamewar. :) On Fri, Feb 20, 2009 at 9:41 AM, Johan Compagner jcompag...@gmail.comwrote: if you would do it in a time that i am in the swiss then i could also attend But that is now and

Re: Where to disable a child component

2009-02-20 Thread Jeremy Thomerson
Why not let you child components override isEnabled() and have part of the logic in it check if their parent is enabled? On Thu, Feb 19, 2009 at 11:25 PM, taha siddiqi tawushaf...@gmail.comwrote: Hi, I think I resolved it. I used FormComponentPanel.onRender( MarkupStream ) regards tawus

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Johan Compagner
that was the whole idea, now you spoiled it! ;( On Fri, Feb 20, 2009 at 17:09, Jeremy Thomerson jer...@wickettraining.comwrote: I've seen plenty of programming language flame wars, but it looks like Johan is starting a REAL language flamewar. :) On Fri, Feb 20, 2009 at 9:41 AM, Johan

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Francisco Diaz Trepat - gmail
First of all, could this be the coolest list ever? May be because Nino is on it. I would love to be in driving distance but Bs. As. is too far... Though starting to beg my boss for a quick trip (as we work for a Zürich based company)... We could have one here, and extend our invitation to all,

Re: Wicket meetup in Switzerland?

2009-02-20 Thread Piller Sébastien
I really agree with what Johan said :) swiss german is another language, and far not a trivial one :) On Fri, Feb 20, 2009 at 9:41 AM, Johan Compagner jcompag...@gmail.com wrote: if you would do it in a time that i am in the swiss then i could also attend But that is now and then

Flash Chart Display problem

2009-02-20 Thread newbieabc
Hi, I am trying to add a flash chart into an existing web page with a form in it, but for some reason it won't display when the page loads, instead it displays when the submit button of the form is clicked. I'm not sure why that happens, no errors occur, but every time the page loads, an empty

Re: HTML creation tool

2009-02-20 Thread Dave Schoorl
I have never used DreamWeaver or extensively used any other wysiwyg html/css tool, but I have looked at Amaya (http://www.w3.org/Amaya/) once, and in that whole hour I tried it, it looked interesting. So far I have managed to let other people do the dirty (read: design) work. Edwin Ansicodd

Re: Where to disable a child component

2009-02-20 Thread taha siddiqi
Thanks for the response, That is also a way of doing it but I have too many child components and it is easy to just write something like @Override protected void onRender( MarkupStream stream ){ childComponent1.setEnabled( isEnabled() ); } tawus On Fri, Feb 20, 2009 at 9:44 PM,

Troubles with Spring: bean of type X not found

2009-02-20 Thread Christian Helmbold
I try to use Wicket's Spring integration, but I get the following error: WicketMessage: Can't instantiate page using constructor public wicki.WikiPage() Root cause: java.lang.IllegalStateException: bean of type [wicki.domain.PageRepository] not found at

Re: Troubles with Spring: bean of type X not found

2009-02-20 Thread Martin Grigorov
[wicki.domain.PageRepository] not found bean .. class=com.helmbold.wicki.domain.PageRepository/ missing com.helmbold ?! El vie, 20-02-2009 a las 17:25 +, Christian Helmbold escribió: I try to use Wicket's Spring integration, but I get the following error: WicketMessage: Can't instantiate

AW: Troubles with Spring: bean of type X not found

2009-02-20 Thread Christian Helmbold
This is because of changes while writing my last email. Now all package names are changed, but the error still occurs. Christian - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: DropDownChoice without preselection and without 'Please choose one'

2009-02-20 Thread pixologe
just had a deeper look at AbstractSingleChoice. looks as if it did exactly this when the ###.null string resource is empty. I will check that out tomorrow. Thank you guys :) jcompagner-2 wrote: override the getDefaultChoice() and generate a optionoption (yes empty) and the if selected

Re: WML + Wicket experiences?

2009-02-20 Thread Martin Makundi
Hi! Currently my problem is that the Nokia3510i simulator does not react properly to setResponsePage(WapMainPage.class). For some (yet unknown) reason the requestcycle processes an empty request which results in PageExpiredException: [RequestParameters componentPath=3:loginForm pageMapName=null

Re: WML + Wicket experiences?

2009-02-20 Thread Martin Makundi
Dammit.. I found this article: http://www.thewirelessfaq.com/why_does_a_normal_http_302_redirect_not_work_with_wap Talks something about redirects.. so I tried to set setRedirect(false); and it works now. Funny. Since I have hacked rid of 302 redirects because google don't like them: //

StyleSheet References Incorrectly Have Language Appended

2009-02-20 Thread walnutmon
-- View this message in context: http://www.nabble.com/StyleSheet-References-Incorrectly-Have-Language-Appended-tp22126039p22126039.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe,

1.4 RC Stylesheet Reference Issue

2009-02-20 Thread walnutmon
One of my pages, for a reason unknown by me, has a different stylesheet reference, which causes the page to have a screwed up display (no css)... I haven't been able to find any workaround to this issue, nor can I even really figure out what is causing it, but the closest I've been able to find

Re: 1.4 RC Stylesheet Reference Issue

2009-02-20 Thread Igor Vaynberg
see WICKET-1868, should be fixed in rc2 -igor On Fri, Feb 20, 2009 at 11:18 AM, walnutmon justin.m.boy...@gmail.com wrote: One of my pages, for a reason unknown by me, has a different stylesheet reference, which causes the page to have a screwed up display (no css)... I haven't been able to

Re: .html-templates compiler

2009-02-20 Thread Timo Rantalaiho
On Tue, 17 Feb 2009, kan wrote: I mean if you have a wicket:id=abc, it will generate class with... emm... not sure, say method getAbc() which will return an object which represents an element, so it can be bound to a Component. So, in java-code you can use only elements which are actually

Re: Google map in openlayer

2009-02-20 Thread Nino Martinez
Hi Wadi I havent tried it.. So im pretty sure that you need to do something extra inorder to get it working, I cant remember making it work with keys... What I usually do are to make it work with vanilla openlayers and then correct the contrib so it works.. And it should be pretty straight

Re: AW: Troubles with Spring: bean of type X not found

2009-02-20 Thread jWeekend
Christian, The declared type of your repository field should be an interface (that PageRepository implements, in this case). In the Spiring config, your PageRepository is used as a class, so I guess it is not an interface. The proxy Wicket will inject is of the type of that interface, not

Re: Wicket VoiceXML framework?

2009-02-20 Thread Tauren Mills
Nino, Yeah, I can see the value in what you are suggesting. It would be nice to be able to easily add vxml support for common functions with only high-level effort. I wish I had some time right now to help, but will keep an eye on where you are heading. Good luck! Tauren On Fri, Feb 20,

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Jeremy Thomerson
I think since Maurice's death, there has not been much concrete discussion as to the future of it. I suppose it needs a leader to pick it up and run with it (and I nominate Nino :) http://www.nabble.com/Future-of-Wicket-Security--td19176506.html

Re: Flash Chart Display problem

2009-02-20 Thread Maarten Bosteels
Have you tried this ? http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html Maarten On Fri, Feb 20, 2009 at 5:42 PM, newbieabc newbie...@yahoo.com wrote: Hi, I am trying to add a flash chart into an existing web page with a form in it, but for some reason it won't display when the

Is possible to have two pages in parallel ?

2009-02-20 Thread Nicolas Labrot
Hello, I'm currently creating an images repository website. I have added a link on each image to open a new browser window with the user selected image and some specific controls. The user can open n images windows (ie. browser tabs), close their and go back to the main window. This is

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Tauren Mills
Jeremy, Thanks for the response. I apologize for touching on a sensitive subject like this, but I was unaware of the circumstances. My condolences to anyone who knew Maurice. It really does look like Wicket-security, and in particular version 1.3.1 might be the right solution for my

Re: Storing user entity in session?

2009-02-20 Thread Tauren Mills
Nino and Martijn, Thanks for the help. Last night I was looking through the elephas code and found a solution that I think will work for me. It doesn't store an LDM in the session, but stores an identifier and a *transient* instance of User. This seems like an effective solution to me. I tried

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Brill Pappin
Every time I think I want to move up from wicket-auth-roles, I realize that its YAGNI and never do. that said, that are times when auth-roles is a pain, but thats always because its written so its not easily extendable. My advice would be do you actually need such fine grained control over

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Martijn Dashorst
Our company is quite invested in swarm/wasp (Maurice was a friend and co-worker). Our current projects are still 1.3 based, and several swarm/wasp based projects will move to wicket 1.4 as it becomes final. Chances are we'll need to fix swarm/wasp as well, and invest into that when that happens.

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Tauren Mills
Brill, At the moment, I just don't know. But I will certainly take your comment to heart. I do have the feeling that this app will need more than wicket-auth-roles can provide. Thanks, Tauren On Fri, Feb 20, 2009 at 2:37 PM, Brill Pappin br...@pappin.ca wrote: Every time I think I want to

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Tauren Mills
Martijn, I'm in the planning and estimating stages for this project, so no I haven't tried it out. I was hoping to hear from someone who has to help give me an idea of how much effort will be involved. Of course, I will be giving it a try as well, I just haven't yet. Thanks! Tauren On Fri,

No get method defined for class error

2009-02-20 Thread rjilani
Hi: guys I am getting No get method defined for class RegisteredUser expression: countryList when I try to execute this code registeredUser = new RegisteredUser(); Address address = new Address(); registeredUser.setAddress(address); model = new

SSL pages and links

2009-02-20 Thread novotny
Hi, I need to secure some pages as well as providing a login link that uses HTTPS. I read thru the document http://cwiki.apache.org/WICKET/how-to-switch-to-ssl-mode.html but it seems there are several approaches and various source code some of which doesn't compile. I am using wicket 1.4 with

Re: No get method defined for class error

2009-02-20 Thread Martijn Dashorst
the ddc assumes your model.bind() is the list of items to select from, which you conveniently overwrite after constructing the DDC. Read the javadoc for each constructor parameter... then provide the readonly model as a constructor parameter. Martijn On Sat, Feb 21, 2009 at 12:03 AM, rjilani

Re: Is possible to have two pages in parallel ?

2009-02-20 Thread Nicolas Labrot
Thanks Igor. I added this line to the constructor of my WebPage opened in a new browser : super(Session.get().createAutoPageMap()); you should open each window in a different pagemap or/and enable automatic multi window support in wicket -igor On Fri, Feb 20,

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Tauren Mills
Martijn, Looking in the maven repo, it looks like there is also a version 1.4-SNAPSHOT of wicket-security. It has a build date of Nov 2008. http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-security/swarm/1.4-SNAPSHOT It looks like the following might be the source. But these

Re: Adding multiple ajax behavious on same event

2009-02-20 Thread rag...@directi
found something called CompositeBehavior in misc.but it does not seem to be workingmay be i din get how to use it.. this is what i m trying to do new AjaxFallbackLink(checkAvailablity) { { final AjaxFormValidatingBehavior

AW: AW: Troubles with Spring: bean of type X not found

2009-02-20 Thread Christian Helmbold
Hello Cemal thanks for your advice. Know I have extracted an interface which is used in my WikiPage class and implemented by my Repository, but the the error is the same. public class PageRepository extends RepositoryPage implements IPageRepository { ... } public class WikiPage extends WebPage