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

2007-09-14 Thread Nino.Martinez

Dead on! thanks :)

Eelco Hillenius wrote:
 
 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 load(final Properties properties)
 {
 addInitializer(properties.getProperty(initializer));
 addInitializer(properties.getProperty(getName() +
 -initializer));
 }

 I could not find anything about it mentioned in wiki /
 http://cwiki.apache.org/WICKET/migrate-13.html


 Exception details:

 ain 2007-09-14 09:36:05,334 ERROR [[/PolFotoWebNew]] - Exception
 starting filter PolFotoWebNew
 java.lang.ClassCastException: wicket.Initializer
 at org.apache.wicket.Application.addInitializer(Application.java:774)
 at org.apache.wicket.Application.load(Application.java:850)
 at
 org.apache.wicket.Application.initializeComponents(Application.java:621)
 at
 org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:423)
 
 Our package names changed from wicket.* to org.apache.wicket.*.  I
 don't know where it get's the wicket.Initializer value from, but that
 should typically come from a wicket.properties file. Are you sure you
 did full clean builds etc? Anything you might have overlooked or could
 you have a double classpath entry maybe?
 
 Eelco
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/wicket-1.2%3E-wicket-1.3-upgradejava.lang.ClassCastException%3A-wicket.Initializer-tf4440739.html#a12670948
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: More extend points

2007-09-14 Thread Nino.Martinez

Hehe but the answer to the wicket:child was that you cannot have more than
one, this has been on the list before...

Nino.Martinez wrote:
 
 You could have a abstract class which had a listview which iterate over
 panels and added the form, you could then deliver the model for the
 listview in the implementation(or just in the constructor I guess), that
 way you could add more panels by doing so. Also forms do not need to have
 their own markup, you can if you want just provide the elements in the
 markup of the page using the form..
 
 regards Nino
 
 
 fero wrote:
 
 Hi, is it possible to have more than one wicket:extend on one page. I
 want to make an universal page with form. This form has some common
 features, but I want to extend it. I want to extend the page as well (to
 put some panels under the form) but not always. I don't want to code a
 Form as a Panel and extend this form, because then I will have too many
 html files. 
 
 Thanks 
 
 Fero
 
 
 

-- 
View this message in context: 
http://www.nabble.com/More-extend-points-tf4442899.html#a12679698
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: NotSerializableException for SLF4JLocationAwareLog with Wicket 1.2.6

2007-09-14 Thread Nino.Martinez

or transient...

-Nino



Eelco Hillenius wrote:
 
 On 9/13/07, mraible [EMAIL PROTECTED] wrote:

 I noticed the following in my logs today when using Wicket 1.2.6. Is this
 a
 known issue?
 
 That happens when you include your loggers as members. Unfortunately,
 they are not serializable. If you make them static or get them on the
 fly, you won't have the problem.
 
 Eelco
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/NotSerializableException-for-SLF4JLocationAwareLog-with-Wicket-1.2.6-tf4439139.html#a12679751
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Copenhagen wicket users meeting?

2007-09-14 Thread Nino.Martinez

Me too, wanted to add the meetup to the page. But was too darn busy upgrading
from 1.2.6 to 1.3:)

Frank Bille-2 wrote:
 
 I have added myself to the meetup list on the wiki.
 
 http://cwiki.apache.org/WICKET/community-meetups.html
 
 Frank
 
 On 9/13/07, Flemming Boller [EMAIL PROTECTED] wrote:

 Hi Nino

 Yes count me in also.

 /Flemming Boller

 On 9/13/07, Nino Saturnino Martinez Vazquez Wael
 [EMAIL PROTECTED]
 wrote:
 
  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?
  
   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
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 
 

-- 
View this message in context: 
http://www.nabble.com/Copenhagen-wicket-users-meeting--tf4400507.html#a12679777
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wicket datetime / YUI calendar

2007-09-14 Thread Nino.Martinez

Hi Gerolf

It should be pretty easy to implement right?

Should I make a patch if I can?

regards Nino


Gerolf Seitz wrote:
 
 from the top of my head i'd say it's not yet possible.
 yould you please file a RFE? thanks.
 
   gerolf
 
 On 9/14/07, Nino.Martinez [EMAIL PROTECTED] wrote:


 Hi

 Im trying to setup the calendar to:

 Not being a popup
 Being multipage (2 pages)

 Like this:
 http://developer.yahoo.com/yui/examples/calendar/calgrp.html

 Im having sometrouble doing this, I am overiding the configure and the
 parameters are being passed out to the JS. But it's not working, I guess
 theres more to it than the parameter PAGES:XX..?

 BTW, working on the trunk/snapshot from today...

 regards Nino
 --
 View this message in context:
 http://www.nabble.com/wicket-datetime---YUI-calendar-tf4443922.html#a12679607
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 

-- 
View this message in context: 
http://www.nabble.com/wicket-datetime---YUI-calendar-tf4443922.html#a12680442
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]