wicketstuff-push

2010-07-31 Thread Takeo Hosomi
I'm interested in implementing an authentication feature with wicketstuff-push (1.4.9.2), and it works with slight modifications. I share what I did. I basically implements written at http://cometd.org/documentation/howtos/authentication. What I change is two methods. (1) CometdAbstractBehavior#

WicketRuntimeException: component not found on page

2010-12-09 Thread Takeo Hosomi
query 1.1.2, and wiquery-plugin for tooltip (other-plugins-1.1.jar). Thanks, Takeo Hosomi Step1. Use following source code to reproduce the problem. Java: import java.io.Serializable; import java.util.ArrayList; import java.util.List; import org.apache.wicket.Component; i

Re: WicketRuntimeException: component not found on page

2010-12-09 Thread Takeo Hosomi
I attached it to a JIRA. https://issues.apache.org/jira/browse/WICKET-3248 Thanks, Takeo Hosomi On Thu, Dec 9, 2010 at 4:12 PM, Jeremy Thomerson wrote: > Attach the zip of the quickstart to a JIRA. > > Jeremy Thomerson > http://wickettraining.com > -- sent from my "sma

Re: WicketRuntimeException: component not found on page

2010-12-13 Thread Takeo Hosomi
technique introduced at the following link, and it works. http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/ Thanks, Takeo Hosomi On Thu, Dec 9, 2010 at 4:56 PM, Takeo Hosomi wrote: > I attached it to a JIRA. > https://issues.apache.org/jira/browse/WICKE