all explained here
http://struts.apache.org/struts-doc-1.2.7/userGuide/struts-bean.html#write
Good Luck,
M-
----- Original Message ----- From: "Comain Chen" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Thursday, December 08, 2005 10:55 AM
Subject: A problem about bean:write


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to