picture display in struts 1.3.8

2007-11-04 Thread MavenMan
if i have saved a picture url in datebase . then i fetch it , so how can i code the url in jsp ? i have try /image/http://www.nabble.com/picture-display-in-struts-1.3.8-tf4749306.html#a13580449 Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: how rename the upload file in struts1 ?

2007-10-22 Thread MavenMan
at first thank you . Yow kown that the FormFile has a method named setFileName() , but how and when to use it ? and any else approach to rename the uploadfile in the code ? Laurie Harper wrote: > > MavenMan wrote: >> I want to rename upload file in my action .I code : >&

how rename the upload file in struts1 ?

2007-10-22 Thread MavenMan
I want to rename upload file in my action .I code : FormFile file=form.getUserphoto(); file.setFileName(String.valueOf(date.getTime())); but error is :javax.servlet.ServletException: The setFileName() method is not supported. what can I do ? thanks in advance ! -- View this message in conte