hi again, ^^
now i have problem with passing url values. this is some of my code:
String detail = "../main/metric.jsp?titleName=Space Vehicle Cost ($1M)&view=cost";
<jsp:include page="../wpMain/titleBar.jsp" flush="true">
<jsparam name="detail" value="<%= detail %>"/>
</jsp:include>
when i do above code, i can not get the 'view' part. it just ignored the after '&' sign. anybody has this problem?
please help me...
Thx again, JJ //
now i have problem with passing url values. this is some of my code:
String detail = "../main/metric.jsp?titleName=Space Vehicle Cost ($1M)&view=cost";
<jsp:include page="../wpMain/titleBar.jsp" flush="true">
<jsparam name="detail" value="<%= detail %>"/>
</jsp:include>
when i do above code, i can not get the 'view' part. it just ignored the after '&' sign. anybody has this problem?
please help me...
Thx again, JJ //