Sorry, the corrent code below is incorrect, I did not have the
property="name" in there.  This is the code that I am now using that
doesn't work:

<display:column title=" Manager: Name"><a
href="javascript:myJSFunction(${sessionScope.ManagerLookupActionForm.managersReturned.pin})">${sessionScope.ManagerLookupActionForm.managersReturned.name}</a></display:column>


On Mon, 7 Mar 2005 08:43:28 -0600, Wesley Lemke <[EMAIL PROTECTED]> wrote:
> Still no dice, it just displays
> ${sessionScope.ManagerLookupActionForm.managersReturned.name}
> on the page, and
> ${sessionScope.ManagerLookupActionForm.managersReturned.pin} for the
> parameter to the javascript function.
> This is the tag now:
> 
> <display:column property="name" title=" Manager: Name"><a
> href="javascript:myJSFunction(${sessionScope.ManagerLookupActionForm.managersReturned.pin})">${sessionScope.ManagerLookupActionForm.managersReturned.name}</a></display:column>
> 
> 
> On Fri, 4 Mar 2005 16:32:25 -0600, PJ Hyett <[EMAIL PROTECTED]> wrote:
> > Sorry about that, you need to remove the property="name" tag in the
> > display:column. That should do the trick.
> >
> > -PJ
> >
> > On Fri, 4 Mar 2005 16:13:00 -0600, Wesley Lemke <[EMAIL PROTECTED]> wrote:
> > > Thanks for the response.  That didn't seem to work.  I acted the same
> > > as if the "<a 
> > > href="javascript:myJSFunction(${listing.name})">${listing.name}</a>"
> > >  wasn't even there.
> > >
> > > Anything that I put between the <display:column></display:column> is
> > > getting ignored.
> > >
> > > Here is the exact code I used:
> > >
> > > <display:column property="name" title=" Manager: Name"><a
> > > href="javascript:populateAccountManager(${sessionScope.ManagerLookupActionForm.managersReturned.id})">${sessionScope.ManagerLookupActionForm.managersReturned.name}</a></display:column>
> > >
> > > Is sessionScope.ManagerLookupActionForm.managersReturned.name the
> > > correct syntax?
> > >
> > > This just shows the name, but it isn't even a link.  Is there
> > > something I'm missing?
> > >
> > >
> > > On Fri, 4 Mar 2005 14:12:08 -0600, PJ Hyett <[EMAIL PROTECTED]> wrote:
> > > > How about: (replace listing with whatever the real id is supposed to be)
> > > >
> > > > <display:column class="listrow" property="name" title="My Title">
> > > > <a href="javascript:myJSFunction(${listing.name})">${listing.name}</a>
> > > > </display:column>
> > > >
> > > > -PJ
> > > >
> > > >
> > > > On Thu, 3 Mar 2005 12:32:28 -0600, Wesley Lemke <[EMAIL PROTECTED]> 
> > > > wrote:
> > > > > I am trying to call a javascript function when a user clicks on a link
> > > > > in a <display:column> tag.  Here is my current code:
> > > > >
> > > > > <display:column href="javascript:myJSFunction()" class="listrow"
> > > > > property="name" title="My Title"/>
> > > > >
> > > > > This much works find, but I want to pass a parameter to the function.
> > > > > In this case I want it to be the ID that goes along with the Name.  Is
> > > > > there a way to do this?
> > > > >
> > > > > -------------------------------------------------------
> > > > > SF email is sponsored by - The IT Product Guide
> > > > > Read honest & candid reviews on hundreds of IT Products from real 
> > > > > users.
> > > > > Discover which products truly live up to the hype. Start reading now.
> > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > > > > _______________________________________________
> > > > > displaytag-user mailing list
> > > > > [email protected]
> > > > > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> > > > >
> > > >
> > > > -------------------------------------------------------
> > > > SF email is sponsored by - The IT Product Guide
> > > > Read honest & candid reviews on hundreds of IT Products from real users.
> > > > Discover which products truly live up to the hype. Start reading now.
> > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > > > _______________________________________________
> > > > displaytag-user mailing list
> > > > [email protected]
> > > > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> > > >
> > >
> > > -------------------------------------------------------
> > > SF email is sponsored by - The IT Product Guide
> > > Read honest & candid reviews on hundreds of IT Products from real users.
> > > Discover which products truly live up to the hype. Start reading now.
> > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > > _______________________________________________
> > > displaytag-user mailing list
> > > [email protected]
> > > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> > >
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > displaytag-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/displaytag-user
> >
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to