Hi Ryan thanks for your reply. I'm creating a web application, but i dont have much experience in doing so. I'm proficient in Java, but i'm not sure how to get a java class to interact with a jsp page. Ie - how do I pass variables between them? I think the paragraph below touches on a solution, would you mind going into more detail on this?
Thanks very much Brett > > Are you creating a web application or desktop application? For a web > application using a servlet controller, I would normally set an attribute on > the request object, and then use the RequestDispatcher to forward the > request onto a JSP. The JSp can then access the request attribute. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
