Re: how to show checkboxes in two column

2009-05-31 Thread Fernando Wermus
database) as a group of check boxes in two column. Many thanks. --Simon - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus

Wicket + RSS

2009-05-31 Thread Fernando Wermus
version1.3-SNAPSHOT/version /dependency -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Wicket + RSS

2009-05-31 Thread Fernando Wermus
shouldnt be a problem.. Are you looking publish rss with wicket or wicket to consume rss and show it on a page? wicketstuff rome will let you do both afaik... 2009/5/31 Fernando Wermus fernando.wer...@gmail.com: Hi all, I am looking to publish some RSS into a wicket site. I thought

Re: Wicket + RSS

2009-05-31 Thread Fernando Wermus
Nino, I got this error running a simple code. It couldn read rss from Code Poet! On Sun, May 31, 2009 at 1:27 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Nino, So I have to install it locally... ps: I am looking just to publish rss right now. thanks On Sun, May 31

Re: Wicket + RSS

2009-05-31 Thread Fernando Wermus
, May 31, 2009 at 1:37 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Nino, I got this error running a simple code. It couldn read rss from Code Poet! On Sun, May 31, 2009 at 1:27 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Nino, So I have to install it locally

Re: Wicket + RSS

2009-05-31 Thread Fernando Wermus
It is solved. Thanks! On Sun, May 31, 2009 at 1:37 PM, Fernando Wermus fernando.wer...@gmail.comwrote: java.lang.RuntimeException: Unable to parse feed: http://feeds.feedburner.com/code_poet at org.wicketstuff.rome.SyndEntryListModel.load(SyndEntryListModel.java:31

Elphas url svn fails to checkout

2009-05-31 Thread Fernando Wermus
Hi all, I was trying to use Elphas project, but the url is not working. Does anyone could provide a good one? Thanks in advance! -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Elphas url svn fails to checkout

2009-05-31 Thread Fernando Wermus
This is the correct one: http://elephas.googlecode.com/svn/trunk/ On Sun, May 31, 2009 at 7:09 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi all, I was trying to use Elphas project, but the url is not working. Does anyone could provide a good one? Thanks in advance

elphas: Error occurred during initialization of VM agent library failed to init: instrument

2009-05-31 Thread Fernando Wermus
I am trying to run Elphas, but I got the following message: Error opening zip file: Error occurred during initialization of VM agent library failed to init: instrument The -javaagent PATH is correct. But it still throws the error shown above. Thanks in advance -- Fernando Wermus

Re: Any forum (bb) components / applications written using Wicket?

2009-05-26 Thread Fernando Wermus
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Cristi Manole Nova Creator Software www.novacreator.com -- Fernando Wermus. www.linkedin.com/in/fernandowermus

pickwick next, prev, last, first bug?

2009-05-21 Thread Fernando Wermus
Hi all, The buttons in pickwick wicketstuff are not working properly. The ImagePage class has an inner class that provoke the bug. The code below show the changes that I made to correct the issue. I don't know enough java to tell you why is working in one way but not another :( public

Re: Wicket and Flex

2009-05-21 Thread Fernando Wermus
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Selenium + Wicket.

2009-05-19 Thread Fernando Wermus
Hi all, I've set up setOutputComponentPath(true) in init method my app's. But I don't know how to instruct Selenium to look for wicket:path attributes. How can I instruct Selenium to look for wicket:path? Thanks in advance Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: CheckGroup and back Button problem

2009-05-14 Thread Fernando Wermus
void onSubmit() { setResponsePage(HomePage.class); } }); } Anybody knows how to get the selected objects shown when you go back like that ? /Steen -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: Wizard, checkGroup and check

2009-05-14 Thread Fernando Wermus
. of course patches are applied even quicker :) -igor On Thu, May 14, 2009 at 4:02 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi!, I am facing a problem that I don't know how to face. I have a wizard several steps. One of them has a checkGroup and several check. If I go to a step

Re: Wizard, checkGroup and check

2009-05-14 Thread Fernando Wermus
. Martijn On Fri, May 15, 2009 at 1:12 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: you can search jira for all known issues, i dont remember all of them from the top of my head :) -igor On Thu, May 14, 2009 at 4:09 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Igor

bug in swfObject.java -- http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html

2009-05-07 Thread Fernando Wermus
).append(e.getKey()).append(quote + : + quote).append(e.getValue()).append(quote).append(comma); } result.deleteCharAt(result.length() - 1); result.append(}); return result.toString(); } return {}; } Besides, It doesn't work using modal windows :(. -- Fernando

