--- [EMAIL PROTECTED] wrote:
> Yeah, that's what I thought too!  I'm passing the parameter via:
> 
>                 <s:url id="url" action="%{actionClass}_show">
>                     <s:param name="model.parentId" value="id"/>
>                 </s:url>
> 
> and the tag <s:property value="#request.model.parentId" /> outputs the
> number to the top of the page just fine.  

Do you have a "model" property in your action?

> In fact, if I use #parameters.model.parentId I get nothing.  

If I use a parameter named "foo", set to "bar", I can't dupe this issue.

If I include a "." operator then I'd suspect breakage as OGNL will attempt to
call "getParentId()" on an object called "model". These are expressions, not
simple, unparsed strings.

Dave


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

Reply via email to