RE: Problem with bean:struts tag

2001-04-10 Thread Trevor Griffiths
-config.xml. Are you trying to use it to access the properties of a particular form instance? You can do that with bean:write directly if the form is already in some scope. Hal > -Original Message- > From: Trevor Griffiths [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 09, 200

Problem with bean:struts tag

2001-04-09 Thread Trevor Griffiths
Hi, I am trying to use the bean:struts and bean:write tags to expose(copy) an action form bean and print a property. However when I use the bean:write tag it tells me that there is no getter method for the specified property(helloMessage). As can be seen in the code below, directly before the be

RE: Confusion with form beans

2001-04-03 Thread Trevor Griffiths
Hi, It seems like the action/formbean system assumes that the user is always inputting something. Does this hold true if, for example, a user clicks on a link which takes them to a page which displays read only information pulled from an XML file? Can I just use a simple bean (created by a method

Newbie - Digester/Sax Parsing Error

2001-04-03 Thread Trevor Griffiths
Hi, I'm doing some simple tests and set up with Digester to get familiar with it before starting in for real. The following xml produces a java.net.MalformedURLException error when digester.parse attempts to parse it. orange carrot I've tried it with and without the DOCTYP