|
Additionally, you can always use the type property
to in effect "cast" a bean that you define, so you could do this:
<bean:define id="myCollectionElement"
name="someBean" property="collectionElement"
type="com.abc.struts.MyCollectionElementType">
<html:link page="/target.cm" paramId="value"
paramName="<%= myCollectionElement.getId() %>">click
here</html:link>
This way your referece to myCollectionElement will
be of the correct type, so getId() will be valid...
Hope this helps,
Troy
|
- RE: html:link problem Greg Reddin
- Re: html:link problem Mark Kettner
- RE: html:link problem Steve A Drake
- html:link problem Rama Krishna
- Re: html:link problem troy hart
- Re: html:link problem Rama Krishna
- Re: html:link problem Rama Krishna
- Re: html:link problem troy hart
- Re: html:link problem Rama Krishna
- Re: html:link problem troy hart
- Re: html:link problem troy hart
- Re: html:link problem Rama Krishna
- RE: html:link problem Niall Pemberton
- Re: html:link problem Rama Krishna
- RE: html:link problem Niall Pemberton
- RE: html:link problem Greg Reddin
- Orion and Struts Nicky Eshkenazi
- AW: Orion and Struts Norman Timmler
- RE: Orion and Struts Chuck Stern
- Re: Orion and Struts Nicky Eshkenazi
- html:link problem mucus snot

