RE: struts: JSP expression not evaluated

2003-03-27 Thread Bhagia, Mahesh
-Original Message- From: Timo Nentwig [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 12:53 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: struts: JSP expression not evaluated [adr][adr][bayes] Hi! I do have a very weird problem which I don't even know struts or jasper to address

Re: struts: JSP expression not evaluated

2003-03-26 Thread Craig R. McClanahan
PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: struts: JSP expression not evaluated Hi! I do have a very weird problem which I don't even know struts or jasper to address to so I post it to both mailing lists. Below is a small piece of JSP code

Re: struts: JSP expression not evaluated

2003-03-26 Thread Timo Nentwig
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]

Re: struts: JSP expression not evaluated

2003-03-26 Thread Timo Nentwig
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. html:link href='%= blah.do?arg= + var %' Why?! - To

Re: struts: JSP expression not evaluated

2003-03-26 Thread Craig R. McClanahan
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 expression not evaluated Craig R. McClanahan

RE: struts: JSP expression not evaluated

2003-03-25 Thread Sri Sankaran
snip/ !-- the link won't read blah.do?arg=1 -- html:link href=blah.do?arg=%=var% Link /html:link /body /html The href attribute must either *entirely* be a run time expression (%=..%) or *entirely* a literal.

RE: struts: JSP expression not evaluated

2003-03-25 Thread Jacob Hookom
AM | To: [EMAIL PROTECTED]; [EMAIL PROTECTED] | Subject: struts: JSP expression not evaluated | | Hi! | | I do have a very weird problem which I don't even know struts or jasper to | address to so I post it to both mailing lists. | | Below is a small piece of JSP code, the struts html:link tag

struts: JSP expression not evaluated

2003-03-25 Thread Timo Nentwig
Hi! I do have a very weird problem which I don't even know struts or jasper to address to so I post it to both mailing lists. Below is a small piece of JSP code, the struts html:link tag contains an JSP expression in the href attribute which is not evaluated, i.e. the actuall link contains the

struts: JSP expression not evaluated

2003-03-25 Thread Timo Nentwig
Hi! I do have a very weird problem which I don't even know struts or jasper to address to so I post it to both mailing lists. Below is a small piece of JSP code, the struts html:link tag contains an JSP expression in the href attribute which is not evaluated, i.e. the actuall link contains the