you can use either JSP XML syntax or regular jsp syntax (not together),
also your jsp page has to follow complete XML syntax to use
for e.g
(as beginning of page)
3 + 4
Please refer jsp syntax card for more details
Mahesh
-Original Message-
From: Timo Nentwig [mailto:[EMAIL PROTE
On Wed, 26 Mar 2003, Timo Nentwig wrote:
> Date: Wed, 26 Mar 2003 18:39:28 +0100
> From: Timo Nentwig <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Re: struts: JSP exp
Craig R. McClanahan wrote:
> Using a JSP expression to set an attribute value requires you to
> create
> the *entire* value, not just part of it, with the expression.
>
>
Why?!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
Jacob Hookom wrote:
> No, you will need to use single quotes for it to work properly. You
Already tried this, same issue.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Using a JSP expression to set an attribute value requires you to create
the *entire* value, not just part of it, with the expression.
Craig
On Wed, 26 Mar 2003, Timo Nentwig wrote:
> Date: Wed, 26 Mar 2003 08:21:25 +0100
> From: Timo Nentwig <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mail
No, you will need to use single quotes for it to work properly. You should
also look at the documentation for better ways of handling this
instead of using scriptlets (<%%>).
| -Original Message-
| From: Timo Nentwig [mailto:[EMAIL PROTECTED]
| Sent: Tuesday, March 25, 2003 11:53 AM
| To
>
> Link
>
>
>
The href attribute must either *entirely* be a run time expression (<%=..%>) or
*entirely* a literal. Hence the one below works
>
> This works:
>
>
> <%
> int var = 1;
> String href =
7 matches
Mail list logo