LR2 web module: second link in web-page ???

My computer is iMac (Intel Duo) with LR2. (my login which is my email:  [email protected])
My Question:
Is it possible to add the second link in a Web-page (Flash Template) to an an external Web page in addition to the included "Web or Mail Link"? I need an option to display an enlarged image of the one posted on my Web page. I have seen on many Web pages this functionality initiated by clicking the displayed Web Page image (photo) to enlarge it and another click on the enlarged image returns the image to its original size.
If the above is not possible then Is there any plug-in or software for adding extra link(s) to a LR created (Flash) Web page?
Thank you in advance.
Leo

A bit more information.  I just exported a gallery and looked at the gallery.xml file.  There's an extract of the file below.  You can see that: title="" i.e. LR is not populating that part of the code when I type a Site Title into the Site Info panel.  Strange!<br /><br /><?xml version="1.0"?><br /><simpleviewerGallery maxImageWidth="480" maxImageHeight="480" textColor="0xFFFFFF" frameColor="0xFFFFFF" frameWidth="20" stagePadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="left" title="" enableRightClickOpen="true" backgroundImagePath="" imagePath="images/" thumbPath="thumb/">

Similar Messages

  • Expose Web Module Java Class as Web Service

    Hi Expert,
    can you please tell me whether Web module java class method can be expose as Web service in sap netweaver 7.1?
    if possible give me some scenario.
    Please Help
    Regards,
    Vanita

    Please Help.
    I am stucked in middle.
    Regrads,
    Vanita

  • Web module column link to go in detail query is disabled

    Hi,
    I have a query only module. Once I query the module, it shows list of
    matching records. My problem is I am not getting a link in any queried
    columns to see the details of selected record.
    I don't know which option it will enable it.
    Pl. help!! Thanks in advance.

    Hi Ingmar,
    Implement 'ON_CLICK_EVENT' in the same view where u have ALV. Clicking on the link in the cell using link to action gives you the following information which u can use (pass to other view etc..) -
    COLUMN_ID
    INDEX
    ATTRIBUTE
    VALUE
    You can read these values and store them in a node.
    Create one node in the view by name 'EVENT_PROPERTIES' with attributes 'NAME' and 'VALUE' of type string both and use the below code in on_click_event. Here I am navigating to the next view after clicking the link, you can do whatever u want depending on ur requirement.
      DATA: lr_node TYPE REF TO if_wd_context_node,
            lt_event_properties TYPE if_models_list_view=>elements_event_properties,
            ls_event_properties TYPE if_models_list_view=>element_event_properties.
      FIELD-SYMBOLS: <l_value> TYPE ANY.
    fill internal table
      ls_event_properties-name = 'COLUMN_ID'.
      ls_event_properties-value = r_param->column.
      APPEND ls_event_properties TO lt_event_properties.
      ls_event_properties-name = 'INDEX'.
      ls_event_properties-value = r_param->index.
      APPEND ls_event_properties TO lt_event_properties.
      ls_event_properties-name = 'ATTRIBUTE'.
      ls_event_properties-value = r_param->attribute.
      APPEND ls_event_properties TO lt_event_properties.
      ASSIGN r_param->value->* TO <l_value>.
      ls_event_properties-name = 'VALUE'.
      ls_event_properties-value = <l_value>.
      APPEND ls_event_properties TO lt_event_properties.
    navigate to context node EVENT_PROPERTIES
      lr_node = wd_context->get_child_node( 'EVENT_PROPERTIES' ).
    bind internal table to context node
      lr_node->bind_table( lt_event_properties ).
      wd_this->fire_to_pi_main_view_plg( ).
    Regards,
    Gaurav

  • Share files between web modules

    As far as I understand, a web module corresponds to a single web page, possibly within a web application that contains multiple web modules (pages). So if my web application has two pages, they would each be a web module. For example,
    http://www.myapp.com (home page = root module /)
    http://www.myapp.com/contact (contact page = contact module /contact)
    I put both of these modules in an ear file to create a web application. However, the root module contains some .js javascript files and a css file that I want to use in all of the modules of my application. Also, I would like to share some tag libraries between the modules (pages) in my applcation, each of which has its own web.xml file which defines the uri and location of the tags.
    Is this possible, or do I need to put all of the pages in my site into one web module?

    A web module is a web application. The entire bookstore example is one web module.
    A Web module represents a Web application. A Web module is created by assembling servlets, JavaServer Pages (JSP) files, and static content such as Hypertext Markup Language (HTML) pages into a single deployable unit. Web modules are stored in Web archive (WAR) files, which are standard Java archive files.

  • Web Module Auto Slideshow

    Does any know if you can have a slide show you create in the web module, start automatically when the page is loaded?
    Thanks
    Scott

    Depends on the slideshow you're using, what sorts of options it supports and how you have it configured.

  • Error on deploying JSP web module

    Hi,
    I've created a JSP web module that consumes a web service. I'm following this tutorial
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0cf9e42-ccb0-2c10-d0a4-f5aa8a79e19a?quicklink=index&overridelayout=true|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0cf9e42-ccb0-2c10-d0a4-f5aa8a79e19a?quicklink=index&overridelayout=true]
    But when I deploy my ear project, I had this error
    Application error occurred during the request procession.
    Details:   com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:
    Error compiling [/sample.jsp] of alias [LocalDevelopmentdc_webmodulesap.com] of J2EE application [sap.com/dc_webmoduleear].
    Exception id: [001CC43ABAC00086000056FB00006CEA0004A5A7E1A64FD3]
    Here's the java code in the JSP:
    InitialContext ctx = new InitialContext();
    WS_Preview obj = (WS_Preview).ctx.lookup("java:comp/env/newproxy");
    WS_PreviewViDocument port = (WS_PreviewViDocument)obj.getLogicalPort("Config1Port_Document",WS_PreviewViDocument.class);
    GetElementXHTMLValueResponse result = new GetElementXHTMLValueResponse();
    result = port.GetElementXHTMLValue("A","A","A");
    out.print(result);
    Does anyone know how to solve this error? Thanks

    Because you do not have an infrastructure database, you will not be able to deploy your web service from OEM as one of its steps is to register the service in the UDDI registy - the Web service deployment and UDDI registration are tied tightly together in OEM right now.
    All is not lost, however. You have two routes to deploy the Web Service on Oracle9iAS:
    1. Use DCM, which is the command line interface to deploy applications/webservices/wars/ears on Oracle9iAS. It does not have the dependency on UDDI.
    To deploy a Web service using DCM, say your Web service ear file were named test.ear your deployment command would look something like:
    c:\oracle\ora903\dcm\bin\dcmctl deployApplication -file test.ear
    See the doc for much more detail to let you tailor DCM to do all the stuff that is available through EM or specific to your application:
    http://download-west.oracle.com/docs/cd/A97329_03/core.902/a92171/dcm.htm#643834
    2. In JDeveloper 9.0.3, there is a DCM Servlet that lets you do remote deployment to Oracle9iAS:
    http://otn.oracle.com/products/jdev/htdocs/readme_9031.html#viadcm
    I suspect your deployment problem from Oracle9i JDeveloper may be (this may be an incorrect assumption) due to trying to use a connection that is setup as if Oracle9iAS is a standalone OC4J.
    Mike.

  • Problem (un)Deploying Web Module on Root Context [/]

    Hello all,
    I have been attempting to deploy an EAR that has multiple web and ejb modules. All of the ejb modules deploy correctly and all but one of the web modules deploy correctly. The one that I am having problems with is the web module at the root context []. If the application server is already running when I try to deploy, I get the following error: (unimportant part removed)
    INFO|javax.enterprise.system.container.web|WEB0113: Virtual server [server] already has a web module loaded at [/]; therefore web module [BlueCommerce:web-client.war] cannot be loaded at this context path on this virtual server.However, I have no module loaded at the root. I have also tried this on a newly created domain. Is there some default web module that I must remove first.
    After the deploy fails, if I restart the application server I can access it, but all the security-constraints seem to be gone. Also, I cannot undeploy it without restarting the application server. When I attempt to do so, I get the following error:
    SEVERE|javax.enterprise.system.container.web|[WebContainer] Undeployment fail for context /Any assistance would be appreciated. Thank you,
    - Nathanael Law

    The behaviour you are seeing is expected.
    Notice that the container automatically defines and loads a default web
    module with context root "/" if no such module has been defined among
    the web modules and j2ee applications to be deployed on a virtual
    server, and if the virtual server does not specify a
    "default-web-module" attribute.
    This default web module's docbase it set to the virtual server's docroot.
    Therefore, in the case of the virtual server named "server", a default
    web module with docbase SUNWappserver/domains/domain1/docroot is loaded
    at the context root "/", which is why you see the index.html stored in
    the above docbase when you access http://<host>:<non_admin_port>.
    Once a web module has been deployed to a particular context root on a
    virtual server, it cannot be overridden.
    Jan

  • Virtual server already has a web module loaded at [/]

    I have a EAR file called foo.ear
    foo.ear contains bar.war
    In the application.xml file, I set the context root for bar.war
    <module id="abc">
    <web>
    <web-uri>bar.war</web-uri>
    <context-root>/</context-root>
    </web>
    </module>
    When I deploy this EAR into Sun Java System Application Server 8.0 Update 1 (Platform Edition),
    I get this error:
    [#|2004-06-18T11:11:47.219-0700|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WEB0113: Virtual server [server] already has a web module loaded at []; therefore web module [foo:bar.war] cannot be loaded at this context path on this virtual server. |#]
    How do I fix this? Why is the virtual server using the "/" path?
    I want to give "/" to bar.war
    Thanks in advance,
    -Sean

    You may want to read through this thread ( http://forum.java.sun.com/thread.jsp?forum=136&thread=529445 ) also.
    It has detailed instructions on how to do something similar to your request.
    vbk

  • Why there is spaces between Web App module listings on a web page?

    Why there is spaces between Web App module listings on a web page?
    Here is the web page:
    http://www.mazine.com/test/testpage.htm
    And here is the CSS code:
    http://www.mazine.com/test/css/tablestyle.css

    I only used Photoshop for the layout.  Then I created web-safe images for everything that I used for Dreamweaver.  I uploaded the images to the internet and then image sourced them into the code so that they will be viewed properly in the correct circumstances.  I haven't used HTML since about 2004 and I wasn't very good then.  I've just been thrown back into it and I'm pretty much learning as I go.  This is my second attempt because I wanted to make the newsletter more eye-catching.  My first one is very basic and without a background image at all and that looks fine in pretty much all email clients.  I tested it with Litmus.  All except for Windows Live Mail, where the images didn't act as links but as static images.  It works fine with the others I tested manually.  Those being Gmail, Yahoo and AOL.  I will try the display:block and get back to you.  Thanks for your suggestions.

  • How to create a link to web page (URL) to a billing document

    Hi,
    I have an urgent requirement of creating a link to web page (URL) to a billing document.
    I call the function module "GOS_EXECUTE_SERVICE" with :
    ip_service = 'URL_CREA'
    is_object-objkey = no billing document
    is_object-objtype = 'VBRK'
    is_object-logsys = 'BO'
    ip_rwmode = 'E'
    Then, I enter the title and the address.
    And, I have the message : "The attachment was successfully created".
    But when there's nothing in the attachment list of the billing document.
    (Tha table SOOD contains the record )
    If any one has some idea about his , how to achieve this functionality, can you please help me.
    Thanks
    Virginie
    geoge bush
    Posts: 6
    Questions: 0
    Points: 6
    Registered: 7/9/04
    Re: Attaching a file to a purchase Order from EP6 to R/3 4.6C
    Posted: Jul 13, 2004 2:46 AM      Reply      E-mail this post 
    Hi Somaraju,
    I am also looking for A CODE EXAMPLE TO ATTACH A DOCUMENT TO A AN sap OBJECT E.G. BUS222 AND ISUACCOUNT.
    IF YOU'VE AN Example code that you can email me . it would be great.
    thanks for the help.
    geoge.

    Hey,
    If you are using Portal (not Framework), the below tag will do the trick
    <wcdc:userProfile id="profileUserLink" immediate="false" text="#{security.userDisplayName}" shortDesc="#{security.userDisplayName}"  xmlns:wcdc="http://xmlns.oracle.com/webcenter/spaces/taglib"/>
    -K

  • Links in Adobe Lightroom Web Module

    Does anybody know how to add links to other pages in the Web Gallery creation module.

    Er.. I do..
    So do a few others, but it's not necessarily easy. Better off going to http://www.lightroomgalleries.com and using some of those galleries and editing them.

  • Web module: Galleries index page

    Hello,
    There is one thing that I would like to see in lightroom: The ability to create an index that link to all available gallery. Each gallery link could also have an index of the first photo of each gallery.
    This would same me the trouble of having to create and maintain a gallery index by myself.
    Mickaël Rémond

    See
    DonRicklin, "auto generate a web gallery index page in web module for output multiple galleries" #1, 17 Oct 2007 5:16 am
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.10 & Win XP, Pentax *ist D
    See LR Links list at my
    Blog for related sites.

  • Web module's web link isn't working in lightroom 3.

    Under the web module of lightroom 3, there is an area where web links can be entered.  When I enter a link (http://domain.com) and export the page to Dreamweaver, and then view it using a web browser, the link does not work.  Any ideas what is going on?  Anyone else have this issue?  Thanks.

    Under the web module of lightroom 3, there is an area where web links can be entered.  When I enter a link (http://domain.com) and export the page to Dreamweaver, and then view it using a web browser, the link does not work.  Any ideas what is going on?  Anyone else have this issue?  Thanks.

  • When I click on a link in an email I always get a message 'General failure URL :.... unable to find file' and seconds later the web address opens. Is there anyway to stop this?

    I get a message saying 'General Failure. The URL was: ".........". The system cannot find the file specified' whenever I click on a link in an email and then seconds later the web site opens. If I open firefox and then click a bookmark or search I don't have a problem

    See this lnk for a fix, it worked for me!
    http://www.pcworld.com/article/200103/fix_outlook_general_failure_error_for_email_links.html

  • How can you develop photo galleries with multiple pages using the web module?

    Going through the web module I can see there are many options for developing a web page with a single collection of photos.  How can you develop a web site with multiple pages containing different categories of photos using the Lightroom web module?

    This thread will give you several ideas.
    Re: How do you embed a gallery into an existing website?

Maybe you are looking for

  • Stuck with problems and no help

    hi, We are stuck with the following set of problems. Repeated entries to this forum have not fetced any response. If anybody can help us on any of these issues, please reply - 1. We are not able to define any custom validator. We made our own validat

  • Insert into database table

    Hi Guy's, Please help me, trying to insert the records into database table. when i debug the program work area contain  data records  but not insert into databse table.  Here pasted my code pls suggest me where i did mistake. FUNCTION ZEXM_PHOTOCOPYD

  • [CS4-5.5][JS] Problem convert spot colors to process

    Hi, I'm trying to convert all spot color swatches to process, but for some strange reason, some weird behavior occures. First I tried this piece of code... app.activeDocument.colors.everyItem().properties = {space:ColorSpace.CMYK, model:ColorModel.PR

  • IPod won't display songs in MyMusic folder; can't copy songs to iPOd

    I formatted my HD. I copied the library of the iPod back onto the computer into MyMusic. However my iPod won't display any of the songs that I recopied onto the computer. I was forced to reformat the iPod. My song library is in MyMusic the whole time

  • Trouble Printing Address Labels

    I using the Canon Pixma MG 2120 printer. I'm using Hallmark Card Studio 2012 with Avery 5160 trying to print a page of 30 address labels. The Canon printer is making me print one label at a time even when I set it to print 30 labels. My previous prin