Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » JSP editor cant support struts' bean:define
JSP editor cant support struts' bean:define [message #112736] Mon, 20 June 2005 04:18 Go to next message
Eclipse UserFriend
I add a Struts' tag define a var like:
<bean:define id="accountno" name="accountinfo" property="account_id"
type="String"/>

then when i try to use this var in another bean:define, like:
<bean:define id="actionstring"
value='<%="/action?accountno="+accountno%>'/>

the jsp editor will give me a error warn, "accountno cant be resolved"

Is it possible to avoid this error?
Re: JSP editor cant support struts' bean:define [message #113021 is a reply to message #112736] Tue, 21 June 2005 13:11 Go to previous message
Eclipse UserFriend
Originally posted by: pavery.us.ibm.com

We aim to resolve this problem by 0.7.

see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=99830
to follow.

thanks,
phil

shendong wrote:
> I add a Struts' tag define a var like:
> <bean:define id="accountno" name="accountinfo" property="account_id"
> type="String"/>
>
> then when i try to use this var in another bean:define, like:
> <bean:define id="actionstring"
> value='<%="/action?accountno="+accountno%>'/>
>
> the jsp editor will give me a error warn, "accountno cant be resolved"
>
> Is it possible to avoid this error?
>
>
>
>
>
Previous Topic:Returning more than one value in a Web Service via WTP.
Next Topic:package does not exist public class
Goto Forum:
  


Current Time: Sat May 17 15:32:23 EDT 2025

Powered by FUDForum. Page generated in 0.04204 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top