You are not providing enough information for anyone to help you. Since you have changed your object and the jsp you had better include them with any request.
On Mon, Jul 13, 2009 at 9:51 AM, Dimitrios Christodoulakis < dimi....@gmail.com> wrote: > Yes, that is a great suggestion actually. What I did was to add a new > field based > System.currentTimeMillis(), but the problem is adding it as a url > parameter. > > For example, I am trying to add it as a url parameter below: > > <a href="<s:url action='UpdateEntryForm'> > <s:param name="name" value="%{goalToAchieve.owner.fullName}" /> > <s:param name="mark" value="%{mark}" /> > </s:url> > ">Edit</a> > > But, the only param passed is the fullName. The mark is not added to > the url string. I think this is because the only object available on > the valuestack is goalToAchieve, and using deeper notation I can > reference as deep as the "entries" collection. But not to fields of > each entry object. In other words, the display or iterator help me > view the collection objects, but not extract and use any of their > fields... I am not sure why this is happening, or if I am doing > something wrong. >