In a jsp page, when use <bean:write> there should be a bean name to be defined, as <bean:write name = "mybean" property = "key"/>. well, here, i come across a problem:how can i define the javabean"mybean" to let the tag know it. Because, when i just define a class "mybean" with property key and method getKey(),setKey(), the system tell me that he can't find the bean with property "key".
-- Thanks for reading comain chen