2 Replies Last post: Aug 4, 2008 5:50 PM by Brad L.  
Brad L. Novice 323 posts since
Aug 20, 2002
Currently Being Moderated

Aug 1, 2008 7:48 PM

Implicit pageFlow object in BEA10 jsps

How do I get IDEA to recognize them in EL statements? For instance, in the following tag the 'pageFlow' object cannot be resolved:

 

<netui-data:callMethod method="disableDelete" object="$" resultId="isdelete"/>

Norris Shelton Apprentice 674 posts since
Aug 29, 2002
Currently Being Moderated
Aug 1, 2008 9:15 PM in response to: Brad L.
Re: Implicit pageFlow object in BEA10 jsps

You may need to specify the scope that they are in.  They may be request attributes (requestScope).

More Like This

  • Retrieving data ...