Helper class import in logicsheet?

2001-11-16 Thread Chris Field
I've written a logicsheet and want to move some of the processing into a helper class. My problem is that the generated java for the xsp using the logicsheet does not include an import for the helper class and so it fails to compile. Can anyone tell me how to get helper classes imported?

Re: Helper class import in logicsheet?

2001-11-16 Thread David Rosenstrauch
At 10:59 AM 11/16/01 +, you wrote: I've written a logicsheet and want to move some of the processing into a helper class. My problem is that the generated java for the xsp using the logicsheet does not include an import for the helper class and so it fails to compile. Can anyone tell me