How we can use the static text in the between of two parameter
You have to concatenate the parameter with the static text like below,
$P{Parameter1}+" This is the static text between parameter1 and parameter2. "+$P{Parameter2}+". This is another static text after parameter2."
Use the above kind of structure in the expression of jasper report text field
component.