Re: wicket datetime / YUI calendar

2007-10-03 Thread Nino Saturnino Martinez Vazquez Wael
GREAT!! :) Thanks. Did you also get the patch for the standalone (always shown) calendar commited? regards Nino Gerolf Seitz wrote: On 10/1/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Multipage calendar http://developer.yahoo.com/yui/examples/calendar/calgrp.html

Re: wicket datetime / YUI calendar

2007-10-03 Thread Nino Saturnino Martinez Vazquez Wael
Yup thats the one:).. Gerolf Seitz wrote: On 10/3/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: GREAT!! :) Thanks. Did you also get the patch for the standalone (always shown) calendar commited? which patch? do you mean the DatePicker#renderOnLoad

Re: wicket datetime / YUI calendar

2007-10-02 Thread Nino Saturnino Martinez Vazquez Wael
is not called for the renderOnLoad-DatePicker, iirc... i will take a look at this later today... gerolf On 10/1/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Sure there are always more questions:) I know that the problem with YUI calender, it has no model? what I mean

Re: Google Maps API

2007-10-02 Thread Nino Saturnino Martinez Vazquez Wael
Theres also http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-gmap :) Ballist1c wrote: I'll definately have a look at that over the next day or so. At the same time, i would like to learn how to work these headerContributors for other javascript based APIs :) Thanks for the

Re: wicket datetime / YUI calendar

2007-10-02 Thread Nino Saturnino Martinez Vazquez Wael
/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hmm, Im trying to make the calendar work with the DateTextField from the extensions(I guess thats the one I should use right?). But something are wrong, now my ajax update behaviors are no longer called, could you provide

Re: wicket datetime / YUI calendar

2007-10-02 Thread Nino Saturnino Martinez Vazquez Wael
ahh didnt see the PatternDateConverter...:) Nino Saturnino Martinez Vazquez Wael wrote: @DateTextField Hmm, I have to supply a custom converter then. Could there be a default one in the YUI extension? How does your dateconverter look like? regards Nino Gerolf Seitz wrote: you should

wicket datetime / YUI calendar

2007-10-01 Thread Nino Saturnino Martinez Vazquez Wael
What's planed for the calendar? I have an issue(I'll file a bug if asked to): Selecting a date on calendar goto another (wicket)page return to the page with calendar and now default date a selected again. I do not do anything special to preserve the date for the calendar, it does not

Re: Wicket menu with submenu dialog window

2007-10-01 Thread Nino Saturnino Martinez Vazquez Wael
You should really create wicket stuff project for this. Or perhaps it's something for the minis? Kent Tong wrote: lizz wrote: Has anyone made a menu (with menu items and submenus) in wicket? I would like a menu that looks more or less like the Swing JMenu. I saw a reference to

Re: Testing wicket 1.3

2007-09-20 Thread Nino Saturnino Martinez Vazquez Wael
for testing. http://wicketstuff.org/wicket13doc/org/apache/wicket/util/tester/TagTester.html Frank On 9/19/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Kent hmm, while this could be okay. I just fear the possibility that tests may succeed if other components contains foo

Re: Testing wicket 1.3

2007-09-19 Thread Nino Saturnino Martinez Vazquez Wael
Hi Kent hmm, while this could be okay. I just fear the possibility that tests may succeed if other components contains foo. This test does not take hierarchy into account.. For the simple Bbcodecomponent, it will work as I will be testing it isolated. However if others that are using the

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-17 Thread Nino Saturnino Martinez Vazquez Wael
here it is..: https://issues.apache.org/jira/browse/WICKET-980 Eelco Hillenius wrote: On 9/13/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: That would be fine, I just feel that somehow wicket coders should somehow get at notice that the normal Image will not be updated

Re: Wicket Accessibility

2007-09-17 Thread Nino Saturnino Martinez Vazquez Wael
I think you should be able to use these steps to make sure its ok: http://www.smartlabsoftware.com/wai-validator.htm http://www.w3.org/WAI/wcag-curric/sam119-0.htm http://www.w3.org/WAI/ regards Nino Sjoerd Lohuis wrote: I'm all for making Wicket more accessible. I don't have much Java

Re: wicket beta 1.3 DateTextField not working with ajaxformcomponentupdatebehavior?

2007-09-17 Thread Nino Saturnino Martinez Vazquez Wael
doesnt fire the event... Gerolf Seitz wrote: what's wrong with it? On 9/17/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi Seems to me this does not work? regards Nino - To unsubscribe, e-mail

