Tomahawk facet problem: DetailStamp

I use an inputTextarea inside a detailStamp in each row of a dataTable.
When I edit the value of an inputTextarea and I show the detailStamp of another row I get the same value of the edited one.
This happends for every rows.
Any help is welcome!
Follow the sample code of my dataTable:
<t:dataTable styleClass="dataTable" style="margin: 10px;"
value="#{TaskManagerBean.tasks}" var="task"
id="data"
rows="20"
rowClasses="odd, even"
preserveDataModel="false"
preserveSort="true"
varDetailToggler="detailToggler"
renderedIfEmpty="false">
<h:column>
<f:facet name="header">
<h:outputText value="DETAILS" />
</f:facet>
<h:commandLink rendered="#{detailToggler.currentDetailExpanded}" action="#{detailToggler.toggleDetail}">
<h:outputText value="Hide" />
</h:commandLink>
<h:commandLink rendered="#{!detailToggler.currentDetailExpanded}" action="#{detailToggler.toggleDetail}">
<h:outputText value="Show" />
</h:commandLink>
</h:column>
<f:facet name="detailStamp">
<t:panelGroup layout="block">
<t:panelGroup>
<t:outputText style="text-align:left;" value="info Wet"/>
<t:htmlTag value="br"></t:htmlTag>
<t:inputTextarea id="textarea" style="width:400px;height:200px;" value="#{task.infoWet}"/>
<t:htmlTag value="br"></t:htmlTag>
<t:commandButton value="Save" action="#{TaskManagerBean.saveInfoWet}">
<t:updateActionListener property="#{TaskManagerBean.selectedTask}" value="#{task}" />
</t:commandButton>
</t:panelGroup>
</t:panelGroup>
</f:facet>
</t:dataTable>

The f:facet name="header" accepts only one child component. If you want to add multiple childs to it, group it in a h:panelGroup.

