Problem:Tiles

2004-08-19 Thread Mu Mike
I have a definition like the below I write in my jsp file when preview this jps ,why I see a blank page? Thanks&Regards Mike _ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com ---

questions about tiles

2004-08-19 Thread Mu Mike
what happens when I write the below in mypage.jsp? Is "currentMoudle" a bean? if it is ,what scope it exists in? what happens to an item in a putList? is an item also a bean? if it is,what is its scope? Thanks _ 与

why I cant unsubscribe

2004-06-16 Thread Mu Mike
I sent a mail to [EMAIL PROTECTED], kept getting mail sending failure message. How can i unsubscribe? Thanks&Regards _ 免费下载 MSN Explorer: http://explorer.msn.com/lccn/

still about

2004-04-16 Thread Mu Mike
I mentioned this problem here days ago, and I asked the difference between redirect and forward here yesterday, but I m still at a loss to know why I got the exception see: my.jsp is my jsp file , it exists in another jsp file which refers myjsp.jsp by an ,that is my.jsp ...

what is the difference between forward and redirect?

2004-04-15 Thread Mu Mike
when forward, what do we foward? when redirect, what we do different? Thanks&Regards Mike _ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn - To unsubs

RE: what should I gave to the type attribute of a html:form

2004-04-11 Thread Mu Mike
uts/userGuide/struts-html.html#form Regards, Sanoj Antony -Original Message- From: Mu Mike [mailto:[EMAIL PROTECTED] Sent: Sunday, April 11, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: what should I gave to the type attribute of a html:form I have a html:form like this you know ,I need to u

what should I gave to the type attribute of a html:form

2004-04-11 Thread Mu Mike
I have a html:form like this you know ,I need to use name to refer to this form in javascript .. Thanks&Regards Mike _ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn --

can not retrieve action mapping?

2004-04-09 Thread Mu Mike
I have this.jsp under the dir /this, it has a form defined like the below ... while in struts-that-config.xml, I have that.do defined yet it tells can not retrieve the action mapping, why? _ 与联机的朋友进行交流,请使用 MSN Messenger: http://mes

RE: about and "response already committed" exception

2004-04-09 Thread Mu Mike
Buddies, Can anyone help with my below problem? From: "Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: about and "response already committed" exception Date: Fri, 09 Apr 2004 01:45:22

about and "response already committed" exception

2004-04-08 Thread Mu Mike
Hi,all I m using a in my jsp file(myjsp.jsp), the file contains also a form, when I submit the form, the action will actually foward back to this jsp---the included content in the will have been changed thus display new content, the fact is , it throws response already committed exception c

RE: why I got "response already committed" exception

2004-04-04 Thread Mu Mike
ption Date: Sun, 4 Apr 2004 22:56:39 -0700 Try This will prevent the buffer from flushing before the target page specified by page attribute executes. But this can be done only in containers implementing jsp1.2 spec. -Original Message- From: Mu Mike [mailto:[EMAIL PROTECTED]

why I got "response already committed" exception

2004-04-04 Thread Mu Mike
I have a body.jsp jsp page which has a statement like this there exists also a form in the jsp page ... dosub() { myform.target=window.opener.name; myform.submit(); } now I opened body.jsp in a "" which exists in another jsp page, but when I submitted the form, there threw the exceptio

Re: how to initiate an actionform?

2004-03-29 Thread Mu Mike
no one cares about my uncertainty? From: "Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: how to initiate an actionform? Date: Tue, 30 Mar 2004 01:24:55 + thanks what I m wonderin

Re: how to initiate an actionform?

2004-03-29 Thread Mu Mike
.setMultiboxValues( checkedVals ); return mapping.findForward( "success" ); } } FYI: The above would be used if your form was in session scope. If not, then push the appropriate data into the request. Let me know if you have any questions. Bill Mu Mike wrote: > I m using a htmol:

how to initiate an actionform?

2004-03-28 Thread Mu Mike
I m using a htmol:multibox tag, I want the check boxes checked or unchecked every time differently accoriding to the data I have in my jsp file, I m using an action form ,it has a string[] property, But I dont know how to initate the property with the data I have in jsp file. any good suggesti