Creat a client-side image map in JSC

Has anyone sucessfully created and implemented a client-side image map in JSC? I can get it to compile but it falls over on execution with a 500 error:
org.apache.jasper.JasperException: No tag "map" defined in tag library associated with uri "http://java.sun.com/jsf/html" Any suggestions would be appreciated.

Hi,
We apologize for the late response. We would like to know if you have found a solution for the problem. In case you are still looking for a solution we would like to look into the issue and try and provide a solution.
Thanks
RK.

Similar Messages

  • Creating Client-side Image Map in Web Dynpro

    Hi,
    How can I create a client-side Image Map in Web Dynpro application?
    My application consists of a screen-size image in which several areas will have to link to URLs and actions. I have browsed through the "Web Dynpro UI Element Reference Guide," but could not find anything appropriate.
    Can someone give me an advice? Thanks.
    Teecheu

    It doesn't, there is no corresponding UI control for this.
    There is only onAction event on BusinessGraphics (have not working with them since SP5, eventing did not work at that time) and onObjectAction in GeoMap (never see it in action, probably an option for you if your map is geographic map
    WBR,
    VS

  • Possible to use RMI to upload client side image files?

    Is it possible to use RMI to upload client side image files? My intent is to allow remote clients to upload a number of small image files (jpg & gif) to a central server DBMS, by modifying a "Customer" object (eg adding a new Image object to a vector of Images?) Is this possible? Any suggestions greatly appreciated :))

    Is it possible to use RMI to upload client side image
    files? One possibility is to implement a serializable image object that you can upload to the server as any other object. When your server receives this serialized image object, just generate a new gif/jpg from it.
    But if your client-program is an applet, the situation is different: how can applet read image-file from users harddrive?
    krera

  • Client side image resize

    Hi,
    is client side image resizeit possible with flash? If so,
    then from which version?
    Cheers,
    Sven

    you have to load the image into flash before flash could do
    anything. then if you want flash to resize the image that would
    only require flash 4 and all that would be done on the client-side.
    however, if you want to upload the file without using
    server-side code you'll need flash 8.

  • CS4 will not create poly areas in image maps

    How do I create an image map which will contain polygonal areas? I've selected my shape and chosen "polygonal" in the Attributes palette and then given it a URL. When I create an image map from the file, all my map areas (in the HTML) are "rect" (rectangles), which is not what I want. Can someone talk me through how to create a polygonal image map area which successfully gets exported into the HTML?
    Thanks.

    I am not an expert at this but I just created a polygon shape over a rectangle selected the polygon shape and added the url in the image map url field.
    then I used the slice to to make the rectangle a slice and then selected the polygon shape and made that a slice and exported as jpeg from the Save for Web and Device as both html and image in the jpeg format.
    all seemed to work the rectangle and the polygon are the same color so you can not see the shape but only the polygon shape seems selectable.
    I just changed the color and it does only make the polygon shape selectable
    here is a little video perhaps this will help.
    http://mysite.verizon.net/wzphoto/Imap.mov
    so let me see if I can summerazie what I did.
    I made a rectangle then I made a polygon shape over it. I selected the polygon and gave it the image map attribute with the url
    and save the file, I then  sliced the art first selecting the rectangle and clicking on the rectangle with the slice tool then select the polygon and clicked on that with the slice tool as well and save for the web as jpeg with image and html as the option.
    S that is what i did and it seems to work fine.

  • Maximum listeners to be created on client side

    hi any please enlighten me about this question. 'How many maximum listeners can be configured at the client side?' This was asked to me at an interview and it made me skeptical

    Justin Cave wrote:
    At the risk of putting words in Ed's mouth, I'm pretty sure he didn't call you a poser.
    Correct.
    Someone that was trying to pretend that they knew a lot more about Oracle than they did would be liable to bluff an answer to a question like this that has no correct answer rather than admitting that they don't know. Someone that understands how Oracle works would point out that the question is flawed and unanswerable.
    Exactly the point I was trying to make.
    In general, if someone asks a question like this, an answer of "I don't know" is much, much preferrable to the bluff. If I'm looking for an entry-level person, I'm perfectly happy to hire someone that readily admits to what they don't know. I'm loathe to hire someone that is going to pretend like they know something only to find out weeks later that they didn't know how to do what they were supposed to do (or that they misunderstood the original request and weren't willing to admit to being confused). It's great if they know the right answer, of course, but being able to admit to where they have gaps is the real test.
    Exactly.
    To the OP: the key to such a question is that the question deliberately assumes a fallacy. And the more deeply embedded that assumed fallacy is, the better the question.
    Poor question: "does the listener run on the client or the server?"
    Better question: "how do you install the listener on the client?"
    Better still: "what is the maximum number of listeners that can run simultaneously on the client?"
    to the best question:
    Worst answer: "<pick a number, any number>>"
    Better answer: "I'm not sure, but I'm pretty fresh so I'd have to check the Net Admin Guide" (note not only the honesty, but also showing that you at least know where to find answers - that you are familiar with the official documentation, not just your favorite blogs.)
    Best answer: "The question is fallacious because the listener is a server side process. I guess you could configure a listener process on the client, but it would be as useful as a screen door on a submarine."
    Just as interview questions can work on several levels, there are several lessons in this thread ....
    JustinEdited by: EdStevens on Nov 27, 2012 1:44 PM

  • Client side image resizing

    Hi all,
    Is flash capable to resize images in clients computer and
    then upload them, keeping in mind the sandbox security of flash?
    GRTZ
    Peter

    The only way I see is to use the BitmapData class if you have
    Flash 8 (it's Flash 8 only). It could get the pixel values of the
    scaled image and transfer those to the server, where the picture
    gets re-created by the values. I guess this will result in a larger
    amount of data than transfering the image itself.
    Maybe there's another way with 3rd party software, that
    allows Flash to save the scaled image. It's not possible with Flash
    alone, but probably with some extra software.
    cheers,
    blemmo

  • How to implement a client side map with ObjectImage control?

    We need to implement a client side map with an ADF Faces ObjectImage control. In the code below, the JSF Faces GraphicImage contol does support a client side image map using the usemap property. However, it appears that the ADF Faces ObjectImage control does not support a client side map. Is there someway of implementing this functionality in an ObjectImage control?
    <h:graphicImage url="/images/map-usa.gif"
    usemap="#m_mapusa"
    binding="#{backing_map.graphicImage2}"
    id="graphicImage2"
    style="border-style:none;"/>
    <af:objectImage source="/images/map-usa.gif"
    binding="#{backing_map.objectImage2}"
    id="objectImage2" />
    We could use the Graphic Image control except we have a problem by mixing a JSF GraphicImage control in the same table with a variety of ADF Faces controls in that when a user clicks on the GraphicImage, then the browser windows scrolls down to center the GraphicImage control. A user then needs to scroll back up to see the rest of the page. If an ObjectImage control is used with an onClick action, then the page does not scroll, which is what we want. So if we can figure out how to add a client side map to an ObjectImage control we would get the desired results.
    An alternative might be to use a server side map with the ObjectImage control. But our question here is how to implement the existing client side image map in a backing bean. As the following map code shows, not all image map areas are rectangles - some are polygons.
    <area id="_state_05" href="#"
    shape="rect"
    coords="681,38,702,50"
    target="_self" value="VT" alt="Vermont"
    onclick="javascript:getDtl(this);"/>
    <area id="_state_06" href="#"
    shape="poly"
    coords="221,442,209,436,209,418,191,403,155,382,116,367,101,370,98,364,
    122,355,158,367,203,388,212,394,242,427"
    target="_self" value="HI" alt="Hawaii"
    onclick="javascript:getDtl(this);"/>

    Hi,
    Any news about that issue, we are also interested in any solution.
    Thanks
    Math

  • Mistake creating an Image Map

    Hello, I have a problem with my Image Map. Here are my steps:
    1.Create areas for the Image Map
    2.Create the Image Map with areas
    3.upload the image
    4.create the OTH file
    5.Enable rendering information option
    6.Create KM navigation iView and its layout set mode as default
    All references for directories and for my pic are OK but it doesn´t show any Image Map. I need help please!
    Thank you

    Hi,
       You can follow this example:
    In KM, image maps are used for a graphical depiction of folder contents. These objects are displayed using graphics instead of in their normal text form.
    Step 1 – Determine the image you want to use for navigating. This can be any JPG or GIF file. In this example I will reference the file world.gif.
    Step 2 – Configuring an image map. Take your image file world.gif and place it in the system. For our example place the file in the path: …../knowledgemanagement/etc/public/graphics. The subdirectory “graphics” was created within the public folder.
    Step 3 – In the documents folder, create the following folders:
    •  World
         Within the “World” folder, create the subfolders:
         North America
         South America
         Europe
         Asia
    Note: you can create as many folders as you like. This structure will serve as the navigation structure for world.gif image map.
    Step 4 – Determine the navigation coordinates for the image world.gif. Any tool can be used, for this example the tool GeoHTML was used. It is a freeware tool that can be downloaded from http://www.fegi.ru/geohtml.
    •  The following coordinates were determined for the folders:
         North America: 253, 255, 303, 285
         South America: 424, 171, 474,201
         Europe: 368, 43, 418, 73
         Asia: 276, 37, 326, 67
    Step 5 – Create new link-sensitive Areas for the image map. Menu path: Configuration -> Content Management -> User Interface -> Image Maps -> Areas
    Please note, an area would need to be defined for each area on the image map that would be link-sensitive areas.
    Step 6 – Defining an Image Map. In this step the name of the image map will be defined as well as specifying the path of the image, the tooltip, and lastly assigning the areas.
    Step 7 – Configure an Object Type Handling (OTH) file for the image map. OTH files are located in the /oth subdirectory within the /etc repository. Copy an existing OTH file in this subdirectory and copy it to “world.oth”. In This OTH file, define the navigation path, collection renderer, layout controller, action and image map. The OTH file should look as follows:
      <?xml version="1.0"?>
      <ObjectTypeHandler Name="Image Map world"
    Class="com.sapportals.wcm.service.objecttypehandler.GenericObjectTypeHandler">
    <SelectionCriteria>
      <Paths>
        <Path>/documents/World</Path>
      </Paths>
    </SelectionCriteria>
    <Properties>
      <Property Key="rndCollectionRenderer"              Value="ImageMapRenderer"/>
      <Property Key="LayoutController"                   Value="DefaultLayoutController"/>
      <Property Key="rndShowActions"                      Value="false"/>
      <Property Key="rndMap"                      Value="MapOfWorld"/>
    </Properties>
    <Actions/>
    </ObjectTypeHandler>
    Step 8 – Display the image map. For the navigation iView that is being used, ensure that the iView property “Layout Set Mode” is set to default.
    Step 9 – Reload the object type handler in order for the system to read the new oth file world.oth. This can be done by within the Rendering Information link in any navigation iView for a user that is specified in the Debugging Settings (this is done in the user interface configuration).
    Another option to reloading the object type handler would be restarting the J2EE engine.
    Step 10 – In the navigation iView for this mage map, navigate to the image map. In this example, the menu path would be documents/World
    Patricio.
    ps: If you want I can send you complete example.

  • Query: creating client side handler

    how can I create a client side handler for a webservice on weblogic 9.2 workshop

    Take a peek at edocs for some examples and code you can get started with:
    http://edocs.bea.com/wls/docs92/webserv/client.html#client_handlers
    Best of luck,
    -Jacobd
    Mihir Khanwalkar wrote:
    how can I create a client side handler for a webservice on weblogic 9.2 workshop

  • Hi I'm trying to find a simple bit of freeware that I can use to image map for creating hotspots on a website.  Any ideas?

    Hi
    I'm wanting to create a pretty complicated image map for a web page so it'll be lot's of polygons.  Does anyone know of a good bit of freeware I can use that will help me work out the coordinates for the image maps?
    Thanks
    Neil

    You could do this in any text or html editor.t I imaging you want a click and drag capability when selecting the areas of the image map. Try looking at some of these. https://www.google.com/search?q=image+map+create+apple+mac

  • Does anyone know how to save / preserve image maps when updating graphics?

    Hello all,
    I'm currently working on a RH7 HTML project, which I've designed to be used in support of a software application.
    Some of the application's dialogue boxes have quite complex multi-tabbed GUIs, so when it comes to describing their functionality, you often end up with a long list below the graphic image. What this means of course, is that the user is forever scrolling up and down to make reference between the GUI and the explanatory text.
    I hit upon an idea I'd used previously, whereby I created popups to multiple image map hotspots. It works like a dream and the client and users really like the concept - but there's a snag (apparently).
    Because the application is still in development. some of those GUIs are (and will continue to) change. No problem with that either - until I try and insert the updated graphic. Poof !! All my hotspots disappear . . .
    Surely I'm not alone in trying this approach and there must be some way of preserving the hotspots?
    Any suggestions?
    Bob (in a UK time zone)

    Hi there
    It sounds like you are using the standard methods of inserting an image. Don't do that!
    All you need to do in these cases is to use Windows Explorer to save the updated image using the same file name and replacing the former image. When you do this your other data will remain intact. If the new image is a different size, just right-click it inside the RoboHelp HTML editor and choose Reset Size. You also may need to tweak your hotspots if things shifted some.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Image Map Issue

    I have recently converted my Robohelp for Word project to HTML, more or less successfully.  As expected, all of the links that existed in the Winhelp project that originated from a bitmap, broke during the conversion process.  I'm in the process of re-establishing these links, which is proving to be a very long process due to the fact that every time I right click on an image map to access its "properties," it takes nearly 90 seconds for the properties window to appear!  Is there any way to speed this up?  This happens even when I create a totally new image map on a new image in a new topic.  Currently, all of my HTM files are in one huge folder... if, at this point, i created a folder for each htm file, would that possibly speed things up, or would that totally mess up my project?  I'm on Robohelp 7.  Thanks.

    Hi there
    Splitting the project into folders will likely help the issue. I think the slowdown occurs because all the topics and images and whatnot have to be read in so they are able to appear in the list. If you have several folders with fewer topics you should be better off.
    One caveat though. ONLY move the files and folders from inside RoboHelp HTML. If you sneak behind its back and begin moving things about, you are likely to make RoboHelp wander around all bug eyed looking for things that aren't there any more!
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Question on image maps

    Hello,
    Could anyone tell me how can I transmit the coordinates of a mouse click on an image map in the browser to the server, so that a circle, for example, will be drawn in that specific position?
    Thank you

    Use a server-side image map:
    http://www.w3.org/TR/html4/struct/objects.html#h-13.6.2

  • Uix Client Side Validation

    Hi there,
    is it possible to create additional client side validators, is there an API? Does anybody know? It would be pretty nice to write more complex validators in Javscript but still rely on the field validation mechanism before submit.
    Regards
    Jan

    Thanks. This is how I solved it. I just thought, when there is a onBlurValidator/onSubmitValidator element, why not add a script option so it could look like :
    <onBlurValidater>
    <scriptValidator>
    return (value==".");
    </scriptValidator>
    </onBlurValidater>
    Of course the example above is quite stupid, but nevertheless such an option would sometimes be very valuable.

Maybe you are looking for

  • Error 405: file not found displayed when trying to run a process on server

    Iam trying to run a "weblogic integration-process application" on server to test the application. It is giving me the below error: Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.5 404 Not Found The server has not fou

  • Getting a runtime error in block alv that field symbol has been assigned

    hi to all experts , im getting a runtime error that field symbol has not been assigned in functionmodule reuse_alv_block_list_display i tried a lot to rectify the error ,im unable to do it thats i have posted here *& Report  ZHAI_ALV_BLOCK_LIST REPOR

  • RE:  ITunes has stopped working

    Hi,    All of a sudden my Itunes will not load.  When it starts up, it opens in my music library, and then a box comes up stating ITunes has stopped working. Windows is looking for a solution to the problem.  Sometimes it just says close program and

  • States question

    Hello, just learning Flex and states. I have created a new state. I thought a new state was basically a blank canvas to start constructing a new view in Flex. However when I start to add components to the stage in my new state, they are positioning t

  • SM50-DUMP display error

    There are lots of error in my prd system. The line of DUMP all display red. Can somebody help me ?