[
https://issues.apache.org/struts/browse/WW-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40693
]
David H. DeWolf commented on WW-1856:
-------------------------------------
To clarify, using the default text provider seems to work fine in 2.0.7
(package.properties, ClassName.properties). It's only the s:i18n tag which
sets a custom bundle that appears to be broken.
> s18n tag appears to be broken
> -----------------------------
>
> Key: WW-1856
> URL: https://issues.apache.org/struts/browse/WW-1856
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.0.7
> Reporter: Ted Husted
> Fix For: 2.0.8
>
>
> In Struts 2.0.7, the MailReader Welcome.jsp does not render the alt text or
> path from the alternate.properties resource. In 2.0.6, it did.
> (wrong) 2.0.7:
> <p>
> <img src="struts.logo.path"
> alt="struts.logo.alt"/>
> </p>
> (right) 2.0.6:
> <p>
> <img src="struts-power.gif"
> alt="Powered by Struts"/>
> </p>
> ---------- Forwarded message ----------
> From: James Mitchell <[EMAIL PROTECTED]>
> Date: Mar 26, 2007 9:55 PM
> Subject: Re: [S2] [VOTE] Struts 2.0.7 Quality
> To: Struts Developers List <[email protected]>
> In trying to fix a few insignificant items in the the mailreader, and
> I'm seeing some weirdness in the i18n tag....by weirdness, I mean
> that it's broke.
> Can someone confirm?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.