Similar Messages

  • Remove/Hide Toggle Icon Column in using f:facet name="detailStamp"

    Hi All,
    I am using <f:facet name="detailStamp"> to expand the row with details ,Done that part with separate button programmatically.
    So I need to hide/remove additional toggle icon column in the table...
    JDev 11.1.1.4 and adf faces application...
    Please anybody help.......

    Hi,
    use skinning
    af|table::disclosed-icon      
    Overrides the default disclosed icon used with the detailStamp facet in table.
    af|table::undisclosed-icon      
    Overrides the default undisclosed icon used with the detailStamp facet in table.
    e.g.
    af|table:disclosed-icon(display:none);
    af|table::undisclosed-icon(display:none);
    Frank

  • Tomahawk inputCalendar problem

    Hi i am using the calender tag. The code is given below
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
    <t:inputCalendar
    id="calendar" value=""
    renderAsPopup="true"
    popupDateFormat="MM/dd/yyyy"
    renderPopupButtonAsImage="true"
    />
    The first problem i m having is that popupButtonImageUrl attribute is not availble even though i set renderPopupButtonAsImage="true" .
    Secondly i am also getting some javascript error that "object expected".
    Please help me out.
    Thankyou

    Exception is:
    SEVERE: Exception starting filter MyFacesExtensionsFilter
    java.lang.ClassNotFoundException: org.apache.myfaces.webapp.filter.ExtensionsFilter
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
         at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:209)
         at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:304)
         at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:77)
         at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3600)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4193)
         at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1089)
         at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1187)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:292)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1305)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1569)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1578)
         at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1558)
         at java.lang.Thread.run(Thread.java:595)

  • Tomahawk , panelTabbedPane problem...

    Hi,
    i am working with tabbedpane control of tomahawk, when i am including a plain jsp page like ....
    <t:panelTabbedPane serverSideTabSwitch="false">
         <t:panelTab id="tab1" label="TabbedPanel1">
             <f:verbatim><jsp:include page="profile.jsp"/> </f:verbatim>
    </t:panelTab>it is working fine. but when i try to include a jsf page , which has taglib directives to include core and html components of jsf, it is giving error on server console as well on browser also...
    stack trace ...
    2007-07-27 16:15:50,421 ERROR [org.apache.myfaces.taglib.core.ViewTag] Error writing endDocument
    java.io.IOException: Illegal to flush within a custom tag
         at javax.servlet.jsp.tagext.BodyContent.flush(BodyContent.java:79)
         at javax.faces.webapp._PageContextOutWriter.flush(_PageContextOutWriter.java:45)Help me to solve this issue....
    Thanks in advance...

    Hi...Thanks for reply...
    i tried flush attribute...but no use...
    i tried removing verbatim , it is not even showing the plain jsp page also.... i think may be there is a problem with @taglib....
    i had to include those files in the main file as well in profile file as i am using some members of those taglibraries in both the files....
    any other suggestion....

  • Tomahawk datascroller problem

    Hi ,
    I am facing a problem with tomahawk datascroller. i am enabling datascroller if i get more than 5 records. ok it is working fine . I got 8 records and displayed in two pages.i have gone to second page and removed three records.isteda of showing first page it remains in the second page(empty).please any body suggest.
    Thanks&Regards
    K.Ramu

    kodandaramu wrote:
    please its very urgentThat's your own problem. Moving pressure to us, who have completely nothing to do with your jobs and are not paid to do your job, is only dumb and rude. Have patience man. Just ask questions the smart way.

  • IBM RSA 6.0.1.1 - interim fix 022 / Apache Tomahawk saveState problem

    Is Tomahawk <t:saveState /> component working with IBM RSA and IBM JSF implementation. I can't get it worked. Did anyone?

    Not sure about RAD7.. I do know that the internal WAS test envionment is WAS 6.x or something .. and that the JSF jars are supposed to be part of the APP server (as opposed to deploying with your app)
    If I had to bet it probably not going to be 1.2 but thats just a guess. IBM has these JWL?? widgets I think they are throwing in RAD / RSA 7 so my guess is they won't be up to date no the lastest version of 1.2 since they probably coded these widgets a while ago not to mention they have to support a billion other integrated products .. portal..etc.etc.. so my guess is they have a hard time keeping up with the later versions (at lease from a "supported") standpoint.
    Their company line for WSAD 5.1 (about why they were stuck on 1.0 was
    something like "IBM does not have imminent plans to move to JSF 1.1 because the original implementation (shipped in WebSphere Studio 5.1.2) includes corrections to defects that are addressed in JSF 1.1. Adoption of JSF 1.1 is redundant to the code IBM has already delivered. Remember that IBM was a major code contributor to the JSF project and the corrections shipped by IBM in WebSphere Studio 5.1.2 were factored into JSF 1.1. Over the longer term as the JSF standard continues to evolve, IBM will adopt newer versions"

  • Tomahawk render problem

    Hello,
    I am using Tomahawak panelTabs in my project. The Tabs will visible according to the input present in the database..
    Now the Problem is when the First tab is invisible..... Other tabs are not in the enlarge state.... how to make them in a enlarge state even when the first tabs render = false..

    kodandaramu wrote:
    please its very urgentThat's your own problem. Moving pressure to us, who have completely nothing to do with your jobs and are not paid to do your job, is only dumb and rude. Have patience man. Just ask questions the smart way.

  • Tomahawk tree problem

    I am using the tomahawk tree. and I am using tiles. When I click the node,
    the page gets displayed, but When I see the url, I always see the last page url.
    How do I fix this ?
    thanks

    But I don't want the tree to be collapsed. its a usability issue. The reason why I care of about the url is, In one of the page I put the refresh to every 30 sec.
    So what is happening is when the user clicks the node, it will show that page, and since it has the refresh in that page, and the url shown is the last visited page, it jumps to that previous page. Which is what I am trying to solve..
    thanks

  • How can I display "detailStamp" facet selectively for rows in a table ?

    Hi,
    My JDEV version is Studio Edition Version 11.1.1.5.0
    I am trying to display "detailStamp" facet selectively .
    If I read api in link below
    http://docs.oracle.com/cd/E26098_01/apirefs.1112/e17488/oracle/adf/view/rich/component/rich/data/RichTable.html
    Use the "detailStamp" facet on the Table to include a collapsable content area for each table row. Please note that the height of the open detail area will be a set height based on the height of the detailStamp component. Adding a component that changes in height (like showDetail or panelBox) will by default produce strange results when the detailStamp component's height changes.
    Detail Stamp can be selectively displayed for rows in the table by EL binding the "rendered" attribute of the "detailStamp" facet to "true" or "false". The EL binding can contain references to the table "var" attribute since during rendering it will be executed in the context of the row. Disclosure icon is displayed only for rows which have rendered="true".
    I can see that i can achieve it by setting rendered property for that facet. BUT this property is not available in Studio Edition Version 11.1.1.5.0

    Hi Frank.
    Thanks for your quick reply .
    But I am using Studio Edition Version 11.1.1.5.0 . In this version the property RENDERED of f:facet name="detailStamp" is NOT allowed.
    Edited by: user13764942 on Feb 7, 2013 5:48 AM
    Put in another way , I want to render the "detailStamp" facet selectively for rows , so for that I need the RENDERED property of "detailStamp" facet. This property is ONLY available in Jdev version 11.2 . I am using Jdev 11.1.1.5.0 so I need some alternative to RENDERED property as this property is NOT available in Jdev 11.1.1.5.0.
    Please suggest some way to achieve this behaviour of displaying "detailStamp" facet selectively ....
    Thanks!
    Edited by: Mangpal Singh on Feb 7, 2013 11:57 PM

  • DetailStamp facet iteration stops on the first row.

    Using Jdeveloper 10.1.3.2 using <f: facet name="detailStamp" I am having difficulty getting the iteration working correctly.
    I have placed a related child table to the parent table in the detailStamp. When I run the page I get a Master-Detail table that shows the related child rows of the first row in all the rows of the master table. I have tried the "ADF Developers Users Guide" methodolgy in Chapter 7 section 7.5.2 to use the table's varible to access the correct row accocated to the Master table.
    Steve-

    I read this once and I am not sure why it didn't click the first time I read it. But I believe the answer to my question is in the "Branch Rule Accessor of the Edit Rule page of the Tree Binding Editor. Which reads as follows:
    Branch Rule Accessor: If you are defining the rule for the main table, select the accessor method that returns the detail collection that you want to appear in the inline detail table. The list displays only the accessor methods that return the detail collections for the master collection you selected for the rule. If you are defining the rule for the inline table, select <none>, because you cannot embed a table inside the inline table.
    For more information see the
    "Application Development Framework Developer's Guide"
    Thanks Shay I am going to use the treeTable!
    Message was edited by:
    Steve Hogan

  • How to get detailStamp working in an af:table when using request scope ?

    <af:table var="row" id="t1" value="#{listUsers.users}" summary="Userlist" binding="#{listUsers.ATable}" [...]
    <af:column sortable="false" headerText="Username" id="c13" filterable="true">
    <af:outputText value="#{row.username}" id="ot13"/>
    </af:column>
    <f:facet name="detailStamp">
    <af:panelFormLayout rows="4" labelWidth="33%" fieldWidth="67%" inlineStyle="width:795px" id="pfl1" labelAlignment="start" >
    <af:group id="g1">
    <af:panelLabelAndMessage id="plamNumber" label="Number" for="number">
    <af:outputText value="#{row.address.number}" id="number"/>
    </af:panelLabelAndMessage>
    I feel there is nothing special with this.
    But I've tested with 2 rows in my table and when I disclose rows, I get random results :
    sometimes I get the details related to the row disclosed, but sometimes I get the details of the other row.
    I've read several posts on the subject but none really helpful.
    Another problem ; I've noticed that when I disclose or close a row, getUsers() is called, this method fetch the data from the DB, any way to prevent it ?
    For the second problem, the solution I see would be to : change scope of listUsers to session instead of request, fetch from the DB only when "refresh", not when "detailStamp",
    but I've no clue on how to actually do the "only when part"
    Thanks in advance,
    JP

    Ok when I change the scope of ListUsers to session it's "ok" since I only load the list from the DB once (just like the demo that does not have this problem since the demo does not use the DB)
    When I change the scope for request and that the page is refreshed then the object ListUsers is "recreated" and the data reloaded : that's the expected behavior
    So I prefer to have the scope sets to request
    The problem is that when a user disclose/close a detailstamp and that the scope is set to request,
    then the data is reloaded from the DB
    because apparently this event acts like a "refresh"
    because this event (disclose/close) cause the destruction of what is in the request scope ...
    That's my understanding, probably few mistakes, I'm beginning with ADF/JSF
    It seems that when I load the data from the DB, it's not always in the same order, causing the problem itself probably, which is not ADF related BUT ;
    what I would like to know is how to (elegantly) prevent the event of "disclose/close" to act like a "refresh" ?
    Because even if I fix the "not ADF related problem" (if there is one), loading the list from the DB each time, appears really useless and the DBA won't like me !
    A solution could be to leave the session scope, but then my question would be ;
    *how to know I've to reload from the DB ?"
    I could just "reload it on page load", seems ok to me but
    I'm not sure it's the best, I would like to have your opinion, I've found this article for the "on page load" part ;
    http://groundside.com/blog/DuncanMills.php?title=adf_executing_code_on_page_load&more=1&c=1&tb=1&pb=1
    Thanks,
    JP

  • ADF Faces: Newbee problem with table

    Hello,
    I try to generate a table like in the demo app:
    <af:form>
    <af:table allDetailsEnabled="true" var="row"
    bandingInterval = "2"
    banding = "row"
    value="#{projectView.currentProjects}" rows="5">
    <af:column sortable="true" sortProperty="proj_name">
    <f:facet name="header">
    <af:outputText value="#{bundle.proj_name}"/>
    </f:facet>
    <af:outputText value="#{row.proj_name}"/>
    </af:column>
    <af:column sortable="true" sortProperty="proj_descr">
    <f:facet name="header">
    <af:outputText value="#{bundle.proj_descr}"/>
    </f:facet>
    <af:outputText value="#{row.proj_descr}"/>
    </af:column>
    <f:facet name="detailStamp">
    <af:panelGroup type="vertical">
    <af:outputText value="Name: #{row.proj_name}"/>
    <af:outputText value="Descr: #{row.proj_descr}"/>
    <af:outputText value="Volume: #{row.proj_volume}"/>
    <af:outputText value="Area: #{row.proj_area}"/>
    </af:panelGroup>
    </f:facet>
    </af:table>
    </af:form>
    The currentProjects method returns a database query as a list of beans. The content of the beans is displayed. My problem is, when I click on e.g. 'Next' or 'All Details' nothing happens and I get javascript errors like this:
    Error: _submitPartialChange is not defined
    Source File: http://localhost:8080/timerec/faces/ADFbrowseProjects.jsp
    Line: 25
    I´m using EA 13. What am I doing wrong?
    Thanks, Axel

    The problem you're encountering is that the table view is being re-initialized whenever the underlying table model changes. Thus, the navigation appears to do nothing. The demo code doesn't "appear" to do anything special because the af:table value property is bound to a managed bean, periodicTable, that has session scope. Thus the table is built only once and the value binding is simply returning the same java object every time.
    For you to accomplish the same thing, your code will need to return the SAME OBJECT (since I can't see the source code I don't really know if it's using object identity or equals()) each time unless your underlying data has actually changed.
    I'm struggling with the same thing. I'm working with a small table and it's just easier to manage concurrency issues by pulling the data out of the database every time instead of building the logic to detect a change, but I'm having to build that due to this behavior.

  • How can I refresh the table in detailStamp in another table

    I have:
    <af:table value="#{bindings.View1.collectionModel}" id="table1"
    *rowDisclosureListener="#{myFun.rowDisclosureListener}">*
    <f:facet name="*detailStamp*">
    <af:panelFormLayout id="pfl2">
    <f:facet name="footer"/>
    <af:table value="#{bindings.View2.collectionModel}" *id="table2"*
    </af:table>
    </af:panelFormLayout>
    </f:facet>
    </af:table>
    Into *rowDisclosureListener* I wrote:
    *//With param read in row table1, I apply criteria in table2*
    ViewObject vo = ADFUtils.findIterator(getIteratorName()).getViewObject();
    if (vo != null) {
    ViewObject vo1 = ADFUtils.findIterator("myIterator").getViewObject();
    applyViewCriteriaOnViewObject(vo1, "myCriteria");
    vo1.setNamedWhereClauseParam("parm", vo.getCurrentRow().getAttribute("field1"));
    vo1.executeQuery();
    AdfFacesContext adfFacesContext = null;
    adfFacesContext = AdfFacesContext.getCurrentInstance();
    adfFacesContext.addPartialTarget(table.getParent());
    *In table2 I set partialTriggers="::::pc1 :::table1">*
    Everythings works perfectly (the criteria is applied correctly), but when I disclose row, table2 is empty. It is not refresh. Why?
    Thanks

    And now?
    How can I replace table2? What is the component that I can use istead of the table2? From ViewObject vo1 I received many rows.
    And I can not replace table1 with treetable (I do not know what to change).
    Thanks

  • Strange Facet of Imported Graphic: ò\e2

    Hello Framers,
    I am using Frame 7.1 and have just taken over a project from a colleague who is sometimes, er, careless with best practices.
    So I MIF-washed all files (replacing all OLE2 graphics) and tried to save as RTF. Frame crashed. I looked at the Object properties of some imported graphics and found this:
    A minute later I looked again at the same properties again and the Facet was "DIB" -- in other words normal.
    This is the same graphic, same command (!go). In between I had looked at some other graphics and seen another with the strange facet. Because it is intermittent it was hard to get such a pair of grabs.
    I looked in the MIF and could find nothing unusual (but I am by no means a MIF-guru).
    Has anyone else seen such strange facets? Or have any ideas? As a workaround I shall try re-importing all graphics and hoping that the problem does not come back.
    --- Derek

    Thanks Sheila and Art,
    Since this is an intermittent problem it's hard to investigate. I entirely agree about BMPs and embedding, but I inherited this project and that's how it is.
    I do the Save As RTF because my SME is enamoured of Word; I convert the RTF into DOC and he can then edit in his favourite tool. With Track Changes I can then see what needs to be done in the Framemaker source.
    I have Windows XP SP3 running with 2GB RAM so I don't think I am hitting a resource limit.
    Before posting I had extracted all embedded graphics and included them as PNGs by Reference. But Save As RTF still crashed on one chapter; it was while investigating the graphics in that chapter that I stumbled on the strange facet problem.
    I'm 99% certain that the Save As RTF crash is related to the  graphics; if I delete all graphics the save goes OK. I cannot say for sure that it's related to the facets but an intermittent crash related to an intermittent strange facet sounds mighty suspicious.
    Yesterday after posting I re-embedded all graphics (delete and re-import with ! f i f ) but it still crashed. So I converted the larger graphics to PNG and re-imported them. I tried a quick Save As RTF and it worked. Hurrah! So I repeated the Save, this time to another directory, and it crashed. This morning it crashed again (but not before I had made a copy of the successful save ! ). There are still small graphics (screen caps of buttons in running text) but it will take me ages to convert all of them (it took an hour to do the larger graphics).
    Thus I have files to keep my SME happy for now, but there may be some nasty surprises waiting for me somewhere down the line. That's why I'd like to nail this to the wall. I'll try Art's suggestion of yet another MIF-wash (which will be the third) and report back if there's anything new.
    --- Derek

  • Af:table with detailStamp

    1) I have a table with detailStamp.
    Default I am on the first row.
    If I click on the expand-button (for the detail) of the third row, I get the detail of the first row.
    This is not what I expect.
    2) If I select the third row and click on the expand-button of the third row, I get the detail of the third row.
    If I select the first row and click on the expand-button of the firt row, I get the detail of the first row.
    How can I get this to behave like 2) without having to select the row first ?
    Edited by: evy on May 28, 2009 2:24 PM

    I was positive that I had dragged my vo as a 'master table, inline detail table' when I had created this long long time back, But I cant find that option now.. Maybe I was wrong. But I still do have a working version of my 'master -inline detail table' code. This is 11g code, btw. Never tried this in 10.1, but its worth a shot..
    <af:table rows="#{bindings.DashReleaseGroup.rangeSize}"
          fetchSize="#{bindings.DashReleaseGroup.rangeSize}"
          emptyText="#{bindings.DashReleaseGroup.viewable ? 'No rows yet.' : 'Access Denied.'}"
          var="row" value="#{bindings.DashReleaseGroup.treeModel}">
      <af:column headerText="Release Group" sortProperty="Name"
          sortable="false" width="1100">
    <af:outputText value="#{row.Name}">
      <af:convertNumber groupingUsed="false"
                  pattern="#{bindings.DashReleaseGroup.hints.MasterSid.format}"/>
    </af:outputText>
      </af:column>
      <f:facet name="detailStamp">
    <af:panelFormLayout>
      <af:table rows="#{bindings.DashReleaseGroup.rangeSize}"
             emptyText="No rows yet." var="detailRow"
             value="#{row.ProjectsUnderRG}" width="1050">
        <af:column headerText="Product" sortProperty="Product"
                sortable="true" width="100">
          <af:outputText value="#{detailRow.Product}"/>
        </af:column>
        <af:column headerText="Version" sortProperty="Version"
                sortable="true" width="80">
          <af:outputText value="#{detailRow.Version}"/>
        </af:column>
        <f:facet name="detailStamp"/>
      </af:table>
    </af:panelFormLayout>
      </f:facet>
    </af:table>The most important part to note here is the 'ProjectsUnderRG' accessor I am using aganist #{row} variable, which ensures that my inline table shows the details of the current row..
    My pagedef looks like
    <tree IterBinding="DashReleaseGroupIterator" id="DashReleaseGroup">
          <nodeDefinition DefName="com.oracle.retail.tools.model.dash.DashReleaseGroupVO">
            <AttrNames>
              <Item Value="Name"/>
            </AttrNames>
            <Accessors>
              <Item Value="ProjectsUnderRG"/>
            </Accessors>
          </nodeDefinition>
          <nodeDefinition DefName="com.oracle.retail.tools.model.dash.ProjectsUnderRGVO">
            <AttrNames>
              <Item Value="Product"/>
              <Item Value="Version"/>
            </AttrNames>
          </nodeDefinition>
        </tree>Note the Accessors tag.. You can get the name of your accessor from the 'Edit Tree Binding' window as well. Aganist the parent VO, this will be visible in <> tags..
    Hope it helps,
    Julian
    Edited by: Julian Stephen on Jun 8, 2009 8:22 PM

