enctype="multipart/form-data" gives null values for other ActionForm properties

2006-11-23 Thread Morten Andersen
where actionFormImpl is the actual ActionForm, but that method returns null. Why is autopopulate not working when enctype is set as multipart/form-data? Regards Morten Andersen - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: enctype="multipart/form-data" gives null values for ActionForm properties

2006-11-23 Thread Morten Andersen
. For the browsers that do allow it, they will prompt and warn the user when submit is called. -- James Mitchell 678.910.8017 On Nov 23, 2006, at 5:29 AM, Morten Andersen wrote: I want to upload a file as a part of a form. This requires that the enctype of the form is set to: multipart/form

enctype="multipart/form-data" gives null values for ActionForm properties

2006-11-23 Thread Morten Andersen
/form-data". Thanks Morten Andersen www.blobcom.com Denmark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

newbie guestion: JSTL Expression language

2006-03-16 Thread Morten Andersen
I want to use JSTL to check the role of the user (it can be one of many) I'm new to JSTL so even the simplest things gives me problems: I've set the role using request.setAttribute("role" , role); This tag: Prints out the role fine While the following statements are newer true:

xslt

2006-03-15 Thread Morten Andersen
ow of the following possibilities: * Upgrade to struts 1.2 and use pipelining to incorporate stxx (Don't know much about this) * Use StrutsCX, but is that project still alive running? Anyone using it? * Use Struts Cocoon How do you use XSL in your struts apps. Morte

Re: Statistics

2006-03-05 Thread Morten Andersen
Hi Leon We volunteer to help you develop the testing environment from whatever state it's in. Please send me a message and let's start developing this highly needed tool. Morten Andersen Leon Rosenberg skrev: I have developed a solution where each struts action has an ActionSt

Re: Finegrained access control

2006-02-28 Thread Morten Andersen
Dave Newton skrev: Morten Andersen wrote: Now if I can determine whether the user has logged in. How can I use the request parameters to determine the users role on specific pages? I know that I can invent my own control, it just seems like something many others would need. Any tools

Re: Finegrained access control

2006-02-28 Thread Morten Andersen
Mark Lowe skrev: On 2/28/06, Emmanouil Batsis <[EMAIL PROTECTED]> wrote: Dave Newton wrote: If you want _fine_-grained access control drop Spring on top of Struts and use Acegi. For us not wanting to put yet another framework into the table, any advice and pointers from more

Re: Finegrained access control

2006-02-28 Thread Morten Andersen
Dave Newton skrev: Morten Andersen wrote: This I would implement in RequestProcessor.processActionPerform(...) where I check the users role for the specific page and based on that get the respons taylored for that role and check whether they may do what they intend

Finegrained access control

2006-02-28 Thread Morten Andersen
ement this. Morten Andersen Denmark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Statistics

2006-02-17 Thread Morten Andersen
load, avail. memory , and so on). As I started with it, I haven't found anything ready to use, so maybe its worth to put it on the sourceforge :-) regards leon On 2/17/06, Morten Andersen <[EMAIL PROTECTED]> wrote: How do you do statistics for your website solutions? Just using sta

Statistics

2006-02-17 Thread Morten Andersen
is it worth it I wonder? What programs exists already that I can offer my customers? What do you recommend? Technology I'm currently using: Tomcat and Struts Regards Morten Andersen - To unsubscribe, e-mail: [EMAIL PROT