[OS-webwork] [JIRA-Opensymphony] Created: (WW-215) Make ServletDispatcher.wrapRequest sensitive to webwork's i18n encoding config

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

[OS-webwork] WebWork Getting Started Guide

2003-06-12 Thread Daley, Andrew
Is there a getting started guide to WebWork ? I do not find the WebWork docs on opensymphony.com easy to follow --- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here:

RE: [OS-webwork] SF meetup?

2003-06-12 Thread Jason Carreira
Cool. How about 6:30? My only constraint is that I want to see Joshua Bloch's talk on Metadata at 8:30 at the Moscone center... -Original Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 3:14 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork]

Re: [OS-webwork] SF meetup?

2003-06-12 Thread Matthew E . Porter
Fine by me. Name the place... -matthew On Thursday, June 12, 2003, at 02:29 AM, Jason Carreira wrote: Cool. How about 6:30? My only constraint is that I want to see Joshua Bloch's talk on Metadata at 8:30 at the Moscone center... -Original Message- From: Matthew E. Porter

Re: [OS-webwork] Configuration in /WEB-INF

2003-06-12 Thread Philipp Meier
On Wed, Jun 11, 2003 at 04:44:55PM -0400, Anthony Eden wrote: There is an interesting problem with using the ClassLoader or the ServletContext for getting resource data: there is no way using the APIs to determine if the resource has been modified. To my understanding, it is the job of the

[OS-webwork] [JIRA-Opensymphony] Created: (WW-216) Bugs in URLTag

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

Re: [OS-webwork] Hiding/delecting navigation link for current page

2003-06-12 Thread Ken Yee
Mike Cannon-Brookes wrote: highlight one of a list of navigation items in your decorator? Yep. For example, if you're on a typical company web site, you'd have a Contact Us web page and a link to it. If the browser is currently on the Contact Us web page, the link should be disabled so the

RE: [OS-webwork] SF meetup?

2003-06-12 Thread Jason Carreira
How about in the lobby of the Argent? People don't need a pass to get there :-) -Original Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 3:37 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] SF meetup? Fine by me. Name the place...

RE: [OS-webwork] Configuration in /WEB-INF

2003-06-12 Thread Les . Stroud
Agreed, but use care with the something. While, the servlet spec specifies a return value of null for getRealPath() in a war deployment, it is my understanding that at one time all of the containers did not implement this consistently. I haven't looked recently, but I would suggest checking the

Re: [OS-webwork] Hiding/delecting navigation link for current page

2003-06-12 Thread Mike Cannon-Brookes
Anders, Might I just say that you can do it 'cleaner' using SiteMesh properly :) some-page.jsp % request.setAttribute(current_view_name, some-page); % html yadda yadda / /html becomes: some-page.jsp html meta name=view_name content=some-page yadda yadda / /html And the

[OS-webwork] Webwork velocity jsp tag directive and sitemesh

2003-06-12 Thread Heng Sin Low
Hi, I think it make sense to move the velocity jsp tag directive stuff from webwork to oscore so that other opensymphony project can use it. In particular, the webwork approach to allow velocity making use of the ui jsp tag can be use in sitemesh to offer complete velocity support. Regards, Low

[OS-webwork] [JIRA-Opensymphony] Created: (WW-217) CommandProxy

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

Re: [OS-webwork] Hiding/delecting navigation link for current page

2003-06-12 Thread Anders Engström
On Fri, Jun 13, 2003 at 12:29:11AM +1000, Mike Cannon-Brookes wrote: Anders, Might I just say that you can do it 'cleaner' using SiteMesh properly :) some-page.jsp % request.setAttribute(current_view_name, some-page); % html yadda yadda / /html becomes: some-page.jsp

[OS-webwork] WW2

2003-06-12 Thread Joseph Ottinger
Okay, I've finally gotten around to playing with WW2, and... uh... things are still a little dark. Partially it's because I'm doing too much at one time: I'm learning Velocity and starting WW2 at the same time. That said... that's more or less what you might be able to expect. How do I invoke an

Re: [OS-webwork] WW2

2003-06-12 Thread Matt Ho
Partially it's because I'm doing too much at one time: I'm learning Velocity and starting WW2 at the same time. That said... that's more or less what you might be able to expect. How do I invoke an action from a Velocity template? That's not you, it's me. I haven't gotten around to writing