Hi All I have the following in my jsp <input type="button" name="Submit4" value="Monitor" class="MenuButton" onClick="MyWindow=window.open('<%= proc.getBigBrotherReport()%>','MyWindow','toolbar=yes,location=yes,directori es=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=750,height= 580');MyWindow.focus(); return false;" />
How do i change <%= proc.getBigBrotherReport()%> to be struts complaint as its giving me an error out there.... TIA Susmita -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>