accessing form beans with java objects in XSL

Dudley Butt <[email protected]> Thu, 10 Mar 2005 16:03:14 +0200
Newsgroups gmane.comp.java.strutscx.user
Message-ID <[email protected]>
Hi,

I have a form bean User

class User
 private Address address = new Address();
public getAddress() {
return address;
}
etc

class Address
private streetName;

public getStreetName() {
 return streetName;
}


I'm trying to reference the strretName property in my XSL

Can I reference it just by using {user.address}?

Currently I cant seem to get it working. any help will be appreciated thx


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click