<?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: Wizard step validator in Windchill</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238067#M28469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vasily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to get this resolved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Nov 2014 00:52:17 GMT</pubDate>
    <dc:creator>LoriSood</dc:creator>
    <dc:date>2014-11-22T00:52:17Z</dc:date>
    <item>
      <title>Wizard step validator</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238062#M28464</link>
      <description>Hi.I defined afterVK validator for my wizard step (extends DefaultUIComponentValidator).I have 2 questions i cann't find answers for in customization guide.1) Validator works in both ways (Back and Next). I need it to work only when moving forward. How to disable it for "Back"</description>
      <pubDate>Wed, 02 May 2018 13:46:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238062#M28464</guid>
      <dc:creator>VasiliyRepecki</dc:creator>
      <dc:date>2018-05-02T13:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard step validator</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238063#M28465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2) You can show something in success case like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FeedbackMessage localFeedbackMessage = &lt;/P&gt;&lt;P&gt;  new FeedbackMessage(FeedbackType.FAILURE, ChangeManagementClientHelper.getLocale()," paramString1", null, new String[] { "paramString2" });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And don't show anything in failure case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 11:07:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238063#M28465</guid>
      <dc:creator>AntonBagryanov</dc:creator>
      <dc:date>2014-04-23T11:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard step validator</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238064#M28466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell me how to add validation on each field ? Suppose after an user selected a document &lt;/P&gt;&lt;P&gt;type five attribute fields appeared in object creation page so I need to add validation on each attribute field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 10:38:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238064#M28466</guid>
      <dc:creator>VINO</dc:creator>
      <dc:date>2014-06-20T10:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard step validator</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238065#M28467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first question is still actual. Is it possible to define what button was pressed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 13:39:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238065#M28467</guid>
      <dc:creator>VasiliyRepecki</dc:creator>
      <dc:date>2014-11-14T13:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard step validator</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238066#M28468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, but try this:&lt;/P&gt;&lt;P&gt;Every wizard step is the jsp page. On every page you can get and set attributes and parameters of the request object. You can create some parameter and keep there previous step value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 15:50:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238066#M28468</guid>
      <dc:creator>AntonBagryanov</dc:creator>
      <dc:date>2014-11-14T15:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard step validator</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238067#M28469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vasily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to get this resolved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2014 00:52:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238067#M28469</guid>
      <dc:creator>LoriSood</dc:creator>
      <dc:date>2014-11-22T00:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard step validator</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238068#M28470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 06:14:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/238068#M28470</guid>
      <dc:creator>VasiliyRepecki</dc:creator>
      <dc:date>2014-11-24T06:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Wizard step validator</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/657568#M61699</link>
      <description>&lt;P&gt;Were you able to get the resolution?&lt;/P&gt;
&lt;P&gt;Like, can we identify when Back button is clicked and when Next/Finish is clicked?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2020 14:42:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Wizard-step-validator/m-p/657568#M61699</guid>
      <dc:creator>Pranshu</dc:creator>
      <dc:date>2020-03-31T14:42:16Z</dc:date>
    </item>
  </channel>
</rss>

