Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <mod-dto output="outputDto">
- <key name="partnerName" type="String" from="${outputDtoFindPartner.partnerName}" />
- <key name="address1" type="String" from="${outputDtoFindPartner.address1}" />
- <key name="address2" type="String" from="${outputDtoFindPartner.address2}" />
- <key name="city" type="String" from="${outputDtoFindPartner.city}" />
- <key name="stateOrProvince" type="String" from="${outputDtoFindPartner.stateOrProvince}" />
- <key name="zipCode" type="String" from="${outputDtoFindPartner.zipCode}" />
- <key name="country" type="String" from="${outputDtoFindPartner.country}" />
- <key name="phone1" type="String" from="${outputDtoFindPartner.phone1}" />
- <key name="email" type="String" from="${outputDtoFindPartner.email}" />
- </mod-dto>
Advertisement
Add Comment
Please, Sign In to add comment