Ohhh my god! It works. thanks a lot. Do you think it's a good practice?
On Thu, 07 Oct 2004 09:26:50 -0400, Jeff Beal <[EMAIL PROTECTED]> wrote:
> I don't see where 'p' is initialized to a Map in your Java code.
> Somewhere, you need to have Map p = new java.util.HashMap().
>
>
>
> M. Onur Tok
I don't see where 'p' is initialized to a Map in your Java code.
Somewhere, you need to have Map p = new java.util.HashMap().
M. Onur Tokan wrote:
Sorry for double posting. Jeff It didn't work. It causes Null pointer
exception. I hava a bean named BolgeDTO with a property parameters
(java.util.Ma
Sorry for double posting. Jeff It didn't work. It causes Null pointer
exception. I hava a bean named BolgeDTO with a property parameters
(java.util.Map)
And the code is ;
Düzenle
For this to work, 'b' would have to be the name of a java.util.Map
object; instead, it is a BolgeDTO. Use the second method discussed in
the documentation:
"Specify both name and property attributes - The specified property
getter method will be called on the bean identified by the name
4 matches
Mail list logo