> How to do variable substitution in html:textarea? e.g. Java code
> package util;
> public interface Literals {public static final String LAST_NAME
> = "lastName";}
> my.jsp
> <%@ page import="util.Literals" %>
>
>
>
> I try to m
How to do variable substitution in html:textarea? e.g. Java code
package util;
public interface Literals { public static final String LAST_NAME =
"lastName";}
my.jsp
<%@ page import="util.Literals" %>
I try to make "lastName" to appear at m
On 10/11/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
> Kjersti Berg wrote:
> > The html:textarea will escape html special characters to html
> > entities. Inputing an & will give a string with &. Fair enough.
> > But why does inputting a < or > give
Kjersti Berg wrote:
The html:textarea will escape html special characters to html
entities. Inputing an & will give a string with &. Fair enough.
But why does inputting a < or > give you < instead of < ?
Probably as a result of how you're using it; maybe you ha
The html:textarea will escape html special characters to html
entities. Inputing an & will give a string with &. Fair enough.
But why does inputting a < or > give you < instead of < ?
Kjersti
-
To unsubs
Murray Collingwood schrieb:
If you know of any sites providing formatted text inside a textarea I would be really
interested (as would most readers) please post the link.
It's not possible in plain HTML, but in JavaScript (to some
degree). There are a lot of such scripts on the web, many of
glib.
>
> > Sounds like you are missing your taglib definition for "html"? Can you
> post your JSP
> > file?
> >
> > mc
> >
> >
> > On 4 Nov 2005 at 19:27, Eric Plante wrote:
> >
> > > Hi,
> > >
> > > I'd l
> On 4 Nov 2005 at 19:27, Eric Plante wrote:
>
> > Hi,
> >
> > I'd like to use a html:textarea tag but my html tags in the text aren't
> > parsed and there is no filter like bean:
Sounds like you are missing your taglib definition for "html"? Can you post
your JSP
file?
mc
On 4 Nov 2005 at 19:27, Eric Plante wrote:
> Hi,
>
> I'd like to use a html:textarea tag but my html tags in the text aren't
> parsed and there is no filter like b
Hi,
I'd like to use a html:textarea tag but my html tags in the text aren't
parsed and there is no filter like bean:write has, Is there a way to make
that tag parse html tags?
Thanks
-
To unsubscribe, e-mail: [EMAIL
Tony Smith wrote:
I want the text and textarea have the same widths. But
it is not true with the above code when displayed in
the browser.
How can I fix it?
CSS?
This isn't a Struts issue, but HTML.
Dave
-
To un
Hi I am designing a page like:
I want the text and textarea have the same widths. But
it is not true with the above code when displayed in
the browser.
How can I fix it?
Thanks,
__
Yahoo! Mail
Stay connected, organized, and protected. T
2005 11:02 PM
> To: Struts Users Mailing List
> Subject: RE: getting html:textarea multiliple values
>
> Sudheer,
>
> Textareas are single fields, not like pulldowns which could have multiple
> items selected (or checkboxes, etc.). Are you saying you have many
> html:textarea
All right, I'll bite, what is a textarea with multiple items selected? The
html:textarea is a text input box. Are you thinking about another html: tag
which allows multiple selections, like html:select, html:option, and
html:options?
Regards,
David
-Original Message-
From: Su
No, single textarea with multiple item selected. I want to get the selected
items.
Thank you
-Original Message-
From: David G. Friedman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 19, 2005 11:02 PM
To: Struts Users Mailing List
Subject: RE: getting html:textarea multiliple values
Sudheer,
Textareas are single fields, not like pulldowns which could have multiple
items selected (or checkboxes, etc.). Are you saying you have many
html:textarea tags with the same property name for different purposes?
-David, very confused by your question
-Original Message-
From
Hi,
How to retrieve multiple values selected for a html control like textarea
from the form ?
Thank you.
Sudheer
: html:textarea
Anyone know how to get the html:textarea tag to autowrap its text?
I tried
but no go.
Thanks Wylie
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED
Anyone know how to get the html:textarea tag to autowrap its text?
I tried
but no go.
Thanks Wylie
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Ted,
> Actually the registration example does not work for me if I use linefeeds in
> the textarea (but does work if
> I don't use linefeeds)
That's peculiar.
> Any other thoughts?
What does the output HTML look like? And which browser are you using?
If you do the same with plain old HTML,
PROTECTED]>
Sent: Monday, October 04, 2004 1:11 AM
Subject: Re: linefeeds in html:textarea causes blank screen when submitted
Hi Ted,
I have this defined within a :
Everything works fine if I type in text without any linefeeds. But, if I
use linefeeds inside
the textarea, when I submit th
Hi Ted,
> I have this defined within a :
>
>
>
> Everything works fine if I type in text without any linefeeds. But, if I use
> linefeeds inside
> the textarea, when I submit the form I get a blank page.
>
> I'm using Tomcat 5.0, struts 1.2.4
Works on mine.
> It does not even seem to su
I have this defined within a :
Everything works fine if I type in text without any linefeeds. But, if I use
linefeeds inside
the textarea, when I submit the form I get a blank page.
I'm using Tomcat 5.0, struts 1.2.4
It does not even seem to submit the page to the server. I get no trace
23 matches
Mail list logo