<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add a notification pane after an action in Windchill Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969963#M8703</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/211339"&gt;@tspain&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends on your action..&lt;/P&gt;
&lt;P&gt;Usually the action is placed in the table action menu for the table and the action use nmCommandBean as a input and returns&amp;nbsp;FormResult&lt;/P&gt;
&lt;P&gt;How do you perform your action?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: open a new thread with this question&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_0-1725603536321.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/110094i34B5B01FA9D8F0CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HelesicPetr_0-1725603536321.png" alt="HelesicPetr_0-1725603536321.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2024 06:19:20 GMT</pubDate>
    <dc:creator>HelesicPetr</dc:creator>
    <dc:date>2024-09-06T06:19:20Z</dc:date>
    <item>
      <title>Add a notification pane after an action</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969646#M8700</link>
      <description>&lt;P&gt;&lt;SPAN&gt;As per the original &lt;A href="https://community.ptc.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/875284#M1690" target="_blank" rel="noopener"&gt;post&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hello &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/241117"&gt;@HelesicPetr&lt;/a&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a table that I am calling directly from a jsp file:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div id="mvcTable"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;mvc:tableContainer compId="com.ml.util.testUserTable" height="800"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The table automatically brings back a list of users. &amp;nbsp;The users are selected by checkbox and then I have a custom action that allows action on the selected users from the Actions menu. &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to implement an inline message that gives information once the custom action completes. &amp;nbsp;I would normally do this from the jsp file but the custom action is not accessed from there.&amp;nbsp; Any thoughts on how to accomplish this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 19:49:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969646#M8700</guid>
      <dc:creator>tspain</dc:creator>
      <dc:date>2024-09-17T19:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add a notification pane after an action</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969753#M8701</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/211339"&gt;@tspain&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your function called on the table should return a FormResult, where you define the feedbackMessage&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;FormResult result = new FormResult();
result.addFeedbackMessage();&lt;/LI-CODE&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 08:55:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969753#M8701</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-09-05T08:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add a notification pane after an action</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969814#M8702</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/241117"&gt;@HelesicPetr&lt;/a&gt;, thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building my table from the examples given in:&lt;BR /&gt;&lt;A href="https://dev.ml/Windchill/app/#netmarkets/jsp/componentCatalog/tableComponent.jsp" target="_blank"&gt;https://dev.ml/Windchill/app/#netmarkets/jsp/componentCatalog/tableComponent.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The only returns I currently have are:&lt;BR /&gt;ComponentConfig buildComponentConfig&lt;BR /&gt;Object buildComponentData&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how to return a FormResult. Do I need a seperate method and then do I call it from my jsp file?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 13:57:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969814#M8702</guid>
      <dc:creator>tspain</dc:creator>
      <dc:date>2024-09-05T13:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add a notification pane after an action</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969963#M8703</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/211339"&gt;@tspain&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends on your action..&lt;/P&gt;
&lt;P&gt;Usually the action is placed in the table action menu for the table and the action use nmCommandBean as a input and returns&amp;nbsp;FormResult&lt;/P&gt;
&lt;P&gt;How do you perform your action?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: open a new thread with this question&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HelesicPetr_0-1725603536321.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/110094i34B5B01FA9D8F0CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HelesicPetr_0-1725603536321.png" alt="HelesicPetr_0-1725603536321.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;PetrH&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 06:19:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/969963#M8703</guid>
      <dc:creator>HelesicPetr</dc:creator>
      <dc:date>2024-09-06T06:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add a notification pane after an action</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/970452#M8704</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.ptc.com/t5/user/viewprofilepage/user-id/241117" target="_blank"&gt;@HelesicPetr&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After reviewing all of your input, I was able to get things working.&amp;nbsp; &amp;nbsp; I returned a FormResult from my action class as you suggested.&amp;nbsp; Thank you very much for your input.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 17:11:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill-Customization/Add-a-notification-pane-after-an-action/m-p/970452#M8704</guid>
      <dc:creator>tspain</dc:creator>
      <dc:date>2024-09-09T17:11:35Z</dc:date>
    </item>
  </channel>
</rss>

