RE: [OS-webwork] Hyperlink best practices - use of actions

2003-10-01 Thread Robert Douglass
] Subject: Re: [OS-webwork] Hyperlink best practices - use of actions It looks like Jason's commit of having a standard WebWorkResultSupport base class for the various result types has made it so that these guys are all taken care of. Thanks for the bug report! -Pat - Original Me

Re: [OS-webwork] Hyperlink best practices - use of actions

2003-10-01 Thread Pat Lightbody
To: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 7:27 AM Subject: Re: [OS-webwork] Hyperlink best practices - use of actions > I can add the following to this issue: > > Works: > type="redirect" > ${'any.action'} (-> any.action) > > Fails:

Re: [OS-webwork] Hyperlink best practices - use of actions

2003-10-01 Thread Jonas Eriksson
Robert Douglass wrote: Works: test.html Fails: ${'test.html'} -RD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pat Lightbody Sent: Monday, September 29, 2003 3:41 AM To: [EMAIL PROTE

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-29 Thread Robert Douglass
PROTECTED] Subject: Re: [OS-webwork] Hyperlink best practices - use of actions Robert, I haven't tested this functionality in a while, but I don't think it's gone anywhere :) Scott is right that a result type of "redirect" is not what you want. Since you were using , y

Re: [OS-webwork] Hyperlink best practices - use of actions

2003-09-28 Thread Pat Lightbody
ackwards... see if you can dispatch to a hardcoded page (foo.jsp) and then try a simple Ognl expression (${'foo.jsp'}), etc. -Pat - Original Message - From: "Robert Douglass" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 28, 2003 10:3

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-28 Thread Robert Douglass
description The requested resource (/${templatePath}) is not available. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Scott Farquhar Sent: Sunday, September 28, 2003 4:37 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hyperlink best practices - use of actions R

Re: [OS-webwork] Hyperlink best practices - use of actions

2003-09-28 Thread Scott Farquhar
t wouldn't work? > > -Robert > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Pat Lightbody > Sent: Thursday, September 25, 2003 7:10 AM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] Hyperlink best prac

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-28 Thread Robert Douglass
redirect wouldn't work? -Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pat Lightbody Sent: Thursday, September 25, 2003 7:10 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hyperlink best practices - use of actions You should be able t

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-25 Thread Ian Roughley
This is great. I had no idea that it was even available. /Ian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pat Lightbody Sent: Thursday, September 25, 2003 1:10 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hyperlink best practices - use of actions

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-25 Thread Robert Douglass
PROTECTED] Subject: Re: [OS-webwork] Hyperlink best practices - use of actions Hehe, I think this even got back-ported to 1.3 at some point due to popular demand :) Not in the Wiki that I'm aware of, but I haven't checked it out in a looong time (I know, I'm bad). Please add it if you ge

Re: [OS-webwork] Hyperlink best practices - use of actions

2003-09-25 Thread Francisco Hernandez
months who were looking for just about the same thing. Is this in the Wiki? Thanks, Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pat Lightbody Sent: Thursday, September 25, 2003 7:10 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hyperlink best

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-25 Thread Drew McAuliffe
, 2003 11:36 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Hyperlink best practices - use of actions This is an excerpt from my xwork.xml file? That's incredible. That's exactly what I want, and I think I've read posts from a few other people over the last months who were looking

Re: [OS-webwork] Hyperlink best practices - use of actions

2003-09-24 Thread Pat Lightbody
Message - From: "Robert Douglass" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 11:36 PM Subject: RE: [OS-webwork] Hyperlink best practices - use of actions > This is an excerpt from my xwork.xml file? That's incredible. That&#x

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-24 Thread Robert Douglass
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pat Lightbody Sent: Thursday, September 25, 2003 7:10 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hyperlink best practices - use of actions You should be able to do: browse.action?id=${product.id} This will cause the Ognl expression

Re: [OS-webwork] Hyperlink best practices - use of actions

2003-09-24 Thread Pat Lightbody
AIL PROTECTED]> Sent: Tuesday, September 23, 2003 7:53 AM Subject: RE: [OS-webwork] Hyperlink best practices - use of actions > This leads me to another question. What is the best way to implement the > forwarding in the model that I described below. The url is formed by > document id and templ

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-23 Thread Robert Douglass
IL PROTECTED] Behalf Of Robert Douglass Sent: Tuesday, September 23, 2003 9:07 AM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Hyperlink best practices - use of actions The idea of the browse.action, given an id and a templateName, is that the getModel() method can do something like return dat

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-23 Thread Robert Douglass
Sorry, what do you mean "non-terminals that *act* like terminals."? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joseph Ottinger Sent: Tuesday, September 23, 2003 12:24 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Hyperlink best practice

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-23 Thread Joseph Ottinger
, though, does anybody else do business this > way? If so, how did you implement it? > > -Robert Douglass > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Robert Douglass > Sent: Tuesday, September 23, 2003 7:58 AM > To:

