On 11/06/2012 10:31, burghard.britzke wrote:
> But it for in common the El-Resolver should be able to convert the 'w' into a
> java.lang.Long in this case.
> May be this is an issue with Tomcat 7.0.27?
> Should somebody (may be I) file this at https://issues.apache.org/ ?
No. There is no bug here
But it for in common the El-Resolver should be able to convert the 'w' into a
java.lang.Long in this case.
May be this is an issue with Tomcat 7.0.27?
Should somebody (may be I) file this at https://issues.apache.org/ ?
Sincerly,
burghard.britzke
Am 11.06.2012 um 11:22 schrieb burghard.britzke:
Thank you!
your tip did it. I changed the property type to string because 119 is more
ambigous than 'w' in this case.
Sincerly,
burghard.britzke
Am 11.06.2012 um 09:58 schrieb Konstantin Kolinko:
> 2012/6/11 burghard.britzke :
>> with tomcat 7.0.27, primefaces 3.3, myfaces 2.1.17, weld 1.1.8
>>
2012/6/11 burghard.britzke :
> with tomcat 7.0.27, primefaces 3.3, myfaces 2.1.17, weld 1.1.8
>
> for the jsf-source
> Line 56: Line 57: value="/images/#{personenBean.aktuellePerson.geschlecht eq 'w' ?
> 'fe':''}male.png">
> Line 58:
>
> and the bean
> public class Person implements Serializa
with tomcat 7.0.27, primefaces 3.3, myfaces 2.1.17, weld 1.1.8
for the jsf-source
Line 56:
Line 58:
and the bean
public class Person implements Serializable {
@Column(name = "\"geschlecht\"", nullable = false, length = 1)
private char geschlecht;
...
an Exception is thrown
jav