/    Sign up×
Community /Pin to ProfileBookmark

passing a resource value as a parameter

How can I pass the value of a resource to a function? I want to use a resource value as a parameter to the textCounter function similar to the way I’m using it for the input tag. The JSP code follows:

[code=html]<TR><TD> <input name=busPurposeLen type=text
value=” <bean:message key=”textarea.maxchar” /> ” size=3 maxlength=3 readonly> characters available</TD></TR>

<TR><TD><html:textarea property=”businessPurpose” cols=”82″ rows=”4″
onkeydown=’textCounter(this.form.businessPurpose, this.form.busPurposeLen, <bean:message key=”textarea.maxchar”/>)’
onkeyup=’textCounter(this.form.businessPurpose, this.form.busPurposeLen, <bean:message key=”textarea.maxchar”/>)’ /><BR><BR></TD> [/code]

What I’m getting in the generated HTML is the tag reference instead of its value. This is causing a syntax error when the Web page is displayed. The source HTML is the following:

[code=html]<TD><textarea name=”businessPurpose” cols=”82″ rows=”4″ onkeydown=”textCounter(this.form.businessPurpose, this.form.busPurposeLen, <bean:message key=”textarea.maxchar”/>)” onkeyup=”textCounter(this.form.businessPurpose, this.form.busPurposeLen, <bean:message key=”textarea.maxchar”/>)”></textarea><BR><BR></TD>[/code]

Thanks,
Tom

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@c62ip64authorDec 14.2006 — I meant to post this in the HTML forum. Can this be moved or should I repost.

Tom
×

Success!

Help @c62ip64 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...