Re: Testing wicket 1.3

2007-09-17 Thread Nino Saturnino Martinez Vazquez Wael
Hi I was wondering how I should be testing with wicket. I've created the bbcodecomponent, I have a bbcodeLabel. And I would like to write a test for that. I can see that I can't use the assertLabel as that just gets modelObjectToString, in the bbcodeLabel some formatting are done during

wicket 1.2 --- wicket 1.3 upgrade / java.lang.ClassCastException: wicket.Initializer

2007-09-14 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im trying to upgrade our application to wicket 1.3 comming from 1.2.6, all now compiles fine but at runtime I get an exception in my application: /** * @param properties *Properties map with names of any library initializers in it */ private final void

wicket 1.3 setting locale with tester?

2007-09-14 Thread Nino Saturnino Martinez Vazquez Wael
Hi Earlier I could set locale by doing this getApplicationSettings().setDefaultLocale(loc); from wicketTester... How do I do this now? regards Nino - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-13 Thread Nino Saturnino Martinez Vazquez Wael
Ernesto Nino Saturnino Martinez Vazquez Wael wrote: Hi How do I add keywords no-cache and etc, for a panel? Reason are that the panel carries a image and that gets cached so when my ajax call comes in and updates the model then the old image are shown.. regards Nino

Re: {wicket 1.2.6} Datepicker no popup?

2007-09-13 Thread Nino Saturnino Martinez Vazquez Wael
It actually was: http://www.dynarch.com/demos/jscalendar/simple-2.html I think its a styling issue... I'll try to see if I hack my way out of it. If not we will just have to upgrade to 1.3 :) regards Nino Eelco Hillenius wrote: On 9/12/07, Nino Saturnino Martinez Vazquez Wael [EMAIL

Re: Copenhagen wicket users meeting?

2007-09-13 Thread Nino Saturnino Martinez Vazquez Wael
Bump for more people to join, otherwise it will not happen... This would be an excellent opertunity to meet other wicketeers and discuss relevant problems... regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Some time has past since our last meeting. Perhaps it's time for a new one

Re: Any way to apply wicket:link to a with contained img?

2007-09-12 Thread Nino Saturnino Martinez Vazquez Wael
should'nt that be like this: !-- wicket:link Schedule.html img src=ical.jpg /wicket:link -- but still I think it would fail, how should wicket know which picture you want and what package it are in? I guess thats why you need to bind the image to a package? I just do this: semi pseudo

{wicket 1.2.6} Datepicker no popup?

2007-09-12 Thread Nino Saturnino Martinez Vazquez Wael
Hi How can I make the datepicker not popping? Eg just always shown? regards Nino - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Any way to apply wicket:link to a with contained img?

2007-09-12 Thread Nino Saturnino Martinez Vazquez Wael
heh, I can see mine arent escaped aswell.. mchack wrote: My included markup was not correct. Before I botch this up further, what is the best method to escape html in nabble posts? Mike Nino Saturnino Martinez Vazquez Wael wrote: should'nt that be like this: !-- wicket:link

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-10 Thread Nino Saturnino Martinez Vazquez Wael
/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Actually we discussed that. I suggested it but as Matej wrote: don't think so. you can have two tags generated in same millisecond.. As for nano might be better, lesser

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-10 Thread Nino Saturnino Martinez Vazquez Wael
NonCachingImage. -igor On 9/9/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: This has been rejected as invalid for fixing... But should'nt at least something have been added to the component. Currently Image are not valid for ajax calls, and you wont see the problem

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-09 Thread Nino Saturnino Martinez Vazquez Wael
say 5 ms on a decent machine. -Matej On 9/7/07, Johan Compagner [EMAIL PROTECTED] wrote: 2 tags generating the same milisecond for the same client/session? that looks very very very odd to me. johan On 9/7/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-07 Thread Nino Saturnino Martinez Vazquez Wael
://issues.apache.org/jira/browse/WICKET-939 -Nino Nino Saturnino Martinez Vazquez Wael wrote: this is whats generated: http://localhost:8080/thirdparty-webapp/thirdParty/?wicket:interface=:4:form:phoneA:phoneThumb:image::IResourceListener:: regards Nino Martijn Dashorst wrote: The most failsafe

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-07 Thread Nino Saturnino Martinez Vazquez Wael
with autoindex? -Nino Nino Saturnino Martinez Vazquez Wael wrote: Actually we discussed that. I suggested it but as Matej wrote: don't think so. you can have two tags generated in same millisecond.. As for nano might be better, lesser chance for tags being generated in the same nanosec

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-07 Thread Nino Saturnino Martinez Vazquez Wael
System.currentTimeMillis()? Or if you are really concerned use nanotime. Martijn On 9/7/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: so no, talking to Matej on ##wicket, the fix was this: Resolutions are these two : protected void onComponentTag(ComponentTag tag

{wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi How do I add keywords no-cache and etc, for a panel? Reason are that the panel carries a image and that gets cached so when my ajax call comes in and updates the model then the old image are shown.. regards Nino - To

Re: Upcoming jWeekend Wicket training courses

2007-09-07 Thread Nino Saturnino Martinez Vazquez Wael
ahh but going to the weeekend might make it easier for you to get the load of work off your shoulders:) I've been hearing the phrase we haven't got time to education, because we are too busy too much, that itself are oxymoron. That could easily be translate into : we havent got time to make

Copenhagen wicket users meeting?

2007-09-07 Thread Nino Saturnino Martinez Vazquez Wael
Some time has past since our last meeting. Perhaps it's time for a new one? We could focus this meeting on using basic wicket. In order to have more newcommers? Whats your opinion on this people? What would make you come to the meeting, and how many are we from denmark? regards Nino

Re: DIV TAG HEADER DO NOT WORK IN WICKET

2007-09-07 Thread Nino Saturnino Martinez Vazquez Wael
/#diffs Nino Saturnino Martinez Vazquez Wael wrote: hmm should'nt it be in or '' like this: div id=header? regards Nino bhupat parmar wrote: THE HEADER IS NOT WORKING DIV id=header -- View this message in context: http://www.nabble.com/DIV-TAG-HEADER-DO-NOT-WORK

wicket tester / tester.assertResultPage(clazz, filename);

2007-09-06 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im trying to create a test that renders a page and then compares it to the expected result. Currently I keep getting diff errors although I just copied the contents of the html file from the tester.dumpPage() and placed it in the expected result file. I guess its just a matter of spaces

Re: wicket tester / tester.assertResultPage(clazz, filename);

2007-09-06 Thread Nino Saturnino Martinez Vazquez Wael
I should also mentioned that Im testing by doing this: WicketTester.assertResultPage(this.getClass(), filename); Nino Saturnino Martinez Vazquez Wael wrote: Hi Im trying to create a test that renders a page and then compares it to the expected result. Currently I keep getting diff errors

Re: wicket tester / tester.assertResultPage(clazz, filename);

2007-09-06 Thread Nino Saturnino Martinez Vazquez Wael
Fidling around with the spaces, I've now boiled it down to this error only: ERROR - DiffUtil - === It's not that descriptive though:( Cant really see whats wrong.. regards Nino Nino Saturnino Martinez Vazquez Wael wrote: I should also mentioned that Im

Re: wicket tester / tester.assertResultPage(clazz, filename);

2007-09-06 Thread Nino Saturnino Martinez Vazquez Wael
looking at the sourcefile I saw this option: -Dwicket.replace.expected.results=true could this be what I was looking for to genereate the expected results? I think so:) regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Fidling around with the spaces, I've now boiled it down

Re: DIV TAG HEADER DO NOT WORK IN WICKET

2007-09-06 Thread Nino Saturnino Martinez Vazquez Wael
hmm should'nt it be in or '' like this: div id=header? regards Nino bhupat parmar wrote: THE HEADER IS NOT WORKING DIV id=header UL LIA href=# wicket:id=homeLinkHome/A/LI LI id=current wicket:id=trendArchiveA href=#Trend Archive/A/LI LIA href=#

Re: JavaScript Frameworks

2007-09-05 Thread Nino Saturnino Martinez Vazquez Wael
on the Events part I might aswell go on with the input events contrib... As this now has been up a lot of times one the mailing list.. I might seem to find some time to do it.. But it would be really nice to see what people would like of features from it? regards Nino bmarvell wrote:

Re: JavaScript Frameworks

