You can try like this
  <c:set var="baseURL" value="#{yourbean.value}/addintonaltext"/>
 
   <a href="${baseURL}"/>
In this way you can access values from bean to html tag-
Latest tip and information on Java and Oracle Fusion Middleware/Weblogic
You can try like this
  <c:set var="baseURL" value="#{yourbean.value}/addintonaltext"/>
 
   <a href="${baseURL}"/>
In this way you can access values from bean to html tag-