Where is "mainDecoratorLocation" parameter defined?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Where is "mainDecoratorLocation" parameter defined?

vijay Si
I have been repeatedly getting the following error message:

" org.ofbiz.base.util.GeneralException: Error rendering screen
[component://track/widget/track/CommonScreens.xml#main]:
org.ofbiz.base.util.GeneralException: Error rendering screen
[component://track/widget/track/CommonScreens.xml#main-decorator]:
java.lang.IllegalArgumentException: Could not find resource bundle
[TrackUiLabels] in the locale [en_IN] (Could not find resource bundle
[TrackUiLabels] in the locale [en_IN]) (Error rendering screen
[component://track/widget/track/CommonScreens.xml#main-decorator]:
java.lang.IllegalArgumentException: Could not find resource bundle
[TrackUiLabels] in the locale [en_IN] (Could not find resource bundle
[TrackUiLabels] in the locale [en_IN]))
"

I have my file CommonScreens.xml in place.
I think i need to know the meaning of this line of the code
"<decorator-screen name="main-decorator" location="${
parameters.mainDecoratorLocation}">"

Regards
Reply | Threaded
Open this post in threaded view
|

Re: Where is "mainDecoratorLocation" parameter defined?

Jacques Le Roux
Administrator
web.xml (you just have to search for the string mainDecoratorLocation in all files to find this...)

Jacques

De : "vijay Si" <[hidden email]>

> I have been repeatedly getting the following error message:
>
> " org.ofbiz.base.util.GeneralException: Error rendering screen
> [component://track/widget/track/CommonScreens.xml#main]:
> org.ofbiz.base.util.GeneralException: Error rendering screen
> [component://track/widget/track/CommonScreens.xml#main-decorator]:
> java.lang.IllegalArgumentException: Could not find resource bundle
> [TrackUiLabels] in the locale [en_IN] (Could not find resource bundle
> [TrackUiLabels] in the locale [en_IN]) (Error rendering screen
> [component://track/widget/track/CommonScreens.xml#main-decorator]:
> java.lang.IllegalArgumentException: Could not find resource bundle
> [TrackUiLabels] in the locale [en_IN] (Could not find resource bundle
> [TrackUiLabels] in the locale [en_IN]))
> "
>
> I have my file CommonScreens.xml in place.
> I think i need to know the meaning of this line of the code
> "<decorator-screen name="main-decorator" location="${
> parameters.mainDecoratorLocation}">"
>
> Regards
>