Sun Java System Portal Server 7.2 リリースノート

推奨されていない機能に関する通知と告知

Display Profile の Locale タグは、Portal Server 7.2 ではロケール固有のプロパティーの定義には使用できません。代わりに locale タイプのある ConditionalProperties タグを使用してください。例として以下があります。


<Locale language="en" country="US">
<String name="title" value="Sample JSP Channel"/>
<String name="description" value="This is the sample for the Jsp Provider"/>
</Locale>

上の Locale タグを次と置き換えます。


<ConditionalProperties condition="locale" value="en_US">
<String name="title" value="Sample JSP Channel"/>
<String name="description" value="This is the sample for the Jsp Provider"/>
</ConditionalProperties>