RE: [OS-webwork] Hyperlink best practices

2003-09-23 Thread Robert Douglass
Ahhh. I see. How is the id attribute intended to be used? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michal Mosiewicz Sent: Tuesday, September 23, 2003 9:04 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hyperlink best practices >[...] >

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-23 Thread Robert Douglass
-Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Robert Douglass > Sent: Tuesday, September 23, 2003 7:58 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] Hyperlink best practices > > > Hello, > I'm looking for code

Re: [OS-webwork] Hyperlink best practices

2003-09-23 Thread Francisco Hernandez
tivated? Just trying to understand :-) -Robert Douglass -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Francisco Hernandez Sent: Tuesday, September 23, 2003 8:35 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Hyperlink best practices just use the url tag l

Re: [OS-webwork] Hyperlink best practices

2003-09-23 Thread Michal Mosiewicz
>[...] > And if so, why is the tag necessary? I thought the servlet API would do this > automatically if the client didn't have cookies activated? No. Cause the JSDK API is not a HTML processing API. So it's not aware how you "write down" your URLs, and it doesn't know that if you output it has

Re: [OS-webwork] Hyperlink best practices - use of actions

2003-09-23 Thread Francisco Hernandez
this way? If so, how did you implement it? -Robert Douglass -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Douglass Sent: Tuesday, September 23, 2003 7:58 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] Hyperlink best practices Hello, I'm looking

RE: [OS-webwork] Hyperlink best practices

2003-09-23 Thread Robert Douglass
] Subject: Re: [OS-webwork] Hyperlink best practices just use the url tag like so: ">Add this Event to your Calendar Robert Douglass wrote: > Is this how most people do it? > > "> > > > > -Original Message- > From: [EMAIL PROTECTED] > [mai

Re: [OS-webwork] Hyperlink best practices

2003-09-23 Thread Francisco Hernandez
[EMAIL PROTECTED] Subject: [OS-webwork] Hyperlink best practices Hello, I'm looking for code examples of how people build their hyperlinks in WW2/JSP view. The examples in the distribution don't really address this, and the ww:url tag seems to be more of an encoding helper than the beginning o

RE: [OS-webwork] Hyperlink best practices - use of actions

2003-09-23 Thread Robert Douglass
did you implement it? -Robert Douglass -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Douglass Sent: Tuesday, September 23, 2003 7:58 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] Hyperlink best practices Hello, I'm looking for code examples of how

RE: [OS-webwork] Hyperlink best practices

2003-09-23 Thread Robert Douglass
Is this how most people do it? "> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Douglass Sent: Tuesday, September 23, 2003 7:58 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] Hyperlink best practices Hello, I'm looking for cod

[OS-webwork] Hyperlink best practices

2003-09-23 Thread Robert Douglass
Hello, I'm looking for code examples of how people build their hyperlinks in WW2/JSP view. The examples in the distribution don't really address this, and the ww:url tag seems to be more of an encoding helper than the beginning of a solution to generating dynamic anchor tags. What I'd ideally like