Re: Re: Re: spring problem! Panel Component could not get spring context beans,

2008-03-07 Thread Mead
MyApplication in your spring config? Lars On Fri, Mar 7, 2008 at 9:19 AM, Mead [EMAIL PROTECTED] wrote: Hello lars vonk, following is a segment of web.xml context-param param-nameapplicationBean/param-name param-valuewicketApplication/param-value

Re: Re: spring problem! Panel Component could not get spring context beans,

2008-03-07 Thread Mead
: === Could you post the code of the panel and the stacktrace of the nullpointer? On Fri, Mar 7, 2008 at 8:55 AM, Mead [EMAIL PROTECTED] wrote: well, a Panel Component could not get spring context beans, it got java.lang.NullPointerException, but a WebPage Component is ok. I use

Re: Re: Re: Re: spring problem! Panel Component could not get spring context beans,

2008-03-07 Thread Mead
Hello lars vonk, I find I have two WebApplication: aWebApplication, bWebApplication and aWebApplication inject the spring context(in the web.xml), and b havenot inject. but bWebApplication extends aWebApplication{} in bWebApplication I call the method following: aWebApplication app =

Re: Re: Re: Re: Re: spring problem! Panel Component could not get spring context beans,

2008-03-07 Thread Mead
-on-startup0/load-on-startup /servlet Best regards, Mead - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: create wicket form on the fly

2008-03-06 Thread Mead
] = = = = = = = = = = = = = = = = = = = = Mead [EMAIL PROTECTED] 2008-03-07 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

spring problem! Panel Component could not get spring context beans,

2008-03-06 Thread Mead
well, a Panel Component could not get spring context beans, it got java.lang.NullPointerException, but a WebPage Component is ok. I use 'applicationFactoryClassName=org.apache.wicket.spring.SpringWebApplicationFactory' to config in the web.xml

about servlet and wicket-spring sequence

2008-02-28 Thread Mead Lai
Hi, I have a Servlet ViewSurvey.do, it access the Spring Context from wicket Application. MyApplication app = (MyApplication) RequestCycle.get().getApplication(); but there is some thing strange: 1,if I visit the Servlet ViewSurvey.do first, It will cause some error, and all the

RE: about servlet and wicket-spring sequence

2008-02-28 Thread Mead Lai
sorry, the xml had been Escaped. I send it again ?xml version=1.0 encoding=UTF-8?!DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app display-nameCMS Message System/display-name !-- The following should be

Could TinyMCE Upload pictures or files

2008-01-28 Thread Mead
Hello All, Could TinyMCE upload pictures or files? I run the example of TinyMCE(from wicket stuff), and find the demo there could not upload any files or images, but only insert the URL of picture Best regards, Mead [EMAIL PROTECTED] 2008-01-28

Re: Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-27 Thread Mead
! Best regards, === At 2008-01-26, 01:05:21 you wrote: === there is wicket-contrib-tinymce in wicketstuff -igor On Jan 25, 2008 1:59 AM, Mead [EMAIL PROTECTED] wrote: Hello All, Any Example or doucument of Rich Edit, such as YUI,FCK How to integration with wicket? There is so

Re: Re: Re: Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-27 Thread Mead
to webapp directory. What's wrong with that? Best regards, === At 2008-01-28, 09:46:37 you wrote: === after you check out the source run mvn install - that will fetch the necessary jars. -igor On Jan 27, 2008 5:44 PM, Mead [EMAIL PROTECTED] wrote: Hello Igor Vaynberg, I have check

Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-25 Thread Mead
Hello All, Any Example or doucument of Rich Edit, such as YUI,FCK How to integration with wicket? There is so little doc about that's thanks to provide help Best regards, Mead [EMAIL PROTECTED] 2008-01-25

Any Example or doucument of Rich Edit, such as YUI,FCK

2008-01-25 Thread Mead
Hello All, Any Example or doucument of Rich Edit, such as YUI,FCK How to integration with wicket? There is so little doc about that's thanks to provide help Best regards, Mead [EMAIL PROTECTED] 2008-01-25

How to change the style of navigator in PageableViewList

2008-01-19 Thread Mead Lai
efficiency PageAble Component, could U recommend for me? Thanks, Mead [EMAIL PROTECTED] [EMAIL PROTECTED] _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave

RE: how to convert wicket-CheckBox's Boolean Type to Character Type!

2008-01-15 Thread Mead Lai
; wrappedModel.setObject(value); } } 2008/1/15, Mead Lai [EMAIL PROTECTED]: Hi, Well,I am use MySql, and there is no boolean type in mysql database. so I use Char(1) in the database, and in html I use CheckBox.but CheckBox only contain Boolean type. How to solve

RE: how to convert wicket-CheckBox's Boolean Type to Character Type!

2008-01-15 Thread Mead Lai
to. That model has a POJO with a boolean field buitenlands. hth 2008/1/15, Mead Lai [EMAIL PROTECTED]: could U give more detail code about it? add the Java(form) html code! and what is your version of wicket? it does not work well in my pc From: [EMAIL PROTECTED] To: users

RE: how to convert wicket-CheckBox's Boolean Type to Character Type!

2008-01-15 Thread Mead Lai
Boolean Type to Character Type! Ok, I'm sorry. Is it possible to upgrade to 1.3.0? 2008/1/15, Mead Lai [EMAIL PROTECTED]: thanks very much! my wicket version is 1.2.6 there should be something difference between them! thank you! Date: Tue, 15 Jan 2008 09:35:03 +0100 From

how to convert wicket-CheckBox's Boolean Type to Character Type!

2008-01-14 Thread Mead Lai
Hi, Well,I am use MySql, and there is no boolean type in mysql database. so I use Char(1) in the database, and in html I use CheckBox.but CheckBox only contain Boolean type. How to solve this problem? Use IConverter interface? Thanks

RE: how to convert wicket-CheckBox's Boolean Type to Character Type!

2008-01-14 Thread Mead Lai
/1/15, Mead Lai [EMAIL PROTECTED]: Hi, Well,I am use MySql, and there is no boolean type in mysql database. so I use Char(1) in the database, and in html I use CheckBox.but CheckBox only contain Boolean type. How to solve this problem? Use IConverter interface? Thanks