RE: Struts Validator Load Failure

2002-02-02 Thread Jason Te Whau
Actually that really looks like the error you get when you've got an old version of xerces.jar. I know the Digester needs a fairly recent version of Xerces. Maybe you can check that as well. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002

RE: html:options value and label

2001-07-20 Thread Jason Te Whau
Hi, TGIF from me too :) I guess you could try using an iterate tag because it seems that the values you want are just a sequence, which you can expose using the indexId attribute. Otherwise you will need to specify both the property and labelProperty attributes of the options tag, which lets

Struts with IIS and WebLogic

2001-07-20 Thread Jason Te Whau
Hi We recently put the plug-in in for IIS and WebLogic and are encountering the problem where IIS is giving page not found errors because of the sessionid that the struts tags put on the URL for the first request to our application. We know its the sessionid causing the problem because all

RE: Struts with IIS and WebLogic

2001-07-20 Thread Jason Te Whau
- From: Jason Te Whau [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 4:03 PM To: [EMAIL PROTECTED] Subject: Struts with IIS and WebLogic Hi We recently put the plug-in in for IIS and WebLogic and are encountering the problem where IIS is giving page not found errors because

RE: html:select/options

2001-07-19 Thread Jason Te Whau
This works for me: html:select name=userForm property=roleName html:option value=-1-- Select a Role -- /html:option html:options collection=Roles property=name / /html:select where the userForm.getRoleName() method will return a value that matches with one of the

RE: JavaBeans creation

2001-07-12 Thread Jason Te Whau
Title: RE: JavaBeans creation Finally had a chance to check through my Struts e-mails and noticed this one, and wondered why the Textpad fans hadn't jumped in ;) So I thought I'd offer the Textpad regular expression I use for creating setter and getter methods using Textpads search/replace

RE: (architectural issue/feature request) JavaBeans in Struts are n't flexible enough

2001-04-26 Thread Jason Te Whau
Hi Iraklis I did alot of experimenting with this approach on my previous project about four months ago i.e. a generic JavaBean that was an extension of the HashMap object with generic getProperty/setProperty methods. I hit upon the idea of storing the properties and meta data for the JavaBeans