Hey all,
If I'm doing something like:

In my Action.doExecute()
ActionContext ac = new ActionContext();
BeanUtil.setProperties(ac.getParameters(),new TestBean());

TestBean has one property "name".

How do I access the "name" property using the ww taglibs?

<ww:property value="name"/> doesn't seem to be hitting the bean.
<ww:property value="$name"/> does work, picking up the request parameter
directly.

I thought maybe I had to name the object bean and then pass it in, like
TestBean tb = new TestBean(); and then pass in the tb object and do
<ww:property value="tb/name"/> but that doesn't work either.

I've been looking through the docs, but I cant find it. I know I'm not
hitting the Bean on the view.

Regards,
-Andre Mermegas





Regards,
-Andre Mermegas


<<attachment: winmail.dat>>

Reply via email to