[Wicket-user] FW: wicket scriptaculous drag and drop

2007-05-30 Thread Apaar Trivedi
-Original Message- From: Ryan Sonnek [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 12:45 PM To: Apaar Trivedi Subject: Re: wicket scriptaculous drag and drop Thanks for the feedback. This question might be applicable to the wicket user mailing list. My suggestion is to use

[Wicket-user] tinyMCE + weblogic problems

2007-05-23 Thread Apaar Trivedi
Hey guys, When we try to use tiny mce for wicket 1.3 w/ weblogic we get this error in our startup: javax.servlet.ServletException: org/apache/commons/collections/set/ListOrderedSet at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl. java:532)

[Wicket-user] loading a Flash resource

2007-05-08 Thread Apaar Trivedi
Can anyone give me some ideas on how I can load Flash resource from byte[] and render it on a wicket page? thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2

Re: [Wicket-user] loading a Flash resource

2007-05-08 Thread Apaar Trivedi
. There's a page in the Wiki about how to do this: The following: http://cwiki.apache.org/WICKET/creating-a-behavior-to-use-a-javascript-l ibrary.html uses SWFObject.js to load the flash. Hope that helps. On May 8, 2007, at 1:29 PM, Apaar Trivedi wrote: Can anyone give me some

[Wicket-user] TinyMCE for wicket 1.3 not a panel???

2007-05-03 Thread Apaar Trivedi
Hey all, I am trying to get a TinyMCEPanel jar for Wicket 1.3. I've gotten the tinymce contrib. from the wicketstuff trunk, and attempted to compile and package it using the maven script. It compiles just fine but when I go to build the packages, I get this error in a few place:

Re: [Wicket-user] Recommendation for multipart upload in modal windowin 1.3?

2007-05-01 Thread Apaar Trivedi
I would recommend using a page inside of a modal window, this way the form submit wont close the window. ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jamieballing Sent: Tuesday, May 01, 2007 6:47 PM To: wicket-user@lists.sourceforge.net Subject:

[Wicket-user] Aajx error handling weirdness

2007-04-04 Thread Apaar Trivedi
Hey guys, I have a weird issue. I am using the globalFailureHandler to catch my ajax errors, and also have overridden RequestCycle to forward to my own error page. But when an error occurs during an ajax request, I get two different responses depending on what mode my application is in.

[Wicket-user] patch question: wicket 313

2007-04-04 Thread Apaar Trivedi
Hey all, I've applied this patch http://issues.apache.org/jira/browse/WICKET-313 to wicket 1.2.4 and it doesn't seem to have changed the way my errors are handled in ajaxRequestTarget. Am I missing other patches that this depends on? Thanks

Re: [Wicket-user] Ajax error handling: deployment vs developmentmode

2007-03-29 Thread Apaar Trivedi
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Baptiste Quenot Sent: Friday, March 23, 2007 6:39 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Ajax error handling: deployment vs developmentmode * Apaar Trivedi: I understand that if my app is in deployment

[Wicket-user] Ajax error handling: deployment vs development mode

2007-03-23 Thread Apaar Trivedi
Hey all, I understand that if my app is in deployment mode then all run time exceptions, including anything which happens during an Ajax request will be caught by my RequestCycle.onRuntimeException, and this is working fine. But how can I replicate this behavior during development mode?

[Wicket-user] AbstractBehavior or AjaxFormSubmitBehavior exception handling

2007-03-14 Thread Apaar Trivedi
Hey guys, When I have an exception (in this case a NullPointerException) occur during the onSubmit of an AjaxFormSubmitBehavior, neither onException or onError is being called. Why is that? I thought these methods existed specifically to catch these types of problems? Thanks Par

Re: [Wicket-user] AbstractBehavior or AjaxFormSubmitBehaviorexception handling

2007-03-14 Thread Apaar Trivedi
@lists.sourceforge.net Subject: Re: [Wicket-user] AbstractBehavior or AjaxFormSubmitBehaviorexception handling onexception where? onerror is called when a form validation error occurs. -igor On 3/14/07, Apaar Trivedi [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hey guys, When I have

Re: [Wicket-user] onFailure AjaxCallDecorators and modal windows

2007-03-13 Thread Apaar Trivedi
Does no one have an answer to this question? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Apaar Trivedi Sent: Monday, March 12, 2007 4:50 PM To: wicket-user@lists.sourceforge.net Subject: [Wicket-user] onFailure AjaxCallDecorators

[Wicket-user] onFailure AjaxCallDecorators and modal windows

2007-03-12 Thread Apaar Trivedi
Hey guys, I am trying to automatically close a modal window if an exception occurs within its ajax requests or submits. For example, if I press a button in a modal, and that ajax request causes an exception, I'd like to close the modal before allowing wicket to handle the runtime

[Wicket-user] Ajax Indicators for custom components

2007-03-08 Thread Apaar Trivedi
Hey all, I've got a custom component (drop down of AjaxLinks) which extends Panel. I would like for this component to be able to use an ajax indicator. How can I do this? Can I just have that component implement IAjaxIndicatorAware? When I use the indicatorAppender as part of this, it does

[Wicket-user] Ajax Indicators for custom components

2007-03-08 Thread Apaar Trivedi
Hey all, I've got a custom component (drop down of AjaxLinks) which extends Panel. I would like for this component to be able to use an ajax indicator. How can I do this? Can I just have that component implement IAjaxIndicatorAware? When I use the indicatorAppender as part of this, it does

[Wicket-user] paging navigation behavior

2007-03-07 Thread Apaar Trivedi
I have a paging nav class which extends AjaxPagingNavigator and I would like to create a paging navigator behavior for it (which implements IAjaxIndicatorAware). I have made a class which extends the AjaxPagingNavigationBehavior, but i am having trouble finding the IAjaxLink and IPageable to

[Wicket-user] Ajax indicators and form submits

2007-03-01 Thread Apaar Trivedi
I have setup an AjaxIndicator to show up when I press a button, but the onclick event seems to be overridden when I set this up. For my button, the onclick event is tied to a form submit, causing the form to update. But when I had an onclick behavior which pops up the indicator, the form no

Re: [Wicket-user] Custom exception page

2007-01-24 Thread Apaar Trivedi
To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Custom exception page There is always the classic : getApplicationSettings ().setInternalErrorPage (MyCustomErrorPage.class); But that will not give you the exception thrown. On 1/24/07, Apaar Trivedi [EMAIL PROTECTED] wrote: Hi

Re: [Wicket-user] Custom exception page

2007-01-24 Thread Apaar Trivedi
request, Response response) { return new MyRequestCycle(session, request, response); } ... where you let your application class be the factory. Eelco On 1/24/07, Apaar Trivedi [EMAIL PROTECTED] wrote: Hi all, I am trying to make a custom exception page. I have created

Re: [Wicket-user] Custom exception page

2007-01-24 Thread Apaar Trivedi
-user@lists.sourceforge.net Subject: Re: [Wicket-user] Custom exception page You should extend WebRequestCycle rather than RequestCycle. Eelco On 1/24/07, Apaar Trivedi [EMAIL PROTECTED] wrote: Thank you, I am working on this and making some progress. I am having trouble implementing the methods