--- shadman <[EMAIL PROTECTED]> wrote:
> The DepartmentAction retrieves the dept object from
> DB, and has getters and setters for the domain
"dept"
> object in the action.
> 
> <s:property value="dept.deptId" />

This is the proper syntax; I do it all over the place.

If the action has a getDept() and the dept has a
getDeptId(), and you are dispatching to the result
(not redirecting), then it should work as you have it.

I'd first re-check the flow to the result JSP, then
check to make sure the objects are following JavaBean
conventions...

In short, all the stuff you've probably already done
;)

But I'd do it again anyway :/

d.



       
____________________________________________________________________________________Looking
 for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/

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

Reply via email to