Re: bug in swfObject.java -- http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html

2009-05-07 Thread Fernando Wermus
get lost. -- Jeremy Thomerson http://www.wickettraining.com On Thu, May 7, 2009 at 12:46 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi all, There is a small bug in swfObject in page: http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html. When

Re: Wicket SWFObject

2009-05-07 Thread Fernando Wermus
...@wicket.apache.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fernando Wermus. www.linkedin.com/in/fernandowermus http

Full integration Wicket - Blazeds. Is it possible?

2009-05-04 Thread Fernando Wermus
-pattern/messagebroker/*/url-pattern /servlet-mapping filter-mapping filter-namewicket.myApp/filter-name url-pattern/messagebroker/*/url-pattern /filter-mapping -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

palette + wizard + validation not empty + a particular item

2009-04-21 Thread Fernando Wermus
a nullpointer exception in stepCandidatos.getPalette().getRecorderComponent().add(new AjaxFormComponentUpdatingBehavior(onchange) { I am working with wicket 1.3.0 -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

Re: jetty, wicket and multiple maven modules. refresh class problem.

2009-04-16 Thread Fernando Wermus
...@gmail.comwrote: On Wed, Apr 15, 2009 at 2:56 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Igor, I avoid to use start.java because I get: org.apache.wicket.WicketRuntimeException: Application class com.misPartidos.web.EntretiempoApplication must be a subclass

Re: jetty, wicket and multiple maven modules. refresh class problem.

2009-04-16 Thread Fernando Wermus
buil automaticaly was off. Jajaja! thanks On Thu, Apr 16, 2009 at 9:20 AM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi, I solved dependencies problems. I still cannot debugging and programming at the same time. Eclipse didn't take the changes I did to a any business java file

jetty, wicket and multiple maven modules. refresh class problem.

2009-04-15 Thread Fernando Wermus
a change in a business logic java file, I have the old .class file in webapp/target which havent been replaced for logic business module class. How can I make jetty take the last changes I ve made? thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus http

Re: jetty, wicket and multiple maven modules. refresh class problem.

2009-04-15 Thread Fernando Wermus
reads classes at webapp/target. -fernando On Wed, Apr 15, 2009 at 1:47 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: are you using eclipse? -igor On Wed, Apr 15, 2009 at 1:05 PM, Fernando Wermus fernando.wer...@gmail.com wrote: Hi, I have a web site with wicket + maven. I use a maven

Re: jetty, wicket and multiple maven modules. refresh class problem.

2009-04-15 Thread Fernando Wermus
, Fernando Wermus fernando.wer...@gmail.comwrote: I am. I am trying to solve this problem with jetty-test-plugin. Better option? http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory . Eclipse isnt detecting the changes :(. Could it detect the changes by itself

publish resources in webapp

2009-04-06 Thread Fernando Wermus
Hi all! I have several swf files in webapp/ folder and I need to publish them for any user. How can I achieve that in wicket? Thanks in advance! -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

Class org/apache/wicket/Component violates loader constraints

2009-03-27 Thread Fernando Wermus
(MetaDataRoleAuthorizationStrategy.java:114) public static final void authorize(final Component component, final Action action, final String roles) { ActionPermissions permissions = (ActionPermissions)component -- Fernando Wermus. www.linkedin.com/in/fernandowermus http

Re: Class org/apache/wicket/Component violates loader constraints

2009-03-27 Thread Fernando Wermus
quickstart and see if that works? Martijn On Fri, Mar 27, 2009 at 7:43 PM, Fernando Wermus fernando.wer...@gmail.com wrote: People,I was working with WTP to debug my wicket app. But I decided to move to jetty because there is no need to deploy de app, as I imagine that WTP does. I changed

Re: wicket-like framework to complement wicket?

2008-09-08 Thread Fernando Wermus
If so, I'd be interested in the code as another submodule to domdrides (we've got hibernate, jpa, and iBATIS right now). On Fri, Sep 5, 2008 at 1:49 AM, Fernando Wermus [EMAIL PROTECTED] wrote: Francisco, I integrated db4o with wicket. bye! On Thu, Aug 21, 2008 at 9:25 AM

Re: wicket-like framework to complement wicket?

2008-09-04 Thread Fernando Wermus
PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

Re: Wicket and Flex integration

2008-08-12 Thread Fernando Wermus
Does anyone have tried to test this example? http://ryangravener.com/wordpress/?p=21 On Thu, Jul 31, 2008 at 2:11 PM, Fernando Wermus [EMAIL PROTECTED]wrote: Dear all, We want to integrate wicket and Flex. The reason for the integration is that we would like to keep the wicket wizard

Wicket and Flex integration

2008-07-31 Thread Fernando Wermus
to know if the integration was using blaze ds or the ayax bridge, etc Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

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. www.linkedin.com

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

Re: Roles and Tabbed Panel

2008-05-27 Thread Fernando Wermus
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

does auth-roles differentiate by instance?

2008-05-27 Thread Fernando Wermus
differentiate between instances. How does auth-roles manage authorization for different instances of the same Component? Thanks in advance. -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

Caused by: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main

2008-05-20 Thread Fernando Wermus
with junit to be assured that this works. I think this is the problem. If this is the case, how can I do a test to guarantee that this works without the server running? -- Fernando Wermus. www.linkedin.com/in/fernandowermus http://mientretiempo.blogspot.com/

Re: Caused by: org.apache.wicket.WicketRuntimeException: There is no application attached to current thread main

2008-05-20 Thread Fernando Wermus
Thanks. I will take a look. On Tue, May 20, 2008 at 6:52 PM, Frank Bille [EMAIL PROTECTED] wrote: Take a look on WicketTester. Frank On Tue, May 20, 2008 at 11:20 PM, Fernando Wermus [EMAIL PROTECTED] wrote: I am trying to instantiate a Panel according to an specific object. I thought

Re: getParameters problem

2008-05-06 Thread Fernando Wermus
the other constructor for RestartResponsAtInterceptPageException (the one that takes a page instance)? On Tue, May 6, 2008 at 8:44 PM, Fernando Wermus [EMAIL PROTECTED] wrote: Hi, I've used the authentication and authorization examples and I need to add some easy extra behavior

am I doing right? entities no Serializables.

2008-04-18 Thread Fernando Wermus
to it? Bye! ps: sorry for my english. -- Fernando Wermus.

Re: am I doing right? entities no Serializables.

2008-04-18 Thread Fernando Wermus
to have a non-serializable field on your entity class? On Fri, Apr 18, 2008 at 4:50 PM, Fernando Wermus [EMAIL PROTECTED] wrote: I am finishing my first app for production in wicket. As any newbie I try to make a side relevant non-functional problems to focus in which I consider

Why is LoadDetachableModel called twice?

2008-04-18 Thread Fernando Wermus
Warren, I am new using LoadableDetacheModel. I would like to know why is called twice in your example. Thanks. -- Fernando Wermus.

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-19 Thread Fernando Wermus
commands, e-mail: [EMAIL PROTECTED] -- Fernando Wermus.

Re: My Wicket Flickr Demo a la Ruby On Rails

2008-03-17 Thread Fernando Wermus
] -- Fernando Wermus.

Re: Accordion(wicket-stuff) and a YU DatePicket together don't work.

2008-03-12 Thread Fernando Wermus
like that(could it be because the calendar uses a different version of yahoo lib?). Im sick currently, so cant help out. I hope to be up on my feet by next week. Fernando Wermus wrote: I have developed some pages using the Nino Saturnino's accordion which is in wicket-stuff. I got some erros

Accordion(wicket-stuff) and a YU DatePicket together don't work.

2008-03-11 Thread Fernando Wermus
() { return true; } }); return fecha; } ...} -- Fernando Wermus.

