You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Susmita Pati <SP...@alsysinc.com> on 2002/08/30 20:32:50 UTC

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,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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re[2]: [Buttons] How do i code this in struts

Posted by Rick Reumann <ma...@reumann.net>.

On Friday, August 30, 2002, 2:32:50 PM, Susmita wrote:

SP>  How do i change <%= proc.getBigBrotherReport()%> to be struts complaint as
SP> its giving me an error out there....

    What are you doing "struts-wise" that is giving you the error? Can
    you paste the struts code you are trying to use vs the non struts
    code that you just posted.

-- 

Rick
mailto:maillist@reumann.net


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>