Not showing GoogleMap with Rich Form (gmaps4jsf-1.1.4 and jdev 11.1.1.4)

hi,
I am working with jdeveloper 11.1.1.4 and gmaps4jsf-1.1.4
This page JSF don't work:
?xml version='1.0' encoding='UTF-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
xmlns:trh="http://myfaces.apache.org/trinidad/html"
xmlns:gmaps4jsf="http://code.google.com/p/gmaps4jsf/">
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
<f:view>
<af:document id="d1">
<af:form id="f1">
<af:decorativeBox id="db1">
<f:facet name="center">
<gmaps4jsf:map id="m1" latitude="36.717954" longitude="-4.421386"
partiallyTriggered="true" width="400px"
height="400px" jsVariable="map" zoom="14"
type="G_NORMAL_MAP"/>
</f:facet>
<f:facet name="top">
<af:outputLabel value="Pruebas GMAPS4JSF" id="ol1"/>
</f:facet>
</af:decorativeBox>
</af:form>
<f:facet name="metaContainer">
<trh:script source="http://maps.google.com/maps?
file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAfWaHRSVm60PthsQlilBjFBRi
_j0U6kJrkFvY4-OX2XYmEAa76BQI1WTKk4FfNHLB_4TC2EnUuZOQpg"
id="scriptKeyGoogle"></trh:script>
</f:facet>
</af:document>
</f:view>
</jsp:root>
----------- the error is:
java.lang.RuntimeException: cannot find a standard parent form for gmaps4jsf component
     at com.googlecode.gmaps4jsf.util.ComponentUtils.findParentForm(ComponentUtils.java:311)
     at com.googlecode.gmaps4jsf.component.map.MapRenderer.convertToJavascriptObject
(MapRenderer.java:119)
     at com.googlecode.gmaps4jsf.component.map.MapRenderer.startEncodingMapWorld(MapRenderer.java:182)
....more
the problem is
     <af:form id="f1">
     </af:form>
when I replace it with this other
     <h:form id="f1">
     </h:form>
