click here for details... Sakai Executive Director Position Search now open
Issue Details (XML | Word | Printable)

Key: SAK-8541
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Beth Kirschner
Reporter: David Roldán Martínez
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Sakai

calendar-summary-tool internationalization

Created: 01-Mar-2007 04:31   Updated: 23-Oct-2008 10:35
Component/s: Calendar Summary, Internationalization
Affects Version/s: 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.4.0, trunk [DO NOT USE]
Fix Version/s: 2.4.0

Time Tracking:
Not Specified

File Attachments: 1. Text File summary-calendar.diff (2 kB)


2.6.x Status: None
2.5.x Status: None
2.4.x Status: None


 Description  « Hide
JSP use <f:loadBundle> instead of

<jsp:useBean id="msgs" class="org.sakaiproject.util.java.ResourceLoader" scope="session">
<jsp:setProperty name="msgs" property="baseName" value="org.sakaiproject.tool.summarycalendar.bundle.Messages"/>
</jsp:useBean>


The files to be modified are:

calendar\calendar-summary-tool\tool\src\webapp\summary-calendar\calendar.jsp
calendar\calendar-summary-tool\tool\src\webapp\summary-calendar\prefs.jsp

I attach the diff file with the modifications.

 All   Comments   Work Log   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
Nuno Fernandes added a comment - 06-Mar-2007 07:53
Hi David,

The tool is implemented in JSF and makes use of
<f:loadBundle basename="org.sakaiproject.tool.summarycalendar.bundle.Messages" var="msgs"/>

and not the "<jsp:..." tags stated above. However, your .diff file you suggest the inverse replacement... I am a little confused. Could you be more specific?

Thanks,
Nuno

David Roldán Martínez added a comment - 09-Mar-2007 02:06
Hi Nuno,

I'm sorry very much because of my delay but we are reviewing i18n in Sakai trunk and have a lot of work to do. :)

Please, let me suggest you to follow this link: http://bugs.sakaiproject.org/confluence/display/I18N/How+to+write+Internationalized+Tools+in+Sakai and if you have any doubt it will be a pleasure to help you, if possible.
Thank you very much in advance.

Salu2,
David

David Roldán Martínez added a comment - 09-Mar-2007 03:49
 Hi Nuno,

I'm sorry but there is a error in my previous comment. It is not

<jsp:useBean id="msgs" class="org.sakaiproject.util.java.ResourceLoader" scope="session">

but

<jsp:useBean id="msgs" class="org.sakaiproject.util.ResourceLoader" scope="session">


David

Nuno Fernandes added a comment - 09-Mar-2007 08:23
Fixed in r22354

Megan May added a comment - 14-Mar-2007 15:46
Updating these issues to have a fix version of 2.4.0.004 tag as these will be in the .004 tag (to be cut on March 18)

Filter Maintainer added a comment - 10-Sep-2007 07:30
[Bulk Edit] This issue is Resolved for 2.4.0, however, there were not sufficient resources available for it to be QA'ed. As no further reports have caused it to be reopened we are assuming it was completely addressed, and are Closing it. Please feel free to reopen this issue if you are indeed experiencing problems with this specific issue's fix, otherwise, please open a new issue.