RE: [OS-webwork] WW2- Improving ServletRedirectResult

2003-08-29 Thread Cameron Braid
I am currently working on a patch for the RedirectResult that appends the namespace and servlet context for relative redirects. This means that your example below, you can use result name=success type=redirect param name=locationedit.action/param /result And it will execute

RE: [OS-webwork] WW2- Improving ServletRedirectResult

2003-08-29 Thread Cameron Braid
I've comitted this code into HEAD at java.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Braid Sent: Friday, 29 August 2003 10:17 AM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] WW2- Improving ServletRedirectResult I am currently working

RE: [OS-webwork] WW2- Improving ServletRedirectResult

2003-08-29 Thread Jason Carreira
Did you write unit tests for it? :-) -Original Message- From: Cameron Braid [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 8:39 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] WW2- Improving ServletRedirectResult I've comitted this code into HEAD at java.net

Re: [OS-webwork] [JIRA-OS] Commented: (WW-271) Converter frameworkneeds to be able to support plugable to String converters

2003-08-29 Thread Francisco Hernandez
if you're turning off the jira notifications is there still a way to have them sent to individuals instead of on the list? Pat Lightbody wrote: I'm turning off the jira notifications to the list... I just CANT keep up with all this traffic, and these notifications aren't helping, especially once

Re: [OS-webwork] exceptions thrown when rapidly refresh actions

2003-08-29 Thread Francisco Hernandez
sometimes the output sent to the browser is all messed up, most of the tags dont render completely if at all, very funky html is produced Jason Carreira wrote: Well, I *think* so... Are you getting error pages, or just errors being logged? -Original Message- From: Francisco Hernandez

RE: [OS-webwork] [JIRA-OS] Commented: (WW-271) Converter framework needs to be able to support plugable to String converters

2003-08-29 Thread Jason Carreira
You can click on particular issue to watch them, or you can subscribe to the CVS mailing list to see the comments, etc. -Original Message- From: Francisco Hernandez [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 9:50 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork]

[OS-webwork] [JIRA-OS] Created: (XW-84) Remove workflow from ActionSupport

2003-08-29 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://jira.opensymphony.com/secure/ViewIssue.jspa?key=XW-84 Here is an overview of the issue:

Re: [OS-webwork] Multiple problems

2003-08-29 Thread Armond Avanes
Hi Mathias, The same problem with error messages here while I tried to upgrade to the latest on CVS. Even the worse is that all my test units are getting failed because of this small change (since they're strickly checking the returned error messages). Anyone any clue ? Btw, I have another

Re: [OS-webwork] [JIRA-OS] Commented: (WW-271) Converter frameworkneeds to be able to support plugable to String converters

2003-08-29 Thread Francisco Hernandez
a mailing list for jira would be excellent, I just looked through jira and it looks like only individual issues can be 'watched' and not the actual projects like xwork or webwork Rene Gielen wrote: On Thursday 28 August 2003 17:32, Pat Lightbody wrote: I'm turning off the jira notifications to

[OS-webwork] #tag( Form .... (again!)

2003-08-29 Thread Armond Avanes
Hi Folks, I got no answer to my previous posting and I wondered if it has any solution at all or not. That's why I'm reposting ... My forms' openin tags are not generated! for example: #bodytag( Form method=POST action=blabla.action ) #tag( Submit value='submit.name' ) #end generates: input

RE: [OS-webwork] [JIRA-OS] Commented: (WW-271) Converter framework needs to be able to support plugable to String converters

2003-08-29 Thread Jason Carreira
[EMAIL PROTECTED] will receive the Jira issue events -Original Message- From: Francisco Hernandez [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 1:15 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] [JIRA-OS] Commented: (WW-271) Converter framework needs to be able to

RE: [OS-webwork] Multiple problems

2003-08-29 Thread Jason Carreira
Sorry about this. It was necessary to allow multiple messages per field, especially when I added the VisitorFieldValidator to call validations on sub-objects. I'm not sure why Mike put doDefault() in ActionSupport... It's going to go away when I refactor out the workflow from ActionSupport and

RE: [OS-webwork] #tag( Form .... (again!)

2003-08-29 Thread Jason Carreira
Sorry, Matt Ho's our go-to guy on the tags and he's been moving :-) Matt, if you have a chance, can you take a look at this? -Original Message- From: Armond Avanes [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 1:15 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] #tag( Form

RE: [OS-webwork] WW2- Improving ServletRedirectResult

2003-08-29 Thread Cameron Braid
I would, however as I stated on a previous post, I can't get the ant test target to run :( I did run some manual tests to make sure that it does as I expected. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Carreira Sent: Friday, 29 August 2003

[OS-webwork] xwork.xml editor ready for testing

2003-08-29 Thread Jon Lipsky (Mailing Lists)
Title: Message Hi All, I have created a webstartable version of the xwork.xml editor for all of you to try/test. You can launch it from here: http://blog.xesoft.com/xwork-editor/xwork-editor.jnlp Because I have written the editor as a panel/control to be embedded in another application

RE: [OS-webwork] xwork.xml editor ready for testing

2003-08-29 Thread Jon Lipsky (Mailing Lists)
Title: Message Hi All, I have the packaged up the SWT version for you to try/test over the weekend as well. :-) You can launch it from: http://blog.xesoft.com/xwork-editor-swt/xwork-editor-swt.jnlp I have tested it on a Windows machine and it launches fine. It *SHOULD* work on a Linux

[OS-webwork] ui:select problems

2003-08-29 Thread Chris Widhelm
I am trying to get the select tag to generate a select from a java.util.List containing a class called Company. Here is the tag that I have used in my JSP. ui:select label="'Company'" name="'companyId'" list="companies" listKey="'id'" listValue="'name'"/ On the page I have created a

Re: [OS-webwork] ui:select problems

2003-08-29 Thread Chris Widhelm
I forgot to mention that in the log I am seeing the following message: 2003-08-29 09:57:03,187 WARN [webwork.view.taglib.IteratorTag] Value is null! Returning an empty set. However I know that my List has 3 elements. Chris - Original Message - From: Chris Widhelm

RE: [OS-webwork] ui:select problems

2003-08-29 Thread Jason Carreira
Title: Message When you say "On the page I have created a java.util.List called "companies"." what do you mean? The tag will look for a property name 'companies' in your Action with a getCompanies() method. Depending on which WebWork version you're using (1.x or 2.0) there's different

[OS-webwork] Validateable Interface created, workflow removed from ActionSupport

2003-08-29 Thread Jason Carreira
I've created the Validateable Interface and removed the workflow from ActionSupport (and removed BaseActionSupport, just moved up to ActionSupport). The DefaultWorkflowInterceptor now does this: If the Action implements Validateable, it calls validate() on it If the Action implements

Re: [OS-webwork] ui:select problems

2003-08-29 Thread Chris Widhelm
Title: Message Here is the exact page. Maybe I am doing something completely wrong. I was not aware that I needed to use an action to make the List available. I thought the tag library would just use the page context. == %@

RE: [OS-webwork] ui:select problems

2003-08-29 Thread Jason Carreira
Title: Message Well, you don't HAVE to use an Action for this, but seeing your JSP I would HIGHLY recommend it. It's much nicer to put code into Actions than in scriptlets in your page. I assume this is WW 1.3? I think the way to access this would be like this, if you decide to stick