= new CreateClientForm();
updateForm.setClientName(...); // bla bla bla
and
request.getSession().setAttribute("createClientForm", updateForm);
normally, it works,
Cedric
Cedric Levieux wrote:
Hi,
Did you put the new form into session or into
whatever-the-scope-of-the-form-must-be
Hi,
Did you put the new form into session or into
whatever-the-scope-of-the-form-must-be ?
If not, the error may come from that
Regards,
Cedric
[EMAIL PROTECTED] wrote:
Hi,
I am trying to pre-populate my JSP page with the values returned from
the database when a user edits a client. I hav
Your problem is a tricky one, so don't worry
key='selectbox.size'/>
Cedric
Raghu Kanchustambham wrote:
Hi,
When I use the following line...it prints a 4 on the screen. {
selectbox.size has been defined as 4 in application.properties file }
However, the following code doesnt seem to
Thanks for the Quartz project, I'll try it. for the moment I've got my own
Thread Management system but using "standard" is for me a better thing.
I hope that whan I'll stop tomcat Quatrz will shutdown too in a short time.
Thx,
Cedric
- Original Message -
From: "Andrew Hill" <[EMAIL PR
truts capabilities won't be enabled for - only the JSP Editor.
I hope this helps. Sorry for the inconvenience.
-Carlos
> -Original Message-
> From: Cedric Levieux [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 03, 2005 12:46 AM
> To: Struts Users Mailing List
> S
You can have in your own page a js code that active a boolean after your
first submit and disable your submit button.
Just my 2 cents,
Cedric
- Original Message -
From: "Anthony Hong" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Thursday, February 03, 2005 3:28 PM
Subject:
By using the Token system
- Original Message -
From: "Kalluru Uma. Maheswar" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Thursday, February 03, 2005 12:42 PM
Subject: Avoid resubmit
Hi,
I have a form with a simple text box and a text area. The user enters
some informatio
ion key via email?
Thanks,
-Carlos
> -----Original Message-
> From: Cedric Levieux [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 02, 2005 2:40 PM
> To: Struts Users Mailing List
> Subject: Re: [ANN] Free JSP Editor for Eclipse
>
> Two things:
>
> First, my Ecli
Two things:
First, my Eclipse has its name changed and I'm a bit angry with that
Second, does it ask me for a serial when I launch my Eclipse and it has a
lot of problem to be launched ?
Regards,
Cedric
- Original Message -
From: "Carlos Chang" <[EMAIL PROTECTED]>
To: "Struts Users Mai
and that's why I have my own tags to make this kind of tests between my
beans :p
- Original Message -
From: "Kishore Senji" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Thursday, January 27, 2005 7:55 AM
Subject: Re: Regarding LOGIC tags
> On Thu, 27 Jan 2005 10:48:47 +053
Hi,
You have this JavaScript code cause you ask into the tag the
ability to focus on a form field.
But btw I don't understand why the javascript code didn't work :p
Regards,
Cedric
- Original Message -
From: "Nadia Kunkov" <[EMAIL PROTECTED]>
To: "Struts help (E-mail)"
Sent: Tuesday,
Here what you want in the page retrieved after the submit action and reached
via this action :
Regards,
Cedric
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Thursday, January 27, 2005 4:34 PM
Su
Personnaly for this kind of stuff i've got my own tag that have the hability
to iterate and to cycle over given values.
- Original Message -
From: "Kishore Senji" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Thursday, January 27, 2005 8:26 AM
Subject: Re: Advise How to set a
public MyClass
{
private boolean isInitialzed = false;
private static String data;
public static String getData()
{
return data;
}
public static setData(String input)
{
if (! isInitialzed)
{
data = input;
isInitialzed = true;
}
}
}
- Original Messag
> My Struts app contains an Axis-based SOAP service. The Struts app
> initializes the call dispatcher for the SOAP service. This dispatcher
> needs to know the URL of itself. This is a requirement of the semantics
> of the SOAP service (outside of my control). So a Listener or a Plug In
> appea
i dont think html:text works without a
> property attribute
>
> - Original Message -
> From: "Cedric Levieux" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List"
> Sent: Tuesday, January 25, 2005 5:2
.
> ----- Original Message -
> From: "Cedric Levieux" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" ; "Hubert Rabago"
> <[EMAIL PROTECTED]>
> Sent: Tuesday, January 25, 2005
what happens if the server dies ? I will lose the configuration ?
Will the accessors modify my struts-config.xml ? I don't think they
will .
Ovidiu
On Tue, 25 Jan 2005 15:54:44 +0100, Cedric Levieux
<[EMAIL PROTECTED]> wrote:
> why in database ?
>
> public class XxxP
The thing is that the application must be running without any
> > interupption. I was thinking about a plugin that watches over the
> > other ones inspecting the struts-config file from time to time and
> > compare the plugin configurations with the ones alredy loaded.
> > Any ideas ?
Hi,
There is a way :
Regards,
Cedric
- Original Message -
From: "Olasoji Ajayi" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" ; "Hubert Rabago"
<[EMAIL PROTECTED]>
Sent: Tuesday, January 25, 2005 3:25 PM
Subject: Re: A table
Hi,
Go to the manager tomcat system and you can stop/start/restart application
by application ... but it need to stop the application.
The other possibility is to implement your own web admin system for
configuring your plugins, replacing the values inside by setters.
Hope it can help,
Cedric
21 matches
Mail list logo