Re: Initializing formBeans

2002-05-02 Thread Thierry Ruiz
in struts-config form-bean This Action is called by an 'edit user' link or button and forwards to the user form page. Hope this help. Thierry Ruiz SchlumbergerSema. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Templates with frame

2002-01-11 Thread Thierry Ruiz
Hi all, Thanks to Cedric Dumoulin, find here a way to create Struts templates with frames. http://archive.covalent.net/jakarta/struts-user/2001/04/0095.xml -Th. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Advice needed for frame templating

2002-01-10 Thread Thierry Ruiz
Hi all, Reading severall articles, It seems to be a better solution to avoid the use of frames in web project. However I'm afraid not to have the choice (I need an applet running in background). Could someone give advice on frame templating using Struts. Thanks in advance. -Th. -- To

How use bean:message with custom arguments

2002-01-09 Thread Thierry Ruiz
Hi all, I'm currently trying to display an i18n customised welcome message like 'Hello name.' where name value is stored in a bean session context. So far I couldn't find the proper syntax using bean:message key=message.hello arg0=' ' / I'd like to know how to attach the arg {0} of the