2007-09-05 Thread Nino Saturnino Martinez Vazquez Wael
(. Is so much easier to code and read than: document.getElementById(something).getElementsByTagName(li).. Nino Saturnino Martinez Vazquez Wael wrote: on the Events part I might aswell go on with the input events contrib... As this now has been up a lot of times one the mailing list.. I

Re: Download link from DynamicWebResource?

2007-08-31 Thread Nino Saturnino Martinez Vazquez Wael
Hi Jan this is working very smoothly.. It should be part of core wicket... Maybe a little more generic... regards Nino Jan Kriesten wrote: hi nino, i use something like that to download dynamically generated excel-files. to get a resourcestream, i use this class: --- package wicket.util;

Re: shopping cart and back button

2007-08-30 Thread Nino Saturnino Martinez Vazquez Wael
A twist on this could be to just pass the cart around in constructors... We've done something like that, just not with a real cart but a filter for reporting. regards Nino Scott Swank wrote: I agree, having just helped implement an application with a shopping cart in Wicket. The cart is

Download link from DynamicWebResource?

2007-08-30 Thread Nino Saturnino Martinez Vazquez Wael
Hi Anyone ever created that? Problem with the normal download link are that it requires a file, in this case I do not have that. I could create the file but that seems kind of overkill. Would be much nicer if it just took a DynamicWebResource? regards Nino

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-28 Thread Nino Saturnino Martinez Vazquez Wael
, then it is obvious where the problem is. -igor On 8/27/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Sorry for this, I did not create our domain classes. However I did not say that you had to do this, I thought it was a wicket problem. So of course I got to the wicket list

Re: Listview / input components repaint via ajax?

2007-08-28 Thread Nino Saturnino Martinez Vazquez Wael
the panel, model is blank. Use AjaxEditableLabel instead of TextField. It will transfer dat to model immediately after editing. Hope it helps, i was solving this issue a week ago. Fero Nino Saturnino Martinez Vazquez Wael wrote: Hold for a minute, it might be something internal. I'll get back

Re: Listview / input components repaint via ajax?

2007-08-28 Thread Nino Saturnino Martinez Vazquez Wael
Jep, I sorta thought that it wouldnt make sense for it to call removeAll... regards Nino Eelco Hillenius wrote: I have a listview in a panel. I have a ajax link to add items to the list. When I click the link the listview are repainted, because I have it in the markupcontainer just as it

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-27 Thread Nino Saturnino Martinez Vazquez Wael
Igor did you ever get the chance to check this out? regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Now available from badongo to avoid cheesy IE problems http://www.badongo.com/file/4142529 Nino Saturnino Martinez Vazquez Wael wrote: Argh had made an error in the previous

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-27 Thread Nino Saturnino Martinez Vazquez Wael
not have to spend my personal time solving your business bugs. -igor On 8/26/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Igor did you ever get the chance to check this out? regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Now available from badongo

Listview / input components repaint via ajax?

2007-08-27 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have a listview in a panel. I have a ajax link to add items to the list. When I click the link the listview are repainted, because I have it in the markupcontainer just as it should. In the listview there are some textfields, these are cleared when the markupcontainer are repainted, I

Re: Listview / input components repaint via ajax?

2007-08-27 Thread Nino Saturnino Martinez Vazquez Wael
Hold for a minute, it might be something internal. I'll get back if it turns out not to be. Nino Saturnino Martinez Vazquez Wael wrote: Hi I have a listview in a panel. I have a ajax link to add items to the list. When I click the link the listview are repainted, because I have

Re: Add a choice to a DropDownChoice

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
Nino Nino Saturnino Martinez Vazquez Wael wrote: Sure just add it to the model/bean:) andrea pantaleoni wrote: Hi, I'm creating a DropDownChoice in this way: DropDownChoice dropDownChoice = new DropDownChoice(id,PropertyModel(beanName,propertyName),List,renderer) Now I want to add a choice

Re: Add a choice to a DropDownChoice

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
Sure just add it to the model/bean:) andrea pantaleoni wrote: Hi, I'm creating a DropDownChoice in this way: DropDownChoice dropDownChoice = new DropDownChoice(id,PropertyModel(beanName,propertyName),List,renderer) Now I want to add a choice with key 0 and Value (empty string) I was looking

Re: keyboard shortcuts in wicket ?

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
Sorry for the readme i've fixed it. I used the gmap2 project as template, as I remember it. I belive that the test failing are because some of the stuff are not done yet, so it should continue to do so until its working. regards Nino Jean-Baptiste Quenot wrote: * Nino Saturnino Martinez

