Re: [S2] UTF-8

2007-07-13 Thread Morten
Hi Perssy What do you mean by Page Header? Just curious. Working with some of the same things. Best regards, Morten "Perssy Llamosas" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Solved it on my own. > > The page header requires to be in utf-8

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
ments are newer true: The role is editor The role is editor Where do I go wrong? Morten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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: WARNING: No FormBeanConfig found under 'CustomerOpen'. --- What is this?

2006-03-08 Thread Morten Egelund Rasmussen
wrong here? Any ideas? ~Morten On 3/6/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote: > Do you have a formBean named "CustomerOpen" defined in the your Struts > Config File? If not, that would probably be the cause of the warning. > > -----Original Message-

WARNING: No FormBeanConfig found under 'CustomerOpen'. --- What is this?

2006-03-06 Thread Morten Egelund Rasmussen
warning, but I cannot find any solution to it. What does this mean, and how do I avoid it? ~Morten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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
ow 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 available

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
The thing I need at first was actually basic user-statistics. - How many users the last day/week/month - Who's the referer But your program sounds like a nice optimization tool. Regards Morten Leon Rosenberg skrev: I have developed a solution where each struts action has an Action

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

URL Rewriting

2004-05-24 Thread Morten
solution could be to write our own HttpConnector and then implement our own HttpServetResponse.encodeURL, which in turn will translate the links. Do anyone on this list have an (better) alternative to this problem? Thanks in advance Morten Knudsen