Re: errors on the WicketStuff Dojo split container example

2008-02-29 Thread Fernando Wermus
] For additional commands, e-mail: [EMAIL PROTECTED] -- Fernando Wermus.

my domain model and Joda-Time

2008-02-23 Thread Fernando Wermus
for conversion, or can I use in my wicket-models? -- Fernando Wermus.

Re: my domain model and Joda-Time

2008-02-23 Thread Fernando Wermus
I found http://issues.apache.org/jira/browse/WICKET-466. If I understand these path will be added in 1.4 release. Is this correct? On Sun, Feb 24, 2008 at 2:56 AM, Fernando Wermus [EMAIL PROTECTED] wrote: Hi all, I got a parser error using DateTextField. I am working with Joda-Time

Re: my domain model and Joda-Time

2008-02-23 Thread Fernando Wermus
I changed it. Do you know if this upgrade is comming soon? On Sun, Feb 24, 2008 at 3:03 AM, Ryan Gravener [EMAIL PROTECTED] wrote: Use Date instead of DateTime. On Sat, Feb 23, 2008 at 11:56 PM, Fernando Wermus [EMAIL PROTECTED] wrote: Hi all, I got a parser error using

working on my first wicket web 2.0 scriptaculos component

2008-02-13 Thread Fernando Wermus
%3Apanel%3Aholder%3A1%3AIActivePageBehaviorListener%3A0%3A%26amp%3Bwicket%3AignoreIfNotActive%3Dtrue' + Sortable.serialize(element)); } } ); /script -- Fernando Wermus.

