I'm currently learning struts and I have a simple question about applets and struts. I have searched the web and looked different FAQs but haven't found a clear answer.
Is there any nice way of incorparing an applet with the struts-controller, or do the applet need to send a redirect to the browser to load the specific page when its finished?
I'm going to use the applet in probably two situations:
1) for listing editable pages in a nice graphic tree in an admin interface
2) use an applet instead of an form to input text to my database. If a use an applet instead of a form to input my data to the database it's much easier for the user of the admin interface to format the text e.g. make text bold, hyperlinks and so on.
Earlier I have used simple forms and buttons with javascript to "format" the text, eg [bold] bla bla [/bold] and i have made my webbpages with PHP. Another approach is to implement the graphic elements with Macromedia Flash, but it think that would be kind of messy..,.
/Kristian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]