i just employed the old Populator in ThrowawayBean and solved that problem.

now i've just got that the jasper version used in Tomcat 3 looks too early to 
understand taglibs.  how do i access the model without using taglibs?

hey, this seems to work!:
<jsp:useBean id="model" scope="request" class="whatever..."/>

is that it?  (never seen an example, had to guess)

On Friday 25 January 2002 15:41, Gerald de Jong wrote:
> i built a trivial tryout webapp based on what i'm reading in the 
> friendbook-jsp example.  lots of undocmented stuff going on in there, but 
> mav2 looks tight.  when the docs are out, smiles will be inevitable.
> 
> problem is, as in the friendbook-jsp example, when i derive my controller 
> from ThrowawayBean, it's populating the bean with this command:
> 
> Beanutils.populate(this,this.getRequest().getParameterMap());
> 
> as it turns out, getParameterMap() causes a java.lang.AbstractMethodError 
> (whew, ain't never met one of them before!).
> 
> my guess is that this is also a Servlet 2.3 thing.  care to dismiss or 
> corroborate?
> 
> grim evidence is piling up that Maverick is not at all a happy camper in 
the 
> Tomcat 3 forest.
> 
> -- 
> Beautiful Code BV
> Rotterdam, The Netherlands
> http://www.beautifulcode.nl
> 
> _______________________________________________
> Mav-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mav-user
> 
> 

-- 
Beautiful Code BV
Rotterdam, The Netherlands
http://www.beautifulcode.nl



-------------------------------------------------------

-- 
Beautiful Code BV
Rotterdam, The Netherlands
http://www.beautifulcode.nl

_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to