[OS-webwork] WW 1.3, setting multiple values for same parameter name

2003-11-13 Thread Morten
Hi, Given the URL hello.action?key=aa&key=bb&key=cc is it possible to retrieve the array {"aa", "bb", "cc"} somehow in the action bean without resorting to manually working with the request object? Is there support for arrays dur

[OS-webwork] Looking for file upload documentation for WW 1.3

2003-11-12 Thread Morten
Hi, Browsing the site I can find lots of documentation for how to upload a file using WW2. Is it different from 1.3? If so, where can I find an example for 1.3? Thanks, Morten --- This SF.Net email sponsored by: ApacheCon 2003, 16-19

[OS-webwork] webwork in a cluster

2003-07-06 Thread Morten Wilken
have changed an object in order to notify other servers in the cluster (usually through multicasting). The simple solution to this is to explicitly set the object back in the HTTPSession after the execute() method is called. The overhead is minimal and it will then work in a cluster. sincerely m

Re: [OS-webwork] Remaining work for 1.3 release

2003-03-26 Thread Morten Wilken
hi all, i would love if my little fix to the servletdispatcher, so it will be possible to change the request object before forwarding it to views, would be included in the finalization plans. if you all think its a good idea that is :-) sincerely morten wilken - Original Message - From

[OS-webwork] proposed small change to ww 1.3

2003-03-22 Thread Morten Wilken
mainder of the request), and it also solves my own little problem :-) sincerely morten wilken --- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of

Re: [OS-webwork] webwork include question

2003-03-19 Thread Morten Wilken
from looking at the source to the ServletDispatcher, it seems as if it IS the original aRequest and aResponse that is uset to dispatch to views. Shouldn't that be ServletActionContext.getRequest/getResponse instead? sincerely morten wilken - Original Message - From: "Mor

Re: [OS-webwork] webwork include question

2003-03-19 Thread Morten Wilken
morten wilken - Original Message - From: "Morten Wilken" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 18, 2003 11:06 PM Subject: Re: [OS-webwork] webwork include question > hi all, > i fixed my problem after being inspired by dicks suggesti

Re: [OS-webwork] webwork include question

2003-03-18 Thread Morten Wilken
look at the wiki it seems that that is the right way. sincerely morten wilken - Original Message - From: "Morten Wilken" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 18, 2003 2:27 PM Subject: Re: [OS-webwork] webwork include question > hi dick,

Re: [OS-webwork] webwork include question

2003-03-18 Thread Morten Wilken
building a blog app, and i want to let users skin their own blogs like in roller, and here it would come in very handy) the custom tag you mention should try to map anythying on the valuestack (along with the httpRequest) to the action ,if i'm not mistaken. sincerely morten wilken - Ori

Re: [OS-webwork] webwork include question

2003-03-18 Thread Morten Wilken
hi patrick, i did try that, but it doesn't seem to include the success jsp from the calendar.action i can see that all the right methods get called, but i do not get any html inserted into my page sincerely morten wilken - Original Message - From: "Patrick Lightbody" &l

[OS-webwork] webwork include question

2003-03-17 Thread Morten Wilken
morten wilken --- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en

Re: [OS-webwork] putting something on the stack from within an action?

2003-03-04 Thread Morten Wilken
). this would work, but would leave me with one extra jsp file (i'll probably do this, but i was just wondering if i could bypass it :-)) sincerely morten wilken - Original Message - From: "Scott Farquhar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Mar

[OS-webwork] putting something on the stack from within an action?

2003-03-03 Thread Morten Wilken
hi all, i have a jsp fragment that i would like to include from two places: 1. from within an iterator (in this case the object that i use is on top of the stack) 2. from an action directly (in this case the object i use is in a getobject() method in the action action. in the first case i can get

Re: [OS-webwork] submitting from a form causes problems

2003-03-03 Thread Morten Wilken
hi all, thanks for the help. my problem stemmed from the misconception that doexecute would always be called, even if there were errors added. now it works fine sincerely morten wilken - Original Message - From: "Geoff Carruthers" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

[OS-webwork] submitting from a form causes problems

2003-02-28 Thread Morten Wilken
hi all, i have problem, when i try to submit a form to an action, and one of the form fields is empty i get an odd message (ie. when the querystring is http://localhost/save.action?entryId= No view for result [input] exists for action [save] i am not sure how to handle this since it seems to co

Re: [OS-webwork] Webwork 2.0 example app

2003-02-25 Thread Morten Wilken
:-)   sincerely morten wilken

[OS-webwork] 2 beans with same method names

2003-02-17 Thread Morten Wilken
/>   what do i fill in instead of the ??'s to get the bean properties set properly?   the example that comes with ww only deals with the case where the fieldnames differ   sincerely morten wilken