Hi I am planning to include advanced section in my plugin I am using this 
documentation as 
reference https://wiki.jenkins.io/display/JENKINS/Jelly-form-controls.html  
and used following code in the resources folder and action class folder 
name 

<f:section title="Advaced Test Run Options" align="left" optional="true">
  <f:advanced title="Test run option" align="left">
    <st:include page="configure-advanced.jelly" />
  </f:advanced>
</f:section>

I am keeping my configure-advanced.jelly in the same folder as of my action 
class next to config.jelly however the page is not getting rendered on 
click. where should i keep my include page to get picked in this case 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/4820d0dc-ea06-4398-a64c-d2147ca07658n%40googlegroups.com.

Reply via email to