Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » jsp editor and struts taglibs
jsp editor and struts taglibs [message #120799] Thu, 14 July 2005 09:51 Go to next message
Eclipse UserFriend
I have a problem with struts taglib:

The jsp editor can't resolve a page scope bean returned by the taglib
entry:

<logic:iterate name="tableForm" property="columnsForList" id="column"
type="mypackage.TableColumnDefinition">
<%if (column.isAttachment()){
...

the "column" object is not resolved.
I used lomboz before installing wtp and everything worked fine; also
Running the JSP on Tomcat everything works.
Thanks, Riccardo
Re: jsp editor and struts taglibs [message #131396 is a reply to message #120799] Tue, 09 August 2005 18:54 Go to previous message
Eclipse UserFriend
Riccardo wrote:
> I have a problem with struts taglib:
>
> The jsp editor can't resolve a page scope bean returned by the taglib
> entry:
>
> <logic:iterate name="tableForm" property="columnsForList" id="column"
> type="mypackage.TableColumnDefinition">
> <%if (column.isAttachment()){
> ...
>
> the "column" object is not resolved.
> I used lomboz before installing wtp and everything worked fine; also
> Running the JSP on Tomcat everything works.

Looks like bug 99830.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=99830

--
- Nitin
Previous Topic:Getting Exception during publishing an EJB
Next Topic:servlet not launched?
Goto Forum:
  


Current Time: Sun Jun 01 07:29:05 EDT 2025

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

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

Back to the top