Hi Juraj,
try this:

<c:set value="${myDynaForm.map.title}" var="title"/>
<c:out value="${title}"/>">

Adam

On 09/29/2003 09:25 AM Kazda Juraj wrote:
I just want to display the information to user and also to post with
request. So disabled textfield was the way, I thought. And because we
have to implement everything for IE, I will use both disabled textfield
and hidden field now.

By the way, how can I do this: I have DynaActionForm specified in
strus-config.xml, in action I set some properties of it and then return
to source page. Now I want to display the value of one of properties as
plain text. How can I do such thing? Is it possible with with JSTL
somehow (<c:out tag)?

Thank you.

-juraj.


-----Original Message-----
From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 4:16 PM
To: Struts Users Mailing List
Subject: Re: DynaActionForm and disabled textfield.


I find using a hidden field easier.

On 09/27/2003 03:25 AM Jan Van Stalle wrote:

Hello,

in IE disabled controls are not submitted (I don't know if this is

browser


dependent); you might make a workaround by writing a small javascript

which


enables you controls when the user submits the form.

Jan

"Kazda Juraj" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]


Hello all,

I just have a quick question:



Is it true, that if I have

<html-el: text property="id" disabled="true"/>

it will not transfer to my DynaActionForm, so I am not able to get

it's


value in my action?

Or am I something missing?



Thank you for your comments.

-juraj.





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





-- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9


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



Reply via email to