should be fixed, noticed i fixed the version, it is now 1.3-snap
instead of 1.3.0-snap

-igor

On Wed, Jun 11, 2008 at 11:53 AM, nitinkc <[EMAIL PROTECTED]> wrote:
>
> Igor,
> Any updates on this??
> thanks!
>
>
> nitinkc wrote:
>>
>> Here is the stack trace:
>> Root cause:java.lang.IllegalStateException: This behavior is already bound
>> to component. An instance of this behavior cannot be reused between
>> components. Bound component: [MarkupContainer [Component id = test, page =
>> <No Page>, path = test.Button]]     at
>> org.wicketstuff.minis.veil.Veil.bind(Veil.java:64)     at
>> org.apache.wicket.Component.add(Component.java:922)     at
>> com.uprr.app.hrw.wicket.page.scheduling.EventDetailsPage.<init>(EventDetailsPage.java:235)
>> at java.lang.reflect.Constructor.newInstance(Constructor.java:494)     at
>> java.lang.Class.newInstance0(Class.java:350)     at
>> java.lang.Class.newInstance(Class.java:303)     at
>> org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:58)
>> at
>> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.java:262)
>> at
>> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.java:283)
>> at
>> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarget.java:210)
>> at
>> org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:90)
>> at
>> org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1166)
>> at org.apache.wicket.RequestCycle.step(RequestCycle.java:1241)     at
>> org.apache.wicket.RequestCycle.steps(RequestCycle.java:1316)     at
>> org.apache.wicket.RequestCycle.request(RequestCycle.java:493)     at
>> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:354)
>> at
>> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:194)
>> at
>> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
>> at
>> weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
>> at
>> weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
>> at weblogic.security.service.SecurityManager.runAs(Unknown Source)     at
>> weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
>> at
>> weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
>> at
>> weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
>> at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)     at
>> weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
>>
>> I am using: wicketstuff-minis-1.3.0-SNAPSHOT.jar
>>
>>
>> igor.vaynberg wrote:
>>>
>>> can you paste the stack trace please? are you using latest trunk?
>>>
>>> -igor
>>>
>>> On Tue, Jun 3, 2008 at 6:38 AM, nitinkc <[EMAIL PROTECTED]> wrote:
>>>>
>>>> I need an example of wicketstuff-minis' veil behavior. I added this to
>>>> one of
>>>> my components but keep getting the error that the behavior is already
>>>> bound
>>>> to another component and cannot be reused.
>>>> All I am doing is:
>>>>
>>>> Button button = new Button("test");
>>>> button.add(new Veil());
>>>> form.add(button);
>>>>
>>>> This is the only Veil I am using on my page. Thanks.
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Example-of-wicketstuff-minis%27-Veil-tp17623741p17623741.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Example-of-wicketstuff-minis%27-Veil-tp17623741p17784653.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to