Re: why swarm not render link

2008-05-05 Thread Maurice Marrink
2008/5/5 宁波新希望信息技术有限公司 -- 俞宏伟 [EMAIL PROTECTED]: *Can you check which block is executed, the if or the else. *the else block code will never execute after login in True, it shouldn't but i am running out of ideas here. Can you set a breakpoint in Component#render(MarkupStream) and check what

Re: why swarm not render link

2008-05-05 Thread 宁波新希望信息技术有限公司 -- 俞宏伟
thanks, Maurice i found the problem, it is not relative to swarm. because my BaseSecurePage.properties file not define fkey message, but BasePage.properties defined *label.page.logoff=退出 label.page.createuseraccount=申请个人帐号* because wicket can not found the key message define, when render *a

Re: why swarm not render link

2008-05-04 Thread Maurice Marrink
hive file has some problem, how to change hive config file for can show link -- View this message in context: http://www.nabble.com/why-swarm-not-render-link-tp17041821p17041821.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: why swarm not render link

2008-05-04 Thread Maurice Marrink
The log indicates all requested permissions are granted. In fact the only thing that raises my eyebrow in the log is : 05-04 21:14:10.000[UserAccountServiceImpl.java:40 :ERROR] org.springframework.orm.ObjectRetrievalFailureException: Object of class [wm.model.UserAccount] with identifier [nhsoft]:

Re: why swarm not render link

2008-05-04 Thread 宁波新希望信息技术有限公司 -- 俞宏伟
*Can you check which block is executed, the if or the else. *the else block code will never execute after login in if i change BaseSecurePage class extends from WebPage(same as BasePage), the link will be visible. when turn on wicket debug detail information show the link object is exist, but

why swarm not render link

2008-05-03 Thread NHSoft.YHW
); lnkCreateUserAccount.setAutoEnable(true); add(lnkCreateUserAccount); } } I want to know why link not render, if my hive file has some problem, how to change hive config file for can show link -- View this message in context: http://www.nabble.com/why-swarm-not-render-link