How do I get the ratingrank to show up in the list view of a web app?

I'm trying to add a review section to my site and can get the form to work correctly on my web app detail view. However I also need the list view to show the rating count. Does anyone know how I can accomplish that?
Many thanks in advance!
Jake

Hi SalynotSally,
I use the Weather Channel app, but shortly after I posted this problem, the weather did start showing up.  The notification center says at the bottom that the weather is provided by yahoo.  I did make sure the location services and such were on though as Diavonex recommended above.
Good luck and hope it works for you!

Similar Messages

  • I have two email accounts. How do I get a signature to show up on the second account?, I have two email accounts. How do I get a signature to show up on the second account?

    I have two email accounts on my iPad. How do I get a signature to show up on the second account?

    The signature should show up with each account. Usually the complaint is not having an option for multiple signatures or not being able to have a different signature for each account.

  • How can I get my iPhone to show up on the panel to the right iTunes? I keep connecting it but it does not work.

    How can I get my iPhone to show up on the panel to the right iTunes? I keep connecting it but it does not work.

    http://support.apple.com/kb/TS1538

  • How do you get mail notifications to show up on the lockscreen

    How do you get mail notifications to show up on the lockscreen ?

    Go into settings
    Notification center
    Turn mail on and then set how and for which accounts you want it displayed.

  • How do I get shared computers to show up in the sidebar in Leopard?

    Still trying to come to terms with Leopard's way of doing things, and can't get shared computers to show up in the sidebar. I've never shared computers before, so need very basic instructions on how to do this. I thought I had set up for other specific computers to share, but nothing happens. Do they need to be using Leopard too?
    Thanks for any help.

    All of the things that folks seem to be having problems with are broadcast or multicast based. If you're not seeing things, chances are really good it's because you're not seeing the broadcasts / multicast packets. Why? Donno... shouldn't be any different than Tiger and "works fine for me".
    Here is how you see what multicasts are going on the wire (broadcast are just another type of multicast):
    sudo tcpdump -nvvXi en1 -s 1500 multicast
    When you do this, if it's the first time you've run sudo, it will give you a warning and ask for your password since this is a privileged command. The next time, it will only prompt you for a password (unless you ran it recently and your password is cached).
    There are a few different types of broadcasts that you'll want to be looking for. Note: These are only examples of each type - there are multiple sub-types of these to advertise other details. I'm only giving generic descriptions of each - the packet data in yours will be different, but a similar format.
    _This is a AFP Multicast (udp/5353)_
    You'll see here my wife's macbook advertising its services. This data gets collected and put in the mDNSResponder cache for when you need it. It is also used to make stuff show up on your finder.
    21:08:18.189071 IP (tos 0x18, ttl 255, id 26790, offset 0, flags [none], proto: UDP (17), length: 232) 192.168.15.101.5353 > 224.0.0.251.5353: [udp sum ok] 0*- [0q] 5/0/1 Melissa.device-info.tcp.local. TXT "model=MacBook2,1", Melissa.afpovertcp.tcp.local. (Cache flush) SRV Macintosh-3.local.:548 0 0, Melissa.afpovertcp.tcp.local. (Cache flush) TXT "", services._dns-sd.udp.local. PTR afpovertcp.tcp.local., afpovertcp.tcp.local. PTR Melissa.afpovertcp.tcp.local. ar: Macintosh-3.local. (Cache flush) A 192.168.15.101 (204)
    _This is a NetBIOS/NBT/SMB/Windows Share Broadcast (udp/137)_
    This is what your system looks for to make Windows systems show up on your finder.
    21:06:34.226681 IP (tos 0x0, ttl 64, id 41952, offset 0, flags [none], proto: UDP (17), length: 78) 192.168.15.101.50581 > 192.168.15.255.137: [udp sum ok]
    NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
    TrnID=0x28DB
    OpCode=0
    NmFlags=0x11
    Rcode=0
    QueryCount=1
    AnswerCount=0
    AuthorityCount=0
    AddressRecCount=0
    QuestionRecords:
    Name=_MSBROWSE_ NameType=0x01 (Unknown)
    QuestionType=0x20
    QuestionClass=0x1
    _This is a UPnP (Universal Plug and Play) Broadcast (udp/1900)_
    These are used for things like your Internet router, UPnP Music Servers, and other similar devices to advertise what they can do (similar to the Bonjour packets - but a different standard).
    21:08:25.042607 IP (tos 0x0, ttl 4, id 25012, offset 0, flags [none], proto: UDP (17), length: 353) 192.168.15.1.1900 > 239.255.255.250.1900: [udp sum ok] UDP, length 325
    0x0000: 4500 0161 61b4 0000 0411 9434 c0a8 0f01 E..aa......4....
    0x0010: efff fffa 076c 076c 014d d47e 4e4f 5449 .....l.l.M.~NOTI
    0x0020: 4659 202a 2048 5454 502f 312e 310d 0a48 FY.*.HTTP/1.1..H
    0x0030: 6f73 743a 3233 392e 3235 352e 3235 352e ost:239.255.255.
    0x0040: 3235 303a 3139 3030 0d0a 4361 6368 652d 250:1900..Cache-
    0x0050: 436f 6e74 726f 6c3a 6d61 782d 6167 653d Control:max-age=
    0x0060: 3630 0d0a 4c6f 6361 7469 6f6e 3a68 7474 60..Location:htt
    0x0070: 703a 2f2f 3139 322e 3136 382e 3135 2e31 p://192.168.15.1
    0x0080: 3a38 302f 7570 6e70 2f73 6572 7669 6365 :80/upnp/service
    0x0090: 2f64 6573 5f70 7070 2e78 6d6c 0d0a 4e54 /des_ppp.xml..NT
    0x00a0: 3a75 726e 3a73 6368 656d 6173 2d75 706e :urn:schemas-upn
    0x00b0: 702d 6f72 673a 7365 7276 6963 653a 5741 p-org:service:WA
    0x00c0: 4e50 5050 436f 6e6e 6563 7469 6f6e 3a31 NPPPConnection:1
    0x00d0: 0d0a 4e54 533a 7373 6470 3a61 6c69 7665 ..NTS:ssdp:alive
    0x00e0: 0d0a 5365 7276 6572 3a4e 542f 352e 3020 ..Server:NT/5.0.
    0x00f0: 5550 6e50 2f31 2e30 0d0a 5553 4e3a 7575 UPnP/1.0..USN:uu
    0x0100: 6964 3a75 706e 702d 5741 4e43 6f6e 6e65 id:upnp-WANConne
    0x0110: 6374 696f 6e44 6576 6963 652d 315f 302d ctionDevice-1_0-
    0x0120: 3030 3137 3366 3638 6364 3861 3a3a 7572 00173f68cd8a::ur
    0x0130: 6e3a 7363 6865 6d61 732d 7570 6e70 2d6f n:schemas-upnp-o
    0x0140: 7267 3a73 6572 7669 6365 3a57 414e 5050 rg:service:WANPP
    0x0150: 5043 6f6e 6e65 6374 696f 6e3a 310d 0a0d PConnection:1...
    0x0160: 0a .
    If you're not seeing these packets, you're not going to see anything in your finder.
    Why would you not see them?
    1) Your firewall is blocking them from going out from the system that is sharing data
    2) Your firewall is blocking them from coming in from the system that is looking for the data
    3) The necessary services are not started on either system
    4) Your network does not properly forward multicast and broadcasts between hosts
    I've posted a number of threads on how to figure out each of the above situations. An easy thing to check is to do a 'netstat -anp udp' and see if there is a *.XXX where XXX is the port number listed in each of the descriptions. If there is, your system is listening for the packets and I'd check the firewall. If there is not, your system isn't setup right to listen for them (double check your file sharing settings and options).

  • In Safari 7.0.3, how do I get website ICONS to show up in the bookmark favorites toolbar?

    RE:  Bookmarks/Website Icons in Favorites Bar
    In Safari 7.0.3, does anyone  know how to get website ICONS to show up in the bookmark favorites toolbar?
    Blue dots with the website name in text show up in the favorites bar.
    The website icons do show up in the bookmarks sidebar.
    Thanks!

    Nope, they don't - and we are up to version 7.1 now. I have done a good bit of searching on this subject, and it is a frequently asked question. I don't understand why Apple don't implement it.  It is the only reason I am currently using Chrome instead of Safari.  I have too many bookmarks on my toolbar for them all to have names, using the icons allows me to pack them in tight and have instant access to lots of sites I use frequently.

  • HT5219 my thunderbolt shows the sleep screen instead of the MacBook Air screen How can I get my screen to show up on the Thunderbolt?

    I cannot see my MacBook Air screen on the Thunderbolt display. All it shows is a screen saver. How can I get simultaneous screens to show on the Thunderbolt?

    I think changing the symbols from movieclips to graphics helped, thank you.

  • How do I get a volume to show up on the desktop?

    The big, roomy new disk in my MacBook now has three partitions (startup, and two more) and I can open them and do all the usual stuff from a Finder window. However, what I can't seem to figure out is how to get a disk icon to show up on my desktop so I don't have to go thru the finder window to open it.
    This must be the simplest thing in the world, & I have overlooked the obvious, but can someone give the the hint(s) on how to do this? I tried Help, but without knowing what iIwas looking for, that didn't work out.
    Thanks!

    Kappy wrote:
    Select Preferences from the Finder menu, click on the General icon, check the topmost box to display hard disks on the Desktop. Then click on the Sidebar icon and verify that all your desired volumes are checked as well.
    Sure enough, it was the simplest thing in the world!

  • How do i get ichat to stop showing up all the time

    i am about to freak out. i was on photo booth and i pressed i chat. now it keeps showing up on my screen.how do i get rid of of?

    Hi,
    It sounds  like you have got iChat set up in System Preference > Accounts > Login items (in your account)
    Items in this List will start up when the Computer Starts Up.
    On my Snow Leopard Computer (OS 10.6.8) In Photo Booth there is an iChat icon
    This is supposed to put the pic you have selected in Photo Booth to be the iChat Buddy Pic
    If you press this it will launch iChat and you have to "Set" or Cancel the Pic selection.
    If you choose "Set" the Photo Booth Pic or Video becomes the Buddy Pic  (The Video is converted to an Animated .gif)
    10:02 PM      Wednesday; August 8, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How can I get iTunes to not show multiples of the same podcasts in my iPhone?

    Not all, but some have the same episdoe multiple times. Every sync seems to add another one of them. This happens, through iTunes, in my iPhone 5. In iTunes, I show that I have 69 unplayed podcasts. When I sync, I can see it got to 68 for my phone (likely one is in the cloud), but then it flashes and now it shows 113. When I look at the unplayed podcasts, I show that some of them have as many as 17 of the same episode in my phone. When I go to my phone's podcast app, I see it once.
    It doesn't happen to all episodes, and I can't find anything in common between those that it does happen to. The newest update to the podcast app and itunes brought back some features that have been missing for over a year, but this is getting weird.
    iTunes 11.2.1 (1)
    IOS 7.1.1

    After a couple of days, I'm noticing that the repeat(ing) offenders have more than 10 episodes, and seem to keep repeating them every time I sync.
    They only show once in my phone and in the iTunes Podcasts, but through iTunes and looking at what's in my phone is when I see the repeats.
    Even after I've marked a podcast as played, and deleted it from within my phone, as well as telling iTunes to delete the played episodes, it still shows multiples of the played episodes.
    There doesn't seem to be any rhyme or reason to it either. They aren't the newest ones either.

  • How do you get multiple plots to show up on the same graph?

    I am trying to get multiple (20) plots to show up on the same XY
    graph.  My data set is a 2D array, which exits a for loop. 
    The ultimate goal is to have one plot show up after each iteration of
    the for loop.  I can only get all 20 to show up at once, not one
    at a time.  Any suggestions?
    Thanks!

    Here is a sample in 7.0 format.
    Attachments:
    20 plots on XY graph.vi ‏31 KB

  • How do I get my brushes to show up in the dropdown list?

    I'm fairly new to Photoshop. I'm using CS6, and I'm having a little trouble. Mostly, I have a lot of brushes, but not all of them show up in the dropdown menu for brushes:
    So, how can I fix this, if there is a fix for this? Any help is much appreciated. Thank you!

    Is there a way to further divide brush sets into groups?  I agree that is an unmanagably long list, and I bet most of them are never used.  It looks like Windows 7, so the brushes live in
    C:\users\your user name\App Data\Roaming\Adobe\Adobe Photoshop CS6\Presets\brushes\
    I've never tried adding a folder to the brushes folder, but even if it is still recognised, I suspect it would not not change the look of that list.  I'll have a try though, out of interest.
    Here's an idea.  Find the above folder, and right click and send to desktop as shortcut, and place another shortcut to a master list of brushes right next to it.  Open both, and drag groups of brushes into and out of the brush folder on those rare occassions you need them.  Wouldn't it be nice if you could incorperate such a feature into a custom workspace?
    [EDIT]  Well I just tried, and Photoshop CC sees the contents of sub folders in the Brushes folder.  That would help with my weird little idea above, and while my brush list is nothing like the OP's, it is bordering on being too big to be comfortable.

  • How do i get my iPhone to show up in the share section in maps on Mavericks

    I go to the share on maps and i don't see my Iphone 5s. How can I get it to appear?

    go here for the answer. It worked for me..
    https://discussions.apple.com/message/23469169#23469169

  • How do I get Korean characters to show up in the "Get Info" window if they show up normal in iTunes normally?

    The Korean characters show up fine when viewing the song in the Music section. However, when I right click the song and go to "Get Info" to edit the song's info, the Korean characters show up as boxes. It does not do this for the Chinese and Japanese characters. I have already tried the: Control Panel>Fonts>Font settings>Uncheck "Hide fonts based on language settings">"Ok" method, but to no avail. I am using iTunes 11.0.4.4.
    Please help!

    If you don't see anything when you connect your ipod it's meybe something wrong with the USB cable, If you have another you can try that.
    try to shut down or restart your ipod and then connect it.

  • How to i get m3u's to show up in the music section like they did before?

    Now when you try to play an m3u it starts in the internet songs section instead of the music section like it did before, is there any way to revert it  back to opening in the music section instead?

    Ooops, posted to the wrong thread.
    tt2
    Message was edited by: turingtest2

Maybe you are looking for

  • How to change system time from Java

    Could someone tell me if there is possibility to change the system time, from within a Java program. And how to do it.

  • Query problem with date range

    I have a query that needs to pull data between a date range. I've tried several things and nothing seems to work. Any help would be greatly appreciated. Here's the code: <cftransaction> <cfquery name="QryFollowUp" datasource="NBProdReports"> SELECT T

  • Few queries in RMAN

    Hi, 1. If we take full backup from RMAN utility, it will store the backup in either disk or tape. I want to know if we have 6 datafiles, one control file then what would be the name of the backup file? will it create 6 backup file? 2. Rman command is

  • Using Macbook Pro Power Adapter on a Macbook

    I have a Macbook Pro and someone else in my family has a Macbook. Recently they misplaced their power adapter and started borrowing mine to use until theirs was found. I was uneasy about it, but it seemed to work okay. I know that the adapters are sl

  • Just updated to 11.1.5, where is the "on this device" tab gone??

    How do I manually add new content to my iPad now without synchronizing ?? I used to be able to see the content of my iPad by clicking the "On this device" tab and then to add files by drag/ drop. But now the "on this device" tab which they refer to h