Scott Yeadon wrote:
How do I then access the request parameters from subsequent forms using Java, specifically when I have a class that has no context objects directly avaliable to it? For example say I wanted to populate a selection list based on user id if the user clicks on a button (in which case I am limited to the Form and its widgets - can I get any request parameter information from these objects?
You could use flow to instantiate your java class and pass it the context object.
Alternatively (not so nice IMO) you could make that java class a Component, implement Serviceable and access the context object via the servicemanager.
HTH Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