Re: Wicket and Spring MVC compared.

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
I think it's looking okay, did you pick up the thing mentioned on the wiki? You are not using ajax in Spring MVC? It would be wrong to just plain compare non ajax to ajax.. Also you could write to the Jmeter list, to get a broader view of your test plan. Also you'll post results here ?

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-24 Thread Nino Saturnino Martinez Vazquez Wael
Now available from badongo to avoid cheesy IE problems http://www.badongo.com/file/4142529 Nino Saturnino Martinez Vazquez Wael wrote: Argh had made an error in the previous quickstart that made the dropdown to be broken.. This version however displays the problem as it are. http

{wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have a page where theres two dropdownchoices and two panels acordingly. when you click dropdown a and select a new item panel a should be updated to the new item, I've used ajaxformComponentupdatingbehavior( have also tried ajaxformsubmittingbehavior). However it seems as the model of

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, im not using the dataview or iDataprovider, although I have a listview in one of the singlephonecomparepanels. However it seems as theres something about these two issues that match. But the wierd thing are that it never ever picks up the change in the dropdownchoice. I'll try going back

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
way to get some more describtive informations from wicket? http://papernapkin.org/pastebin/view/1389 Nino Saturnino Martinez Vazquez Wael wrote: Hmm, im not using the dataview or iDataprovider, although I have a listview in one of the singlephonecomparepanels. However it seems as theres

Re: {wicket 1.3 beta 2} AjaxFormComponentUpdatingBehavior broken?

2007-08-23 Thread Nino Saturnino Martinez Vazquez Wael
Ok, i've removed all other stuff from the page, error are still there, wierd thing is that the dropdowns are working on the other pages. I guess next step are to create a quickstart and see if it works there.. Should I try with beta 3 or? regards Nino Nino Saturnino Martinez Vazquez Wael

Re: keyboard shortcuts in wicket ?

2007-08-22 Thread Nino Saturnino Martinez Vazquez Wael
Hi I once started a wicket stuff contrib, called wicket input events. Which were gonna be all about input events like mouse events and key events. It never got that far because I didnt really needed it. Some of the basic infra structure in the project should be ready I think but its not in

[wicket stuff] wicket-contrib-bbcodecomponent released

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
So now its working.. Knock yourselfs out crasy writing bbcode:) Take a peek at the wiki for further information; http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-bbcodecomponent PS: This is a very basic version. A version with a little more spunk in it may come, if people

Re: Inheritance?

2007-08-16 Thread Nino Saturnino Martinez Vazquez Wael
good idea:) I'll do it that way:) and thanks:) severian wrote: I guess there are various ways to handle the common situation of having the same form perform multiple actions (add, update, delete etc). In your case, with multiple panels, why not just have the one-and-only implementation of

Re: {wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-08 Thread Nino Saturnino Martinez Vazquez Wael
); target.addComponent((Component) gotoPage, panel.getMarkupId()); } }); } } Eelco Hillenius wrote: On 8/7/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Ok, I'll try to explain myself a little better. Im using the tabs from extensions, tabs require that what you

Re: help script.aculo.us wicket

2007-08-08 Thread Nino Saturnino Martinez Vazquez Wael
look at the wiki? http://wicketstuff.org/confluence/display/STUFFWIKI/wicketstuff-scriptaculous anita nichols wrote: I download the jar, but how do I use script.aculo.us on wicket? Thanks, Anita - To unsubscribe,

Re: BBcode component?

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
resend, since I wasnt subscribed to the list when mailing this. Nino Saturnino Martinez Vazquez Wael wrote: Hi I was wondering if any one had done a bbcode component for wicket that they would share? Im needing something that will do the following: A component where you can enter text

{wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have a panel I want to replace by another panel via ajax. However when trying to replace the panel I get this message: WicketMessage: This component is not (yet) coupled to a page. It has to be able to find the page it is supposed to operate in before you can call this method

BBcode component?

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
Hi I was wondering if any one had done a bbcode component for wicket that they would share? Im needing something that will do the following: A component where you can enter text and format it via BBcode. A component that displays a text string that has been formatted with BBcode. Other wise I

Re: {wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
Saturnino Martinez Vazquez Wael wrote: Hi I have a panel I want to replace by another panel via ajax. However when trying to replace the panel I get this message: WicketMessage: This component is not (yet) coupled to a page. It has to be able to find the page it is supposed to operate in before

Re: {wicket 1.3 Beta 2} Adding panel via ajax...

2007-08-07 Thread Nino Saturnino Martinez Vazquez Wael
to be attached to the page. -Matej On 8/7/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Ok, I'll try to explain myself a little better. Im using the tabs from extensions, tabs require that what you work with are panels (otherwise I would have done this with pages). So some

<    5   6   7   8   9   10