[appfuse-user] spring form tag problem!!!???

2007-03-16 Thread chris wang
i use wrong ? does form tag have some option to adjust, like "exclude" or sth. are there people met the same issue like me?? any answer i will really appreciated chris wang -- View this message in context: http://www.nabble.com/spring-form-tag-problem%21%21%21tf3413299s2369.html#a95

[appfuse-user] how validator the file type uploaded?

2007-02-01 Thread chris wang
if people upload a bad file(not right type), how can we limit it. I saw the commonfileupload just validate the size, we can control the file not to disk or database after uploaded, but if the file is some kind of virus, it's in memory now, it risks much. can we forbid the file type before uplo

Re: [appfuse-user] Changing default extension from *.html to *.??

2007-02-01 Thread chris wang
move the existing dispatcher servlet URL mapping (the > dojo filter takes full responsibility for fowarding all requests to the > servlet): > > > > > > > 3.4) I changed the mapping for the hibernate filter so it only gets > applied > to requests for act

Re: [appfuse-user] Changing default extension from *.html to *.??

2007-01-31 Thread chris wang
still got the error: PageNotFound.noHandlerFound(1005) | No mapping please help, how do config ur web.xml.. tks a lot !!! chris Michael Horwitz wrote: > > Matt, > > I have attached a simple filter class which works well with Spring MVC. > The > basic operation works on the following princi