| Author |
i18n tag is not working properly in ajax call
|
Hasinur Rahaman
Greenhorn
Joined: Mar 20, 2012
Posts: 3
|
|
Hi
I am using <i18n> tag. I am showing the pages in three different languages {depending on the user choice, user may click on the button of any of the specific language} say, English, Tamil, and Sinhala.
The translation is working very fine
In some of the pages I have used ajax call to append another jsp inside the mother jsp and have used <s:div> tag and jsp: nclude tag.
The pages are working fine . the only problem is that the included page{the child jsp} is not translating to any locale language.
A birdeye view of the code:-
***** the jquery****************
urlStr=”specified path of the url”
$jq14_enquiry.ajax({
url: urlStr,
async: false,
cache : false,
success : function(responseText) {
$jq14_enquiry("#eDetailDiv").html(responseText);
}
});
****************************jsp***************
I have used <s:div id="enquiryDetailDiv"><jsp:include page="rEDetail.jsp"></jsp:include></s:div>
|
 |
Mohana Rao Sv
Ranch Hand
Joined: Aug 01, 2007
Posts: 485
|
|
|
Are you using struts 2?
|
ocjp 6 — Feeding a person with food is a great thing in this world. Feeding the same person by transferring the knowledge is far more better thing. The reason is the amount of satisfaction which we get through food is of only one minute or two. But the satisfaction which we can get through the knowledge is of life long.
|
 |
Hasinur Rahaman
Greenhorn
Joined: Mar 20, 2012
Posts: 3
|
|
|
yes
|
 |
Mohana Rao Sv
Ranch Hand
Joined: Aug 01, 2007
Posts: 485
|
|
|
use this
|
 |
Hasinur Rahaman
Greenhorn
Joined: Mar 20, 2012
Posts: 3
|
|
|
didn't work
|
 |
Mohana Rao Sv
Ranch Hand
Joined: Aug 01, 2007
Posts: 485
|
|
|
Through it's not a good idea but try whether it's working or not. Read the properties in your action class and display in jsp.
|
 |
 |
|
|
subject: i18n tag is not working properly in ajax call
|
|
|