Hi,
Is it possible to connect two scroll, when user scrolls one the other one
also scrolls.
i am using struts 1.x
Regards
can we see the struts action mappings and result mappings from struts.xml e.g.?
i assume you're using Struts 2?
hello.jsp
Martin
__
Disclaimer and confidentiality note
Everything in this e-mail and any attach
Any idea?
On Fri, Dec 12, 2008 at 6:04 PM, Faraz Ali wrote:
> Hi Andy,
>
> Please take a look at the code snippet and suggest.
>
> *MyAction.java*
> public class MyAction extends ActionSupport {
> //getAction
> //setAction
> public String execute() throws Exception {
> if(action==1) {
>
--- On Sun, 12/14/08, red phoenix wrote:
> I have no 'uploadFileContentType' and 'uploadFileFileName' in my
> JSP, why raise 'uploadFileContentType' and 'uploadFileFileName' error?
Because you have no 'uploadFileContentType' and 'uploadFileFileName' in your
action.
> How to correct my above
pls find the page that i have created and pls help me
On Fri, Dec 12, 2008 at 6:02 PM, Dave Newton wrote:
> --- On Fri, 12/12/08, srinivasa_v wrote:
> > > method="post" enctype="multipart/form-data" >
>
> Oh, did you mean "enctype"?
>
> >
> >
> >
> > in action class [...]
>
> It
I want to upload a file in struts2,my jsp file is follows:
my action is follows:
import java.io.File;
private File uploadFile;
public File getUploadFile(){
return uploadFile;
}
public void setUploadFile(File uploadFile){
this.uploadFile=uploadFile;
}
public String upload() throws
You may be able to use the existing dynamic result configuration to implement
this; see these two links:
http://cwiki.apache.org/WW/result-configuration.html
http://cwiki.apache.org/WW/parameters-in-configuration-results.html
Dave
--- On Sun, 12/14/08, Dirk Forchel wrote:
7:59 AM
> Has somebody
Hi All,
I am developing custom inteceptor so that unauthorized user can not access
the resources using struts2. i am following the below mentioed approach
1) when user login process succeed i am putting user object in the session
2) For all other request when user try to hit the direct action URL
Has somebody any idea regarding the problem mentioned below. Every hint is
appreciated.
Dirk Forchel wrote:
>
> I need your help. I wanna use the DispatcherResult (dispatcher) not as a
> forward to a JSP (jsp/pages/test.jsp), but rather to forwarding to another
> action request e.g. /test.actio
9 matches
Mail list logo