| Author |
<s:bean> usage
|
Vidya Lakshman
Greenhorn
Joined: Apr 09, 2008
Posts: 10
|
|
Hi,
I am getting Caught OgnlException while setting property 'myDate' on type 'demo.MyBean'.
java.lang.NoSuchMethodException: setMyDate(java.lang.String) in the below mentioned code. please help.
Code in Action Class
code in JSP
body>
</html>[/code]
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8291
|
|
|
Does demo.MyBean have a method setMyDate()? What do you expect should happen with this code?
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Vidya Lakshman
Greenhorn
Joined: Apr 09, 2008
Posts: 10
|
|
This is the code in MyBean.
BeanInput.jsp has a textbox wherein, I would enter the date & Iould want to print the dates in different format in BeanTag.jsp.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8291
|
|
You can see in the error that OGNL is expecting MyBean.setMyDate() to take a String argument.
It sounds like this is not an uncommon problem.
|
 |
 |
|
|
subject: <s:bean> usage
|
|
|