Hi,
I am getting a javascript error (calendar_startDate is undefined) when using
the DatePicker component:
When I inspect the generated html I do not see the DatePicker.js asset nor do I
see the Calendar javascript objects being initialized.
Anyone have any idea what I am doing wrong?
Tha
Thanks Shing, that did the trick!
-Amir
--- Shing Hing Man <[EMAIL PROTECTED]> wrote:
> I think you have to do it indirectly by injecting the
> ApplicationManager into your service.
> Then in your service, retrieve the desired ASO using
> the ApplicationManager.
> There is a how-to on this at t
Hi,
I have a application object defined in my hivemodule.xml:
I have a new engine service that I am trying to create:
Steve,
I did'nt need to create a specific error page, but thanks for the
ExceptionAnalyzer code snippet... that came pretty handy.
Thanks,
Amir
--- Steve Shucker <[EMAIL PROTECTED]> wrote:
> My team did something like this recently. We put a line in our
> *.application file:
>
>
>
> Then w
That did the trick. Thanks!
--- James Carman <[EMAIL PROTECTED]> wrote:
> Copy the definition from the original hivemodule.xml:
>
>
>
>
> value="infrastructure:exceptionPageName"/>
> value="infrastructure:requestExceptionRe
I wish it was that simple, but it's not working! The problem is that the
_exceptionPageName field is not being set. When I removed the hivemodule.xml
entry, the field gets populated with "Exception". So I tried this just to see
if it works:
@Override
public void presentException(f
Hi James,
I created my own ExceptionPresenter and added the entry to the hivemodule.xml
file and it now logs, but the original error display page is not showing. Is
there any way to display the error (as it does by default) and log it?
Thanks,
Amir
--- James Carman <[EMAIL PROTECTED]> wrote:
>
Hi all,
How do get the default error page to log into log4j?
I really dont need to overide the default error page (this is an internal
application) but I do need the errors logged. Any help is appreciated!
Thanks,
Amir
-
To