Is anything related to time?

2006-12-16 Thread liukaipeng
I construct a web app using struts2 and spring (struts2-core-2.0.2-SNAPSHOT-20061216.jar and struts2-spring-plugin-2.0.2-SNAPSHOT-20061216.jar). When I switch page quickly by following links pointed to struts actions, I get the following error: ERROR - ClosingUIBean.start(62) | Could

Re: Struts2 with AJAX file upload??

2006-12-16 Thread Don Brown
No, I don't see why you would need to. If your page is creating the proper multipart request, Struts should be able to handle it as long as the target action uses an interceptor stack that contains the file upload interceptor. Don On 12/15/06, Nagraj Rao <[EMAIL PROTECTED]> wrote: well i had t

Re: Struts2 : Request found null with Multipart enc-type

2006-12-16 Thread Don Brown
If your package extends the struts-default package, and you don't override the default interceptor stack, then I do believe the file upload interceptor will be included. You might also take a look at the showcase example application, in particular, the form tags example page, as it shows multiple

Re: No taglib element in web.xml v2.4 ?

2006-12-16 Thread Mikolaj Rydzewski
Thomas Thomas wrote: Well how am I supposed to declare my Struts taglibs then ? You don't. All tld files are present in META-INF directory of specific jars. Servlet container looks for those files in that location and it works ;-) Of course you can still put tld files in WEB-INF, WEB-INF/tld

Re: No taglib element in web.xml v2.4 ?

2006-12-16 Thread Thomas Thomas
It is fixed Weird that in Eclipse it doesnt show the taglib element ! But I placed this somewhere and it works ! thx !

Re: Formbean information lost

2006-12-16 Thread Thomas Thomas
Thank u very much Miss Harper. I think it's due to this code, and I don't really know a good way to rectify this : Jour Mois Thank u very much for your support.

No taglib element in web.xml v2.4 ?

2006-12-16 Thread Thomas Thomas
Hi, I have this declaration for my web.xml : http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> I can see that this declaration has

Can it be done in Struts

2006-12-16 Thread Krishna, Hari \(FTT-CInternet\)
Hi I have a peculiar requirement where i have to show user selected questions and their corresponding answers in text boxes in the Edit page. I know how to show user selected values in dropdowns,checkboxes using struts tags.How to do it for textboxes when i have a list of textboxes generated b