[OS-webwork] Encoding for all incoming pages

2003-12-16 Thread remigijus
Hi. How can I change encoding for all incoming pages to utf-8?

Re: [OS-webwork] WebWork/2 Tool Support...

2003-12-16 Thread Francisco Hernandez
I like the idea about the tool for Dreamweaver, it would be nice to be able to switch between templates while in DW, and also even some sitemesh decoration functionality too Peter White wrote: Yeah, I hear you guys - WebWork's simplicity was what attracted me to it at first. That's why I

[OS-webwork] Displaying quote how ?

2003-12-16 Thread Leonidas Papadakis
Greetings, i have an action in webwork1 that has a message property. The below : message=\; webwork:property value=message/ will be parsed to quot; at the html page, whereas i want to remain as Can anybody tell how do i do that ? Thanks in advance L

AW: [OS-webwork] Obtaining Xwork action name in JSP

2003-12-16 Thread Patrick Holzmann
Hi, is there a way to obtain the action name used in xwork.xml in the corresponding JSP? I am trying to implement some action-based menu structure/handling. Thanks + cheers Patrick --- This SF.net email is sponsored by: SF.net Giveback

RE: [OS-webwork] Obtaining Xwork action name in JSP

2003-12-16 Thread Joseph Ottinger
I'd like to propose that a shortcut method for this should be added to the ActionContext. :) On Tue, 16 Dec 2003, Daniel Pfeifer wrote: %=ActionContext.getContext().getActionInvocation().getProxy().getActionName ()% -Original Message- From: Patrick Holzmann [mailto:[EMAIL PROTECTED]

Re: [OS-webwork] WW1.4 and Tomcat 4.1.29 and Skeleton app problem s

2003-12-16 Thread Hani Suleiman
If you're seeing blanks, then the taglib is being recognised, but somethign else is going wrong. Did you poke around the logfiles to see if it's logged anywhere? If the taglib is not recognised, then you'll see an error page, rather than the page without any of the taglibs. What tags are you

RE: [OS-webwork] WebWork/2 Tool Support...

2003-12-16 Thread Peter White
Yeah, I've decided to nix a Struts Studio type solution based on the feedback I've received so far. However, I've been looking for an excuse to do a Dreamweaver extension since I plan on reusing the experience I'll gain on a future project. At the moment, I'm about half way there - I've already

RE: [OS-webwork] A simple question

2003-12-16 Thread Patrick Lightbody
Title: Message Please make sure a jira issue exists for this just in case. Id hate to forget to do this before releasing 2.0 final -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Carreira Sent: Monday, December 15, 2003 7:55 AM To: [EMAIL

RE: [OS-webwork] WebWork/2 Tool Support...

2003-12-16 Thread Patrick Lightbody
Oh, and also keep in mind that there is Dreamweaver support (not sure in what form) for WW 1.x -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter White Sent: Tuesday, December 16, 2003 7:37 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] WebWork/2

Re: [OS-webwork] WebWork/2 Tool Support...

2003-12-16 Thread Hani Suleiman
It's in no form, it was just some placeholder directories and files. On Dec 16, 2003, at 10:52 PM, Patrick Lightbody wrote: Oh, and also keep in mind that there is Dreamweaver support (not sure in what form) for WW 1.x --- This SF.net email

RE: [OS-webwork] Security flaw with WW2

2003-12-16 Thread Patrick Lightbody
Ouch -- great catch! Please file a jira issue and I think we'll need to update the CompoundRootAccessor to only execute methods after the action has been processed and we're in view mode. I'll probably put in a few other checks, like disallowing some of the super critical method calls like

RE: [OS-webwork] A little HELP please....a very odd error

2003-12-16 Thread Patrick Lightbody
Les, Did you get anywhere with this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 8:32 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] A little HELP pleasea very odd error Let me preface this by

RE: [OS-webwork] Empty string property now instead of null?

2003-12-16 Thread Patrick Lightbody
So what is the outcome of this discussion? :P Also, I think I'm going to add a helper object to the AC like so: #p.foo - causes action.getFoo() to be called, and if the return value is null (or default) then it will call request.getParameter(foo). That would solve Mike's 'abc' example if all the

Re: [OS-webwork] Encoding for all incoming pages

2003-12-16 Thread Scott Farquhar
This is a well tested encoding filter. You will need to edit things to remove the Atlassian imports word curly quotes. It works on all application servers. Cheers, Scott remigijus wrote: Hi. How can I change encoding for all incoming pages to utf-8? -- ATLASSIAN -

Re: [OS-webwork] Reusing Action object when several action tags is used

2003-12-16 Thread Scott Farquhar
Are you using Resin? Resin caches tag values. This could be a bug in the action tag. Jonas Eriksson wrote: If I use two action tags on same page and the action-name and namespace are equal on the two separate tags, the second invocation is not creating a new Action object. This is not the

[OS-webwork] Updates to Pell multipart library

2003-12-16 Thread Scott Farquhar
Guys, I've updated Webwork 1.4 to use a new Pell multipart library for uploading. However, this is slightly not backward compatible. Where previously the library would thow an error if the filesize was too large, now it just returns a null file. This is preferable IMHO as it means that you

Re: [OS-webwork] WebWorks without velocity how to

2003-12-16 Thread Fredrik Lindgren
Already done, The jira issue is WW-425. Just to clarify, my intention was not replace or duplicate the velocity based templates in webwork. With the changes however, users could developo their own template based tags using the technology of their own choice. I think there's a point in