Maybe you are looking for

  • I updated the photos that share with Apple TV but old photos display during music

    I updated the photo file that shares with Apple TV, and they display correctly when I play the slide show, but when they play slideshow with music playing it's the old photo file. How do I get the new photos to display during music? Thanks

  • USEREXIT_MOVE_FIELD_TO_VBEP Scenario

    USEREXIT_MOVE_FIELD_TO_VBEP FOR MV45AFZZ 1. IF THE DISTRIBUTION IS 02, THEN NO SALES SHOULD BE RECORDED    IN THE MRP. 2. CHANGE THE SCHEDULE LINE FROM ZP TO Z1 (IF NOT RELEVANT TO MRP) 3. IF THE DISTRIBTION IS 02, THEN MOVE THIS TO THIS. What code i

  • Syncing 2 referenced libraries ?

    Hi guys, I would appreciate some advice on how to keep 2 independent referenced libraries in sync with each other. My setup is as follows - 1 iMac in my office with my entire photo library referenced from the iMac HD. 1 portable hard disk with its ow

  • Make diffrence between values set by user and others by binding

    Hello, I'm working with comboboxes. Selected Value is sometime set by user and somtimes set by bindings. I have to launch actions only when the selected value is set by user. Is there any possible way to do it? Thank a lot.

  • Lightroom 5 mac instal

    What is going on with this lightroom 5, I just installed and it my icon still shows that I am in Lightroom 2? Why do I have to be in this forum and not dealing directly with lightroom staff?