[OS-webwork] JIRA Issue WW-79: PropertyTag shouldn't print when id is sepcify[PATCH]

2002-11-07 Thread Erik Beeson
http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-79 Currently, if a ww:property tag doesn't have a body, it prints the value of the value attribute, or . if no value is provided. In the case of setting a pageContext attribute (a bodyless tag), this isn't what you want. diff attached.

Re: [OS-webwork] JIRA Issue WW-79: PropertyTag shouldn't print when id is sepcify [PATCH]

2002-11-07 Thread Maurice C . Parker
For those who haven't read the Jira comments I posted about this bug, I have inlined them here: I agree that the Property tag shouldn't print when the id attibute is present. It would be uncommon that a person would both want to print the selected value and

Re: [OS-webwork] JIRA Issue WW-79: PropertyTag shouldn't print whenid is sepcify [PATCH]

2002-11-07 Thread Rickard Öberg
Maurice C. Parker wrote: Is changing this behavior for 1.3 going to cause anyone tons of pain and misery? I know that maillist != userbase but, we need to find out if people are relying heavily on this feature. -Maurice I think it's a good idea. /Rickard

Re: [OS-webwork] All purpose property tag [Was: Tags (and perspective) [Was: more flexible property tag]]

2002-11-07 Thread Maurice C . Parker
On Thursday, November 7, 2002, at 03:47 AM, Erik Beeson wrote: One of two things NEEDS to happen here. Either property tag NEEDS to be broken up, before 1.3. OR one of you people who is set on not breaking it up needs to document the beegeebers out of it, put your money where your mouth is

RE: [OS-webwork] JIRA Issue WW-79: PropertyTag shouldn't print when id is sepcify [PATCH]

2002-11-07 Thread Vedovato Paolo
+1 to change the behaviour in 1.3 -Paolo -Original Message- From: Maurice C. Parker [mailto:maurice;vineyardenterprise.com] Sent: Thursday, November 07, 2002 2:57 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] JIRA Issue WW-79: PropertyTag shouldn't print when id is sepcify [PATCH]

RE: [OS-webwork] JIRA Issue WW-79: PropertyTag shouldn't print wh en id is sepcify [PATCH]

2002-11-07 Thread Hani Suleiman
+1 from me too Quoting Vedovato Paolo [EMAIL PROTECTED]: +1 to change the behaviour in 1.3 -Paolo -Original Message- From: Maurice C. Parker [mailto:maurice;vineyardenterprise.com] Sent: Thursday, November 07, 2002 2:57 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] JIRA

Re: [OS-webwork] All purpose property tag [Was: Tags (and perspective) [Was: more flexible property tag]]

2002-11-07 Thread boxed
Erik, the property tag will never undergo a major change in behavior. The amount of code that this would break would be huge. Everyone who ever used the Taglibs would have to have a development iteration just to recode their Views to handle the new behavior. I believe there was a bit of a

Re: [OS-webwork] All purpose property tag [Was: Tags (and perspective)[Was: more flexible property tag]]

2002-11-07 Thread Joseph Ottinger
So this is a call to document the bejeebers out of it? :) Actually, I agree with Maurice... property should stay the way it is. It's kludgey, it's inobvious, it should be deprecated... but not eliminated. (IMO only, naturally.) - Joseph B.

Re: [OS-webwork] All purpose property tag [Was: Tags (and perspective) [Was: more flexible property tag]]

2002-11-07 Thread Wayland Chan
Hello all, I'm wew to WW and to this list. My humble opinion is to rewrite it properly with new tags and deprecate the current tag (provide 2 methods of doing same thing for now). This gives those users with existing 'large applications' an easy upgrade to 1.3 yet informs them that things

Re: [OS-webwork] relative path tag

2002-11-07 Thread Joseph Ottinger
You mean, JUST LIKE the linktags module in the opensymphony CVS? Or are you looking for a solution that's distinctly part of WebWork? - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.comIT

Re: [OS-webwork] relative path tag

2002-11-07 Thread Hani Suleiman
You could have all your actions extend a base class, which has a getContextPath () method, or use request/contextPath Quoting Justen Stepka [EMAIL PROTECTED]: Morning, Currently I have the following in my JSP code... link rel=stylesheet type=text/css media=screen

Re: [OS-webwork] relative path tag

2002-11-07 Thread Justen Stepka
With all of the different responses to the problem I am getting, I think this might fall under a much needed section addition to the project site... 'best programming practices' similar to the link Mike gave us (http://radio.weblogs.com/0107789/stories/2002/11/02/webworkCookbook.html).

[OS-webwork] Wiki

2002-11-07 Thread Francois Beauregard
If that is a community need, I can set-up a Wiki for WebWork (or OpenSymphony as a whole) on our server in less than a day. ___François Beauregard, b.ing.Vice-présidentRecherche et développementPyxis Technologieswww.pyxis-tech.comT : (450) 681-9094, poste 102F :

Re: [OS-webwork] All purpose property tag [Was: Tags (and perspective) [Was: more flexible property tag]]

2002-11-07 Thread Justen Stepka
I have put together a simple example application that uses WebWork and SiteMesh. It does not go in the EL/ValueStack features of the framework but is enough for you to see how the configuration files work and where everything fits together. You can download this at www.hoderi.com. It is the

WIKI! :) Re: [OS-webwork] Wiki

2002-11-07 Thread Mike Cannon-Brookes
http://www.opensymphony.com:8668/space/start It's a Java based Wiki (SnipSnap) that also includes a blog (for project news?) and lots of cool text highlighting. Best for us is that it includes cool Java source highlighting (just wrap code in a {code}...{code}) and is an open source J2EE project