RbiSearchHeader

Press escape key to go back

Past Searches

rbi.page.title.1
rbi.page.title.2
High Contrast Version
High Contrast Version
Text Size
Text Size
PwC_SIT

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

RBINotificationSearchFilter

शोध सुधारा

Custom Date Facet

Search Results

an-error-occurred-while-processing-the-template
The following has evaluated to null or missing:
==> url  [in template "20099#20125#14222034" at line 70, column 205]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${url}  [in template "20099#20125#14222034" at line 70, column 203]
----
1<#assign 
2    AssetEntryLocalServiceUtil=serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
3    DLFileEntryLocalService=serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") /> 
4<#assign currDate=.now?date /> 
5 
6<div class="Notification-content-wrap full-width" tabindex="0"> 
7    <div class="container"> 
8        <div class="row"> 
9            <div class="col-12"> 
10                <div class="notifications-page-header full-width"> 
11                    <div class="row no-gutters"> 
12                        <div class="col-10"> 
13                            <h3 class="section-heading font-resized">${languageUtil.format(locale, "faqs", "FAQs")}</h3> 
14                        </div> 
15									</div> 
16							</div> 
17					</div> 
18					<div class="col-12"> 
19						  <div class="notifications-row-wrapper list-row-wrap"> 
20                    <div class="row"> 
21											  <#if entries?has_content> 
22                   			 <#list entries as curEntry> 
23                    			<#assign redirectURL=curEntry.getViewURL()?split('?')[0]  
24														 assetEntry=AssetEntryLocalServiceUtil.fetchEntry(curEntry.getClassName(), curEntry.getClassPK()) 
25														 article=assetEntry.getAssetRenderer().getArticle() 
26														 content=saxReaderUtil.read(article.getContentByLocale(locale)) 
27														 localeContent=saxReaderUtil.read(article.getContentByLocale('en_US')) 
28														 title=content.valueOf("//dynamic-element[@name='Text98851269' ]/dynamic-content") 
29														 titleWithoutLocale=localeContent.valueOf("//dynamic-element[@name='Text98851269' ]/dynamic-content") 
30														 page=content.valueOf("//dynamic-element[@name='SelectFromList52486135' ]/dynamic-content") 
31														 publishDate=assetEntry.publishDate 
32																	 /> 
33													 <#assign modifiedDate = getterUtil.getString(content.valueOf("//dynamic-element[@name='Date33120032' ]/dynamic-content")) /> 
34                           <#assign faqPublishDate = getterUtil.getString(content.valueOf("//dynamic-element[@name='Date33120032' ]/dynamic-content")) />                                         
35 
36													 	 <div class="col-12 list-row"> 
37                                    <div class="notification-row-each"> 
38                                        <div class="notification-row-each-inner"> 
39																					<#if publishDate?has_content> 
40																							<div class="notification-date font-resized">                    
41                                                ${dateUtil.getDate(publishDate, "MMM dd, yyyy", locale)} 
42                                                 <#if validator.isNotNull(modifiedDate)> 
43                                                 		<#assign modifiedDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", modifiedDate, locale) />                                                             
44                                                 	<div class="tag-withdrawn-date tag-new tag-inline-flex"> 
45                                                 	<span> ${languageUtil.get(locale,"updated")} : ${dateUtil.getDate(modifiedDate_DateObj, "MMM dd, yyyy", locale)}</span> 
46                                                 </div>                                                    
47                                                 </#if> 
48																								<#if currDate?string==publishDate?date?string> 
49                                                	<div class="tag-new"> 
50                                                     <span>${languageUtil.get(locale,'new')}</span> 
51                                                    </div> 
52                                                </#if> 
53                                           </div> 
54 
55																					</#if>			 
56																						 <#if page == "Option68453029"> 
57																						<#assign url="/web/rbi/faq-page-1?ddm__keyword__19506552__FaqDetailPage1Title_en_US="+titleWithoutLocale /> 
58																						</#if> 
59 
60																						<#if page == "Option45450404"> 
61																						<#assign url="/web/rbi/faq-page-2?ddm__keyword__26256231__FaqDetailPage2Title_en_US="+titleWithoutLocale /> 
62																						</#if> 
63 
64																					<#if page == "Option94858029"> 
65																					<#assign url="/web/rbi/faq-page-3?ddm__keyword__11489832__FAQ_DETAIL_PAGE3_TITLE_en_US="+titleWithoutLocale /> 
66																					</#if>	 
67																					<#if page == "Option12897622"> 
68                                             <#assign url="/web/rbi/faq-page-4?ddm__keyword__26245192__faqdetailpage4title_en_US="+titleWithoutLocale /> 
69                                          </#if>	 
70																								 <a href="${url}" class="mtm_list_item_heading box-title-link"> 
71                                          				<div class="mtm_list_item_heading notifications-heading c-tooltips position-relative font-resized"> ${title} </div> 
72                                        				</a> 
73																						 
74																						<#if  downloadURL?has_content && downloadURL??> 
75                                            	<div class="btn-wrap"> 
76                                                <img src="/documents/70233/0/fileDownload.svg" class="downloadFile" 
77                                                    alt="Download File" title="Download File"> 
78																								<#if fileSize?has_content && fileSize??> 
79																									<a class="fileName matomo_download" href="${downloadURL}" download> 
80																												PDF( ${(fileSize?number)/1000000} MB) 
81																								</a> 
82																							</#if> 
83																																 
84                                            </div> 
85																					</#if>			 
86																		</div> 
87															 </div> 
88														</div> 
89												 
90												</#list> 
91											</#if>				  
92								</div> 
93					</div> 
94			</div> 
95			</div> 
96		</div> 
97</div> 

Category Facet

Web Content Display (Global)

 

No Results Found.

We couldn’t find what you searched for.

Try searching again with different keywords.

RBI-Install-RBI-Content-Global

भारतीय रिझर्व्ह बँक मोबाईल ॲप्लिकेशन इंस्टॉल करा आणि नवीनतम बातम्यांचा त्वरित ॲक्सेस मिळवा!

आमचे अ‍ॅप इंस्टॉल करण्यासाठी QR कोड स्कॅन करा.

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

पेज अंतिम अपडेट तारीख:

हे पेज उपयुक्त होते का?