Configure custom control by registering action page in java

Hi,

I am learning how to fix the behavior of the non-autogenerated control that invokes the specified rule. As the below URL described:

configure-custom-control-by-registering-action-page-in-java

Does there any one know that where the following java code should be go? A text file or somewhere else?

@Shipeng_Tian - If the control is used in specific section add your java code in a non auto generated section and add this section which has this control embedded.

Make sure to wrap the java code in <% java code %> tags .

If it is multiple places can make use of UserWorkForm html fragment rule.

Thank you.

Hi, @Priyanka Boga

Thanks for your reply.