Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Path for save button in RAM server

We have the cutsomize UI template file, now RAM upgrade from 7.2 to 7.5.1.1, one button need to change:
After user click on Submit an asset button, in 7.5 near the "Lifecycle :None Match"  text field there are two new buttons :  save and Cancel.
We are not able to find these two button path on RAM server, could you let me know that then we may change its css.
Thanks.

0 votes


Accepted answer

Permanent link
The submit button is defined in the submit/simple.jsp  

<hx:commandExButton type="submit"
                            value="#{submitAssetHandler.saveButtonLabel}"
                            id="topSaveButton" rendered="#{not submitAssetHandler.updateMode}"
                            styleClass="commandExButton" iconDepressed="/theme/images/transparent.gif"
                            action="#{submitAssetHandler.doFinishAction}">
                            <hx:behavior id="topSaveShowBusyBehavior" event="onclick" onActionFunction="if (isValidSubmitId()) {showSubmitWaitDialog();saveRelatedAssets();} else {return false;}" />
                        </hx:commandExButton>






pan tianming selected this answer as the correct answer

0 votes

Comments

Thank you Gili for your answer

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 05 '13, 3:55 a.m.

Question was seen: 2,609 times

Last updated: Mar 06 '13, 3:28 a.m.

Confirmation Cancel Confirm