I had the same problem.  This is old code.  
Here is the note craig sent me: 

"the entire src/share/org/apache/struts/taglib/form directory is now obsolete,
and should be removed.  It is no longer included in the CVS tree (as long as you
execute "cvs update -dP" when you update) or the nightly source distributions."

If your using the source distribution be sure to delete your old code branch
before you place a new source distribution in the same directory.

Good luck,

Steve




Nick Afshartous wrote:
> 
> Hi,
> 
> Can someone please advise me on this compile error I got
> trying to build the struts nightly distribution, thanks.
> 
> I looked in BeanUtils.java and there is no method lookup.
> --
> 
>         Nick
> 
> compile.library:
> Property ${servlet.jar} has not been set
>     [javac] Compiling 67 source files to 
>/net_disk/home/afshar/local/jakarta-struts/build/library/classes
>     [javac] 
>/net_disk/home/afshar/local/jakarta-struts/src/share/org/apache/struts/taglib/form/LinkTag.java:349:
> cannot resolve symbol
>     [javac] symbol  : method lookup  
>(javax.servlet.jsp.PageContext,java.lang.String,java.lang.String)
>     [javac] location: class org.apache.struts.util.BeanUtils
>     [javac]     Object bean = BeanUtils.lookup(pageContext, name, scope);
>     [javac]                                ^
>     [javac] 1 error
> 
> BUILD FAILED

-- 
-----------------------------------------------------------------
Steven D. Wilkinson, [EMAIL PROTECTED]

Reply via email to