Re: Action change in form

2003-04-06 Thread Marcel Maré
Here is my code. Some how form is not submitted. Once i click the 'aboutus' link nothing is happening. Can some one tell me what is going on please. function setAction(action, link) { document.form.action = act; Shouldn't this be: action document.form.method = POST;

File upload

2002-03-04 Thread Marcel Maré
-on-startup /servlet Regards Marcel Maré -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

REPOST: Multiple file upload not possible due to MultiPartRequestHandler limitation?

2002-02-18 Thread Marcel Maré
, how does one handle this? TIA Marcel Maré -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

REPOST: File upload example in nightly build is broken

2002-02-18 Thread Marcel Maré
that putting xerces.jar in the webapps' lib directory solved it. But is doesn't in my case. TIA Marcel Maré -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Multiple file upload not possible due to MultiPartRequestHandler limitation?

2002-02-14 Thread Marcel Maré
, how does one handle this? TIA Marcel Maré -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

File upload example in nightly build is broken

2002-02-14 Thread Marcel Maré
that putting xerces.jar in the webapps' lib directory solved it. But is doesn't in my case. TIA Marcel Maré -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

i18n: What is the best way to acces MessageResource from non-servlet/JSP application modules?

2002-01-10 Thread Marcel Maré
().getResources(); String msg = messages.getMessage( locale, key ); But how can I get my hands on the MessageResources without passing a reference to the servlet or the MessageResources to the interested component? Is there a static method lurking somewhere? TIA Marcel Maré WebToTheMax

RE: ShoppingBasket persistence problem

2002-01-10 Thread Marcel Maré
Take a look at www.db4o.com. Disclaimer: I don't work for them. I don't even have/use the product, but it sure looks good. Marcel -Oorspronkelijk bericht- Van: Narendranatha R Sajjala [mailto:[EMAIL PROTECTED]] Verzonden: donderdag 10 januari 2002 23:31 Aan: 'Struts Users Mailing

Unexpected behavoir of html:options tag

2001-09-01 Thread Marcel Maré
/ html:select name=cartItem property=selectedVariant indexed=true html:options collection=theOptions property=value labelProperty=label / /html:select Looks kinda clumsy. Marcel Maré WebToTheMax T 31(0) 204 100 240 M 31(0) 654 354 479 E [EMAIL PROTECTED] W http://www.webtothemax.com

2nd attempt: Unexpected behavior of html:options tag

2001-08-29 Thread Marcel Maré
happens if instead of using name=cartItem I want to access a collection property of the formbean. I need the same workaround. Marcel Maré WebToTheMax T 31(0) 204 100 240 M 31(0) 654 354 479 E [EMAIL PROTECTED] W http://www.webtothemax.com

Unexpected behavoir of html:options tag

2001-08-17 Thread Marcel Maré
/ html:select name=cartItem property=selectedVariant indexed=true html:options collection=theOptions property=value labelProperty=label / /html:select Looks kinda clumsy. Marcel Maré WebToTheMax T 31(0) 204 100 240 M 31(0) 654 354 479 E [EMAIL PROTECTED] W http://www.webtothemax.com

RE: what setters do i implement in an indexed tag ?

2001-08-15 Thread Marcel Maré
I'm following closely Dave's example code and almost have it working, except that on post of the JSP form the parameter's values (which are correct) are not stored in the Formbean's list. So seem to have had the same problem and solved it. However, I fail to see what the difference between your

Can't get setter method(s) for indexed property right. Pleeze help

2001-08-08 Thread Marcel Maré
) What am I doing wrong? Any help appreciated Marcel Maré WebToTheMax [EMAIL PROTECTED]

Formbean Reset() called on every pass?

2001-08-08 Thread Marcel Maré
Why is the Formbean Reset() method called on every pass, regardless of scope (request vs session). This makes prepopulating a form a bit awkward. TIA Marcel Maré WebToTheMax

Formbean Reset() called on every pass?

2001-08-08 Thread Marcel Maré
Why is the Formbean Reset() method called on every pass, regardless of scope (request vs session). This makes prepopulating a form a bit awkward. TIA Marcel Maré WebToTheMax

Can't get setter method(s) for indexed property right. Pleeze help

2001-08-08 Thread Marcel Maré
) What am I doing wrong? Any help appreciated Marcel Maré WebToTheMax [EMAIL PROTECTED]

Oops, sorry for the double posts

2001-08-08 Thread Marcel Maré
Something fishy going on here (duplicator worm? ;-) Marcel Maré WebToTheMax

Can't get setter method(s) for indexed property right. Pleeze help

2001-08-07 Thread Marcel Maré
) What am I doing wrong? Any help appreciated Marcel Maré WebToTheMax [EMAIL PROTECTED]

RE: Form processing question

2001-08-06 Thread Marcel Maré
You do know there's a typo in your example, don't you? You're trying to pair a logic:notPresent with a /logic:present (note the missing not). Maybe it's only in your email, but it has bitten me IRL. Marcel -Oorspronkelijk bericht- Van: Greg Maletic [mailto:[EMAIL PROTECTED]]

log4j log file location (was: RE: struts and log4J)

2001-08-01 Thread Marcel Maré
Yes, this is how I did it, and it works fine. Does anybody know how you can set the location of the log-file to a *relative* path (e.g. /WEB-INF/log) instead of an absolute path? Marcel -Oorspronkelijk bericht- Van: William Jaynes [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 31 juli

Iterate tag: length and offset set by bean properties don't work?

2001-07-19 Thread Marcel Maré
name=OTHERKEY type=com.webtothemax.shop.common.Product offset=pager.offset length=pager.length ...do stuff here... /logic:iterate TIA Marcel Maré WebToTheMax T 31(0) 204 100 240 M 31(0) 654 354 479 E [EMAIL PROTECTED] W http://www.webtothemax.com