quit email list

2008-11-24 Thread fish3934
Dear All, I would like to quit this email list temporarily. I try to send email to [EMAIL PROTECTED] , but failed. Can anyone tell me how I can quit email list? Best regards, - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Get object form Parameters

2008-09-26 Thread fish3934
Hi All, I wanted to pass an object from one page to another page,so I set an object into a parameter: PageParameters para=new PageParameters(); para.put(result,resultList);//resultList is a List contains some pojo. //jump to another page

Re:Re: Get object form Parameters

2008-09-26 Thread fish3934
OH.Thinks for the reply. Yes,I can get a string through parameter. How to pass id and got that object from that id? I am sorry,I learned wicket just a few days.Is there any other ways to pass an object form one page to another page? 在2008-09-27,张伟 [EMAIL PROTECTED] 写道: pass id, and then

Re:Re: wicket frame and tree

2008-08-26 Thread fish3934
. Are you absolutely necessary you need frames? Why? -Matej On Tue, Aug 26, 2008 at 3:45 PM, fish3934

Re:getForm() on a component inside 2nd level Fragment returns null?

2008-08-26 Thread fish3934
在2008-08-27,Ritesh Trivedi [EMAIL PROTECTED] 写道: Hi, I have a Page which contains Fragment (A) and which in turn contains Fragment (B). Fragment B has a button. In Fragment B class if I do button.getForm() I get null. I also tried button.getParent().getParent() which should be a form -