RE: how to output value in text field?

2003-10-02 Thread hari_s
Or with 

-Original Message-
From: Menke, John [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 02, 2003 11:40 PM
To: 'Struts Users Mailing List'
Subject: RE: how to output value in text field?

Use JSTL: 

<%@ taglib prefix="core" uri="/WEB-INF/c.tld" %> 

 --mapped in
struts-config.xml



-Original Message-
From: Rick Col [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 12:27 PM
To: [EMAIL PROTECTED]
Subject: how to output value in text field?


Hi,

I am trying to output a default value in a textfield.
I did something like this:


It should work, but it does not seem to work. What did
I do wrong?

regards,

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: how to output value in text field?

2003-10-02 Thread Menke, John
Use JSTL: 

<%@ taglib prefix="core" uri="/WEB-INF/c.tld" %> 

 --mapped in struts-config.xml



-Original Message-
From: Rick Col [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2003 12:27 PM
To: [EMAIL PROTECTED]
Subject: how to output value in text field?


Hi,

I am trying to output a default value in a textfield.
I did something like this:


It should work, but it does not seem to work. What did
I do wrong?

regards,

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: how to output value in text field?

2003-09-14 Thread hari_s
How about if you do with html-el 

-Original Message-
From: Paul McCulloch [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 12, 2003 5:00 PM
To: 'Struts Users Mailing List'
Subject: RE: how to output value in text field?

Why not set the default value on the form bean in an Action and let
 render it for you?

Paul

-Original Message-
From: Rick Col [mailto:[EMAIL PROTECTED]
Sent: 11 September 2003 17:27
To: [EMAIL PROTECTED]
Subject: how to output value in text field?


Hi,

I am trying to output a default value in a textfield.
I did something like this:


It should work, but it does not seem to work. What did
I do wrong?

regards,

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


**
Axios Email Confidentiality Footer
Privileged/Confidential Information may be contained in this message. If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver
this message to anyone. In such case, you should destroy this message,
and notify us immediately. If you or your employer does not consent to
Internet email messages of this kind, please advise us immediately.
Opinions, conclusions and other information expressed in this message
are not given or endorsed by my Company or employer unless otherwise
indicated by an authorised representative independent of this message.
WARNING:
While Axios Systems Ltd takes steps to prevent computer viruses from
being transmitted via electronic mail attachments we cannot guarantee
that attachments do not contain computer virus code.  You are therefore
strongly advised to undertake anti virus checks prior to accessing the
attachment to this electronic mail.  Axios Systems Ltd grants no
warranties regarding performance use or quality of any attachment and
undertakes no liability for loss or damage howsoever caused.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: how to output value in text field?

2003-09-12 Thread Paul McCulloch
Why not set the default value on the form bean in an Action and let
 render it for you?

Paul

-Original Message-
From: Rick Col [mailto:[EMAIL PROTECTED]
Sent: 11 September 2003 17:27
To: [EMAIL PROTECTED]
Subject: how to output value in text field?


Hi,

I am trying to output a default value in a textfield.
I did something like this:


It should work, but it does not seem to work. What did
I do wrong?

regards,

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


**
Axios Email Confidentiality Footer
Privileged/Confidential Information may be contained in this message. If you are not 
the addressee indicated in this message (or responsible for delivery of the message to 
such person), you may not copy or deliver this message to anyone. In such case, you 
should destroy this message, and notify us immediately. If you or your employer does 
not consent to Internet email messages of this kind, please advise us immediately. 
Opinions, conclusions and other information expressed in this message are not given or 
endorsed by my Company or employer unless otherwise indicated by an authorised 
representative independent of this message.
WARNING:
While Axios Systems Ltd takes steps to prevent computer viruses from being transmitted 
via electronic mail attachments we cannot guarantee that attachments do not contain 
computer virus code.  You are therefore strongly advised to undertake anti virus 
checks prior to accessing the attachment to this electronic mail.  Axios Systems Ltd 
grants no warranties regarding performance use or quality of any attachment and 
undertakes no liability for loss or damage howsoever caused.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: how to output value in text field?

2003-09-11 Thread hari_s
You can try with html-el


-Original Message-
From: Rick Col [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 11, 2003 11:27 PM
To: [EMAIL PROTECTED]
Subject: how to output value in text field?

Hi,

I am trying to output a default value in a textfield.
I did something like this:


It should work, but it does not seem to work. What did
I do wrong?

regards,

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]