You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Mouratidis, Georg" <GM...@heiler.com> on 2002/12/09 12:51:40 UTC

Problems

Greetings,

i have a <html:file> tag. When i cklick to submit the form the following error appears:

<snippet>

type Exception report

message 

description The server encountered an internal error () that prevented it from fulfilling this request.

exception 

javax.servlet.ServletException: BeanUtils.populate
	at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:774)
	at org.apache.struts.action.ActionServlet.processPopulate(ActionServlet.java:2061)
	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1564)
	at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
	
      .
      .
      .
</snippet>

what do i do wrong. how can i receive the uplaod filedata. 
how do i have to create my setter/getter methods for this form.

(in "mastering jakarta struts" this part is missing).

Any code samples?

thx in advance.

mit freundlichen Grüßen 

Georg XL. Mouratidis 
Web Application Developer 

Heiler|Software AG 
Mittlerer Pfad 9 
D-70499 Stuttgart 

Tel: 0711-139 84-265
Fax: 0711-866 63 01 
Email: gmouratidis@heiler.com 

Connecting Buyer and Supplier
http://www.heiler.com 

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


Re: Problems

Posted by Gemes Tibor <ge...@regens.hu>.
2002. december 9. 12:51 dátummal Mouratidis, Georg ezt írtad:
> Greetings,
>
> i have a <html:file> tag. When i cklick to submit the form the following
> error appears:

What do you have in the ActionForm? Is the corresponding property's type 
FormFile?

Hth,

Tib

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