]
Pete Muir commented on JBAS-8684:
---------------------------------
Moved issue to JBoss AS as this test
(
) shows that
Weld is correctly handling ISO-8859-1 characters for both bean name resolution and EL
resolution.
default @Named not derived correctly for ISO-8859-1 fields
----------------------------------------------------------
Key: JBAS-8684
URL:
https://jira.jboss.org/browse/JBAS-8684
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JSF, Weld/CDI
Affects Versions: 6.0.0.M4
Reporter: Nicklas Karlsson
Priority: Minor
not sure if this is AS setup, JSF or EL but for a producer method
@Produces
@Named("käyttäjä")
public Käyttäjä haeKäyttäjä()
{
return käyttäjä;
}
using a plain @Named doesn't derive the correct name
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: