Re: LookupDispatchAction and Internationalization

2006-04-05 Thread Karin Schellner
efore each action the encoding of the request and can change it to the value you would like to have. Perhaps this would be a good solution for your problem! Nice greetings -- Initial Header --- From : "Karin Schellner" [EMAIL PROTECTED] To : "Struts

LookupDispatchAction and Internationalization

2006-04-05 Thread Karin Schellner
Hi, I am using Struts 1.2.7 with the LookupDispatchAction and everything works fine, as long as the labels of the buttons (=values of the keys of the resourcebundles) are not using special characters. If there are special characters I get the following error: missing resource 'Hinzuf�' in ke

how to init forms?

2005-08-29 Thread Karin Schellner
Hi, I just started implementing a webapplication using Struts and could not find a good solution for the following (- not so uncommon as I would guess -) problem: Each authenticated user has a userprofile with personal data which he/she can edit via a "PersdataForm". The initial values for this

dynaforms and BeanUtils.copyProperties()

2005-08-29 Thread Karin Schellner
y the generic getter and setter methods but maybe there is some solution to this? thanks a lot, karin. -- DI Karin Schellner Research Studios Austria - Digital Memory Engineering ARC Seibersdorf research GmbH Thurngasse 8/20, A-1090 Wien M. +43.664.825-1105 T. +43.1.585-0537 F. +43.1.585-3741

Re: dynamic forward path?

2005-08-22 Thread Karin Schellner
thanks for this idea; I implemented it the way you suggested - with this solution everything is still configurable through the struts-config file as you are stating below ... thanks a lot, karin. Laurie Harper wrote: Karin Schellner wrote: I am new to Struts and would appreciate your

dynamic forward path?

2005-08-19 Thread Karin Schellner
Hi, I am new to Struts and would appreciate your ideas for a solution to the following problem: In my webapplication I have a login-form with a submit and cancel button. When the user clicks the cancel-button I would like to return him to the page he previously visited (before calling the pa