Re: [Wicket-user] What features do want to show in wicket demo

2007-04-22 Thread Zhang Hailong
I think a blog project which covers most common requirements will be fine. About ORM, I prefer Hibernate. // I have noticed your plan in Wicket Group of JavaEye. I'd like to take part in this project, if you start pupa. best, Hailong Zhang On 4/22/07, 王磊 [EMAIL PROTECTED] wrote: I will

Re: [Wicket-user] Question about Panel

2007-02-28 Thread Zhang Hailong
/fragments.html -Ryan On Feb 28, 2007, at 1:56 AM, Zhang Hailong wrote: Hi all, I found it is inconvenient to create a separate page and class for Panel every time. Sometimes, I just want keep things as simple as possible. For example, I just want to hide some components together, so I put them

[Wicket-user] Question about DropDownChoice

2007-02-25 Thread Zhang Hailong
Hi all, The default DropDownChoice always adds a Choose One option. How to disable this? Thank you! Regards, Hailong Zhang - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and

Re: [Wicket-user] Question about DropDownChoice

2007-02-25 Thread Zhang Hailong
/25/07, Zhang Hailong [EMAIL PROTECTED] wrote: Hi all, The default DropDownChoice always adds a Choose One option. How to disable this? Thank you! Regards, Hailong Zhang - Take Surveys. Earn Cash. Influence

Re: [Wicket-user] Question about DropDownChoice

2007-02-25 Thread Zhang Hailong
Thank you. That helps. On 2/25/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Hi Iman, Thank you for your response. But How to set the default selection? My DropDownChoice defined as follows: DropDownChoice choices = new DropDownChoice(answerChoices, new PropertyModel(properties, answer),

Re: [Wicket-user] How to change the style of FeedbackPanel ?

2007-02-07 Thread Zhang Hailong
and provide your own markup. just make sure the hieararchy of wicket:ids matches in your markup. -igor On 2/6/07, Zhang Hailong [EMAIL PROTECTED] wrote: Hi all, Is it possible to change the style of FeedbackPanel? I don't like the list style of ulli. Thanks. Regards, Hailong Zhang

Re: [Wicket-user] How to change the style of FeedbackPanel ?

2007-02-07 Thread Zhang Hailong
Thank you all~ That helps : ) Regards, Hailong Zhang On 2/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: On 2/7/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Would you please give me an example of this? I have looked at the source of FeedbackPanel but I still don't know which method to

[Wicket-user] How to do redirect in wicket?

2007-02-06 Thread Zhang Hailong
Hi all, How to redirect to a wicket or non-wicket page in wicket? For example, if a guest want to access a authorized page, I want to redirect it to the login page. How to do this? Thanks in advance. Regards, Hailong Zhang

[Wicket-user] How to change the style of FeedbackPanel ?

2007-02-06 Thread Zhang Hailong
Hi all, Is it possible to change the style of FeedbackPanel? I don't like the list style of ulli. Thanks. Regards, Hailong Zhang - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Wicket-user] How to do redirect in wicket?

2007-02-06 Thread Zhang Hailong
/view?bid=42id=169359sty=3age=0 On 2/6/07, Zhang Hailong [EMAIL PROTECTED] wrote: Hi all, How to redirect to a wicket or non-wicket page in wicket? For example, if a guest want to access a authorized page, I want to redirect it to the login page. How to do this? Thanks in advance. Regards

Re: [Wicket-user] Any more wicket articles?

2007-01-21 Thread Zhang Hailong
Is there anybody can translate this( http://gfx.developpez.com/tutoriel/java/web/wicket/) to English? Thanks. Hailong On 1/21/07, ZedroS Schwart [EMAIL PROTECTED] wrote: A french article about Wicket, written by Romain Guy (if you do some swing stuff, you should know him ;)) :

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread Zhang Hailong
/07, Zhang Hailong [EMAIL PROTECTED] wrote: Hi all, I'm new to Wicket. I have downloaded wicket-quickstart-1.2.4. I tried to follow the Quickstart Guide ( http://wicketframework.org/wicket-quickstart/eclipse.html ), but it's seems that the content of my package is different from

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread Zhang Hailong
is running fine now. FYI, the Quickstart project is a basic wicket app from which any one can build one, something like an empty skeleton. Finally, do you think a wiki page could be usefull on this topic ? If yes I'll do it. Cheers, ZedroS On 1/21/07, Zhang Hailong [EMAIL PROTECTED] wrote: I use