the code works and the map shows, but this form (h:form) don't allow stretch their children
Is possible that maps work fine with af:form? is a bug?
How Streching with h:form ?
The class java which reporte the error is com.googlecode.gmaps4jsf.util.ComponetUtils.java (in gmaps4jsf-1.1.4.jar):
* Traverses the component tree beginning from the given component instance, stops when finds the
enclosing form
* @param context
* @param component
public static UIComponent findParentForm(FacesContext context, UIComponent component) {
UIComponent parent = component;
while(parent != null && (!(parent instanceof UIForm))) {
parent = parent.getParent();
if (parent == null) {
throw new RuntimeException("cannot find a standard parent form for gmaps4jsf component");
return parent;
I think the error is
     (!(parent instanceof UIForm)))
because af:form (oracle.adf.view.rich.component.rich.RichForm) extend to
org.apache.myfaces.trinidad.component.UIXForm (not UIForm)
As i can use gmaps4jsf components with Form ADFaces component (af:Form) ???????
Thanks in advance

has this been resolved? I still have the same issue migrating to 11.1.1.4 as suggested above... All works fine in 10.1.3.5
If this is not resolved, we can not chose Jdeveloper as the IDE at the company :(
V.

Similar Messages

  • My MacBook Pro was stolen last night. I need the serial number. It is not showing up on my devices list. My iPads and iPhones are. I have used it to to sync my phones and pads as well having it registered with apple. Any thoughts? Thanks

    My MacBook Pro was stolen last night. I need the serial number. It is not showing up on my devices list. My iPads and iPhones are. I have used it to to sync my phones and pads as well having it registered with apple. Any thoughts? Thanks

    Click here: https://supportprofile.apple.com/MySupportProfile.do
    SIgn in with your Apple ID, the same one you used to access this support forum.
    Hopefully, you will see a list of all the devices you registered with your Apple ID, including their serial numbers. Let me know how this works out.
    Edit to add: If you enabled "find my imac" on your Pro, you ought to be able to remotely lock it, or even wipe its memory. Click http://www.icloud.com/ sign in with your Apple ID and click the big green "find my iPhone" icon (nevermind the name, it will find all your devices provided they're running Lion or iOS 5).
    Then file a police report and nail the b*****d.

  • My maps are not showing buildings with clarity. They have no color. It's like my maps are outdated but my ipad is fully updated. I can't get the option of views in my ipad

    My maps are not showing buildings with clarity. They have no color. It's like my maps are outdated but my ipad is fully updated. I can't get the option of views in my ipad. Like the downtown view and stuff. Please help.

    What locations are you seeing these "problems"? If the satellite photos are older or not as clear, you may see some of what you describe. Take a look at one of the major cities and see if they are also appearing as you describe. Someplace like New York, London, Paris. Those are among the cities that seem to be updated most frequently.
    Incidentally, the maps are web/cloud based and not contained within the maps app on your iPad, so regardless of the version of your app, you will still get the most current map available.

  • Drop Shadows not showing up with iweb 2.04 in firefox please help!

    Drop Shadows on my frame are not showing up with iweb 2.04 and firefox please help!
    They show up with safari but not firefox. I've read that publishing to mobile me solves it but I publish to my hard drive and ftp to my host (not mobile me).
    Thanks for any help

    Drop shadows, borders etc are a bad idea in that they increase the file size and the download time of your page.
    Create your image, drop shadow etc on your iWeb page, take a screenshot, crop it and replace the original image with the, much reduced, JPEG>
    Example....
    http://roddymckay.com/PhotoStuff/PhotoFile.html

  • Access 2010 on 64 Bit Windows 7 Access "Not Responding" when changing from forms view to design view and back

    I am running
    Windows 7 64 bit
    Access 2010 32 bit
    Developing an application with a split FE BE with both files local but continue to have the message "Not Responding" when switching from forms view to design view and back as well as if I try to connect to a subform or object on the sub form.

    I have seen this behavior when the form's RecordSource is a complex query such as a crosstab or a query with several nested queries. To test if this is your case, remove the RecordSource and see if the form starts acting normal again.
    Then again, if the form has several subforms they might be slowing up the loading time.
    Bill Mosca
    www.thatlldoit.com
    http://tech.groups.yahoo.com/group/MS_Access_Professionals

  • IPhoto is not showing photos stored in albums in the last week, and when I add recent photos, they don't show, or show as black.

    iPhoto is not showing photos stored in albums in the last week, and when I add recent photos, they don't show, or show as black. What's happening ?  I show an incompatible upgrade available for OSX Maveriks, which I have not yet installed.

    What version of iPhoto are you using?  Apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • I have added two new extension on CUCM, Directory not showing in attendant console even after resynch on CUCM and attendant cosn

    I have added two new extension on CUCM, Directory not showing in attendant console even after resynch on CUCM and attendant cosnole
    Any idea?

    Hello,
    Can you tell us what versions of CUCM and CUxAC you are using?  Just extensions alone in CUCM will not sync to the corporate directory within the attendant console application.  You will at least have to have user's associated with those extensions and depending on your rule set within the console that should then bring those extensions into the console directory.
    Thanks,
    Tony

  • I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line.

    I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line. It is not my home page. Help!!!

    See also:
    *https://support.mozilla.com/kb/Removing+the+Search+Helper+Extension+and+Bing+Bar
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Resetting_preferences

  • Iphoto 9.5.1 will not import videos with .mpg extension from my pictures folder and keep getting a OSStatus error-54. Is there a way I can import such videos to the iphone library?

    iphoto 9.5.1 will not import videos with .mpg extension from my pictures folder and keep getting a OSStatus error-54. Is there a way I can import such videos to the iphone library? Pls help.

    This is what that error means:
    -54
    permErr
    Software lock on file; Not a subscriber [permissions error on file open]
    Download and launch  BatChmod.  Put the videos into a subfolder and drag that folder containing the video files into the Batchmod window.  Make sure you are the owner and have R,W, X access as well as the group.  Everyone will have R only.
    Check the Change ownership and privileges, Unlock and Apply to enclosed boxes and then click on the Apply button.  When done try importing the files again.
    OT

  • "Title" field not showing up in infopath forms

    We have a custom infopath form for submitting requests. It have  a column called "Title" ( the default Title which is the same one, that will show when you create  a new form library)
     The issue which we are facing is that- while we edit the form template in the designer 2010 view, we are not seeing the "Title" column.
    We had scrolled through the fields section and also rules to check if something is working behind, but not.
    Please let me know how to make this "Title" field visible in designer tool.
    Its showing in the SharePoint form library but not  in infopath designer(while editing).
    My blog: http://sharepointr.com - ZedProg Profile

    Hi ,
    Could you provide a screenshot about your issue?
    The list "Title" column could be displayed and customized in InfoPath Designer.
    Please create a new list to customize with InfoPath Designer, see if it's this particular list issue.
    Please make a copy of this problem list, then create a new "Text box" and bind the data source "Title" in InfoPath Designer for a test, see if this could work for you.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Files/folders not showing up with Airport Disk but are there?

    I've recently bought the Airport Extreme, I was all excited about Airport Disk but there is a weird, extremly annoying bug.
    On my USB hard drive connected using Airport Disk, I have a folder called music. When I open this folder, OS X starts reading the directory and files/folders show up one by one, but then it just all disappears - and the folder shows nothing. In Windows, it shows nothing at all in the folder. However, when I reconnect the drive using USB to my MacBook Pro, all my music is there and I can see all the files.
    I have a feeling this is something to do with this:
    http://docs.info.apple.com/article.html?artnum=305040
    as I have German and Japanese music files imported by iTunes which are not named in English (ie the filenames are encoded in Japanese etc etc)
    Another strange thing is, in Windows, if I type the direct path to a folder (which is inside the supposed empty folder) I will be able to access it.
    What's going on Apple?...
    Anyone else got this issue?...
    Thanks
    macbook pro   Mac OS X (10.4.9)  

    Hi Everyone,
    I was experiencing the same. on the XP box it just wouldnt show anything period and on the Mac, the finder would briefly display the contents of the drive before disappearing. Spoke to Tier 2 and they thought I should reformat the drive, since he thought it likely that due to severing the drives connection that the format was corrupt...
    I did manage to fix it myself and I'll tell you how. First I hardwired the drive via USB to the Mac. noticed an item called FROM which had no size, no date modified and type was --. I deleted the RECYCLED folder (which results when you delete something from the drive thru XP)
    then i hardwired it to the PC. deleted the "FROM" folder which in this case was a file folder, and 237MB approx in size. I also deleted the ".DSStore" and ".Trashes" files. .DSStore is basically the icon cache and .Trashes is when you delete something on the airdisk from the Mac. reconnected the drive and POOF! it worked Problem is now solved.
    So to summate, i think in my case it was more the discrepancy between the FROM not showing up as anything on the Mac, versus it being a full fledged folder to windows xp. i just thought i would pass this along...
    Macbook C2D 2.0GHZ   Mac OS X (10.4.9)  

  • Iphoto preview not showing corrections with Yosemite

    I created a new iPhoto file for 2015 and when I make adjustments to some of the photos with an outside editor (PhotoShop), the preview image does not show the corrections after making the changes. This has always worked before.
    If I click to open the preview image after changes were made, the image shows with the corrections made but the menu under photos does not have the "revert to original" active and is grayed out, even though there have been changes. Yet, if I check the package contents of the 2015 iPhoto file to check the contents for the new pictures, the changed photos are shown under previews and  the originals are shown in masters.
    Since I got the iPhone, I had not used my digital camera since a June 2014 vacation. The preview corrections will always show if it is an iPhone picture but will not show the corrections if it is from my digital camera. If I export the camera photos  with Image Capture to another folder not associated with iPhoto, then import the the pictures into iPhoto using the Import function, corrections will be saved and the preview will change to show the corrections (as previously). The picture also shows the revert to original option as available.
    I had not used the camera since I upgraded to Yosemite so I went back to experiment in Mavericks which is on another drive and imported a test picture from the camera into iPhoto, made extreme changes to make it easier to see in the preview, and saved. The preview showed the corrections and iPhoto behaved as expected. I imported the same picture into Yosemite from the camera into iPhoto, made new radical changes and the preview did not change, no revert available, or the changes saved. Import in both instances was using the same picture on the same SDHC card in an external card reader.
    These experiments seem to show that the problem is not my pictures or the card, but it a problem with iPhoto importing digital camera pictures under Yosemite. Since the iPhone imports directly and not through a reader, can it be that iPhoto under Yosemite has a problem communicating with the reader that does still work under Mavericks?
    I know how to avoid the problem by this two step importing, although it will not break the photos into the auto-split of the events to individual days as would be if directly imported, but as one cluster of multiple day photos - a problem since I sort by date under View. The splitting by days is important for me. I do not want to sort trip pictures into individual days before importing as I might have as many as 1,000 photos in a single trip!
    Is there a solution?

    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done.
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Screenshots are from PSE 10
    Note 1:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    Note 2:  editing a RAW file with either PSE or PS creates a new file which must be saved outside of iPhoto, i.e. the Desktop, and imported as a new photo into the iPhoto Library.

  • AIM html status code not showing away with iChat

    Anyone else have issues with the html status code not showing away when you are away with iChat?
    Here is the code I am using: <a href="aim:goim?screenname=markformac" title="markformac"><img src="http://big.oscar.aol.com/markformac?onurl=http://www.exploitmymac.com/manual/aimon2.gif&offurl=http://www.exploitmymac.com/manual/aimoff2.gif" alt="iChat Status" /></a>

    HI Mark
    Tagless
    open tag a href="aim:goim?screenname=ralphjohnsr&message=Hi!,+I+came+from+your+website,ralphjohnsuk."close tag open tag img align="right" src="http://big.oscar.aol.com/ralphjohnsr?onurl=http://www.ralphjohnsuk.dsl.pipex.com//css/Resources/RalphOn.gif&offurl=http://www.ralphjohnsuk.dsl.pipex.com//css/Resources/RalphOff.gif" alt="Webmaster iChat Online Status Indicator" border="0" align="bottom" close tag open tag /a close tag
    I have mine sent to give me a message when people use it, where as you have yours titled.
    9:13 PM Friday; May 12, 2006

  • AUR package not showing up with pacman -Qm

    So, according with this topic, the OP couldn't find the chromium-pepper-flash package with pacman -Qm, but for me it shows up on the search (I have installed it from the AUR, with makepkg). Currently this package is located in the AUR.
    I wonder why the OP couldn't find it? I mean, if this is an external package, not in the official repos, shouldn't it *always* shows up with pacman -Qm? Please notice that the OP didn't know at the time how he has installed this package, but I can't see other way if not with makepkg or with an AUR helper.
    Last edited by thiagowfx (2014-01-10 21:37:25)

    thiagowfx wrote:I wonder why the OP couldn't find it? I mean, if this is an external package, not in the official repos, shouldn't it *always* shows up with pacman -Qm?
    The only thing that I can think of is that it was installed from a repository, because pacman -Qm lists all the packages which uou have installed which are not from any local databases stored on your computer.

  • Co24 missing parts list does not show material with shortage

    Dear All,
    I have a following problem: a production order with status MSPR which has 2 components in the missing parts list from availability check (inside that PO).
    In Co24 tcode system does not show any missing parts for the same production order.
    For these missing parts i have shipping notifications with an exeption message 10: "bring process forward".
    My question is why Co24 does not show missing parts while they are shown in the production order if click on ATP check button.
    Is there any interconnection with expection messages to bring process forward?
    Thanks for your help!
    Regards, Andrey

    It seems that at the stage when atp check was run last time there were no reciepts for missing parts. When i was doing ATP check in production order i didn't save results thus respective table was still containing old results.
    After i saved results of ATP check in production order missing parts were dispayed in Co24 as expected.

Maybe you are looking for

  • How to use NETFLIX on Apple TV

    I cannot login to my NETFLIX account.  I've had an account for many years and it works on my MacBook. However, I cannot login on my new Apple TV. Since I have an account, I enter correct email address and password. Inevitably, receive message that lo

  • How to find out the max mem can be allocatedTT for 32 bit Win ?

    How to find out the maximum Permanent Data Size and Temporary Data Size that can be allocated for the Oracle Times Ten for 32 bit Windows OS.

  • Hyper-V Storage Live Migration: Copy instead of move?

    Have a 2012 R2 Hyper-V Cluster with a HP MSA 2000 Storage. No storage pools or storage spaces, just 4 LUN's with NTFS Volumes that are all converted to CSV's. Have to perform VM migration from VM's that resides on a CSV with an underlying RAID 5 volu

  • How to create Edit Image in my form

    hi All, I have a form with header and detail, in my detail block i need to add Edit Image in my form. When i click on this i should be able to open one of my text column. can any one please help me how to create new images....

  • Business Prozess Monitoring -- Workflow Prozess

    Hallo, I will monitoring a workflow - process. The Workflow generate a Container which comprise some structures or flags. I will check the Content of the structure or the flag, if there have the correct data. Is it possible to check the Workflow with