
Hi .
i have following query on jsf
%>
<c:set var="fw" value="<%=x %>" scope="request"></c:set>
 <h:commandButton id="bt1" value="submit" action="#{studentBean.getForwardValue}"
image="./images/bb.jpg" onclick="fnChangeImage();">
<f:param name="selectValue" value="myname"/>
</h:commandButton>
<%
}
%>
</h:form>
i want to get value of x for each parm value , if its seting by manulay i can get the value , but how can i include scriplet within value tag
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.