Re: a wizard + a comboBox

2008-02-12 Thread Fernando Wermus
Igor, Thanks. It was my fault. I have the setter modifier as private. On Tue, Feb 12, 2008 at 4:46 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: please provide a quickstart in a jira issue, or at least show us some code -igor On Feb 12, 2008 9:53 AM, Fernando Wermus [EMAIL PROTECTED

Re: SortableListView and refresh. 2 questions

2008-02-12 Thread Fernando Wermus
It doesn't work because of the markup I've added. I need two list for my case. Any suggestion would help. On Tue, Feb 12, 2008 at 9:12 PM, Fernando Wermus [EMAIL PROTECTED] wrote: Hi all, I am using SortableListView. I can drag and drop and reorder the items in the list, but I cannot

SortableListView and refresh. 2 questions

2008-02-12 Thread Fernando Wermus
Hi all, I am using SortableListView. I can drag and drop and reorder the items in the list, but I cannot see any ajax message going around. I think I am missing something as newbie. SortableListView sortableFirst=crearSortableList(firstlist, firstlist_firstlist, listData, imagenDePerfil,

onComponentTag vs AttributeModifier

2008-02-04 Thread Fernando Wermus
the first time, but It doesn't notice the change next times. Is this the correct behavior or not? The condition to available the combobox is of course the same. -- Fernando Wermus.

The type wicket.Component cannot be resolved. It is indirectly referenced The type wicket.Component cannot be resolved. It is indirectly referenced from required .class files

2008-02-04 Thread Fernando Wermus
of Wicket. But I couldn't solve it. Does anyone happend this before? Thanks! -- Fernando Wermus.

Re: The type wicket.Component cannot be resolved. It is indirectly referenced The type wicket.Component cannot be resolved. It is indirectly referenced from required .class files

2008-02-04 Thread Fernando Wermus
' in eclipse. Martin 2008/2/4, Fernando Wermus [EMAIL PROTECTED]: Hi all! I got this error message from Eclipse when I download DataPicker library and append the following line to the code, DateTextField bornDate=new DateTextField(player); bornDate.add(new DatePicker

Re: The type wicket.Component cannot be resolved. It is indirectly referenced The type wicket.Component cannot be resolved. It is indirectly referenced from required .class files

2008-02-04 Thread Fernando Wermus
. Martijn [1] Working with Wicket modelshttp://cwiki.apache.org/WICKET/working-with-wicket-models.html On 2/4/08, Fernando Wermus [EMAIL PROTECTED] wrote: Hi all! I got this error message from Eclipse when I download DataPicker library and append the following line to the code

AutoCompleBehavior is an abstract class.

2008-01-13 Thread Fernando Wermus
Dear all, I just want to share with the list that AutoCompleBehavior is abstract, but the http://wicketstuff.org/confluence/display/STUFFWIKI/Script.aculo.us+AutoCompleteBehaviorshows an example using it as a concrete class. Bye! -- Fernando Wermus.

Re: UploadProgessBar in a WizardStep?

2008-01-12 Thread Fernando Wermus
against the button... Let me know if you need further help.. Fernando Wermus-2 wrote: mfs, May you help me to understand how he got the upload working in the wizard step? if I remove the form according Igor said, the onsubmit method, which performs the upload, wouldn't work. I

TabbedPanel sidebar question

2008-01-06 Thread Fernando Wermus
. They have a parent in common. I wanna know if I can solve this with tabbedPanel or another widget, or I would need to build my own widget. ps: I almost shure this cannot be solve using css. Thanks in advance! -- Fernando Wermus.

Re: Jetty, images and 404 http

2008-01-04 Thread Fernando Wermus
Fernando Wermus-2 wrote: Jetty is not allowing to download the resources of my pages. It dumps this into the log, 42150 [btpool0-1 - /misPartidos/resources/bg-header.jpg] DEBUG org.mortbay.log - RESPONSE /misPartidos/resources/bg-header.jpg 404 42150 [btpool0-1 - /misPartidos/resources

Re: Jetty, images and 404 http

2008-01-04 Thread Fernando Wermus
Michael, I have changed the images to another directory and it is working right now. I don't know the reason of this behavior but It is solved. Thanks a lot. On Jan 4, 2008 4:43 PM, Fernando Wermus [EMAIL PROTECTED] wrote: I don't have any code. The css files are pointing to some

Newbie question. Override class attributes from a tabPanel component

2008-01-03 Thread Fernando Wermus
class=menu-1-2-2 Thanks in advance. -- Fernando Wermus.

Jetty, images and 404 http

2008-01-03 Thread Fernando Wermus
a lot! -- Fernando Wermus.

Re: Newbie question. Override class attributes from a tabPanel component

2008-01-03 Thread Fernando Wermus
()); } }; On Jan 3, 2008 8:05 PM, Martijn Dashorst [EMAIL PROTECTED] wrote: Take a look at AttributeAppender, AttributeModifier or SImpleAttributeModifier. You can add them to a component and they allow you to modify tag attributes. Martijn On Jan 3, 2008 10:45 PM, Fernando Wermus [EMAIL PROTECTED

Re: jetty and eclipse

2008-01-01 Thread Fernando Wermus
, Fernando Wermus [EMAIL PROTECTED] wrote: It is a subclass of WicketExampleApplication abstract class which is a subclass of WebApplication. On Jan 1, 2008 11:51 PM, cwilkes [EMAIL PROTECTED] wrote: Fernando Wermus-2 wrote: Application class web.SignIn2Application must

Re: jetty and eclipse

2008-01-01 Thread Fernando Wermus
with a different jvm the class file which are in bin directory. When I point jetty to WEB-INF directory, it fails. Thanks in advance. On Jan 2, 2008 2:25 AM, Fernando Wermus [EMAIL PROTECTED] wrote: Could this help? 3537 [main] DEBUG org.mortbay.log - loaded class java.util.Arrays 3537 [main] DEBUG

offtopic: does anyone works with wicket and db4o

2007-10-28 Thread Fernando Wermus
Does anyone use wicket with db4o? If so, I have some strange behavior working with db4o and I suppose that it is related to wicket maybe. I would like to ask in private how there were configured. -- Fernando Wermus.

Wizard and PasswordTextField

2007-10-23 Thread Fernando Wermus
In the Wizard example for singing up, I doesn't appear two PasswordTextField to verify if both were completed with the same password. I imagine this is something solved and then I was looking at google. At the same time it is something easy. How can I solve by my self? Just a guide. -- Fernando

Re: Wizard and PasswordTextField

2007-10-23 Thread Fernando Wermus
, nico Fernando Wermus schrieb: In the Wizard example for singing up, I doesn't appear two PasswordTextField to verify if both were completed with the same password. I imagine this is something solved and then I was looking at google. At the same time it is something easy. How can

Re: Wizard and PasswordTextField

2007-10-23 Thread Fernando Wermus
I am sorry! I understood. FormComponent is the parent of PasswordTextField. I thought it was a class related to forms. On 10/23/07, Fernando Wermus [EMAIL PROTECTED] wrote: It takes two forms to validate but I have just one form. I dont figure it out how it works. I am a newbie On 10/23/07

Re: Some help. I think I found a bug, but I am a wicket newbie anyway.

2007-10-17 Thread Fernando Wermus
I fixed!!! It is working accurately now. Thanks a lot. On 10/17/07, Igor Vaynberg [EMAIL PROTECTED] wrote: svn co https://svn.apache.org/repos/asf/wicket/trunk wicket cd wicket mvn install -igor On 10/16/07, Fernando Wermus [EMAIL PROTECTED] wrote: I found a solution to my developing

Re: Some help. I think I found a bug, but I am a wicket newbie anyway.

2007-10-17 Thread Fernando Wermus
between changing the style (position:absolute; width:0; height:0) in a div and AjaxTabPanel. Bye! On 10/17/07, Fernando Wermus [EMAIL PROTECTED] wrote: I fixed!!! It is working accurately now. Thanks a lot. On 10/17/07, Igor Vaynberg [EMAIL PROTECTED] wrote: svn co https://svn.apache.org/repos

Some help. I think I found a bug, but I am a wicket newbie anyway.

2007-10-16 Thread Fernando Wermus
= b.onclick.bind(this)(); if (r != false) b.click(); } else { b.click(); }; return false; / /div Thanks in advance -- Fernando Wermus.

<    1   2   3