What do you mean Struts-compliant?  Struts is not involved here since you are using a 
standard html tag.  Make sure that the getBigBrotherReport() method returns a string 
representation of a URL.

Sri

> -----Original Message-----
> From: Susmita Pati [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, August 30, 2002 2:33 PM
> To: 'Struts Users Mailing List'
> Subject: RE: [Buttons] How do i code this in struts
> 
> 
> 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,wid
> th=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:struts-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to