[OS-webwork] getting the value from the top of the stack?

2003-08-22 Thread Francisco Hernandez
how do I get the value from the top of the stack (just like ww1's . )? im trying to do something like this: but I want to use the i18n bundle to get the messages, in ww1 it was something like this: --- This SF.net ema

RE: [OS-webwork] cvs commit emails

2003-08-22 Thread Jason Carreira
There's one for Xwork and one for WebWork2 on dev.java.net under the mailing lists under the respective projects. They always set up a few mailing lists for each project - dev, announce, users, cvs. > -Original Message- > From: Francisco Hernandez [mailto:[EMAIL PROTECTED] > Sent: Friday,

[OS-webwork] cvs commit emails

2003-08-22 Thread Francisco Hernandez
I'd like to see the patches commited everytime theres a cvs commit anyone know if there is a mailing list setup to receive all the cvs commit info? --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating syst

[OS-webwork] WW2 x WW1

2003-08-22 Thread Samuel Mota
Hi, Can someone tell me if everytihng from ui of WW1 are already at WW2? I'd like to have all funcionalities from the test packed with WW1 : webwork/tests/formtest.action And and and ... wich important pieces are missing from WW1? (I'll use JSP as my view ... and basic form validations ...) t

[OS-webwork] [JIRA-Opensymphony] Created: (WW-264) XSLT View support

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

RE: [OS-webwork] [JIRA-Opensymphony] Commented: (WW-263) webwork-example not working with Tomcat 5.0.7

2003-08-22 Thread Jason Carreira
Put that one in Jira... We'll have to look at the docs for the return codes :-) I haven't heard of that one on another container, so it may be a Novell thing. > -Original Message- > From: Amir Brown [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 4:17 PM > To: '[EMAIL PROTECTED

RE: [OS-webwork] [JIRA-Opensymphony] Commented: (WW-263) webwork-example not working with Tomcat 5.0.7

2003-08-22 Thread Amir Brown
Yes, it does. It's happened to me in Tomcat and the Novell server. I don't know if my message was unreadable because of all the stack traces, but I've found numerous problems with the example web-app. I can put it in JIRA but no one even replied to say whether or not this was a known issue or due t

RE: [OS-webwork] [JIRA-Opensymphony] Commented: (WW-263) webwork-examplenot working with Tomcat 5.0.7

2003-08-22 Thread Samuel Mota
Hi, Just to add this dependency is not only for Tomcat 5.0.7 (as the title of the JIRA) ... I'm running 4.1.36 and the problem is there (and the solution is the same:) ... In fact this should happen to all containers, shouldn't it? + Samuel G. Mota + [EMAIL PROTECTED] + 55 (11) 4417 7093 + Bus

RE: [OS-webwork] WebTable for WW2

2003-08-22 Thread Jason Carreira
Yep, that's it. Thanks! > -Original Message- > From: Robert Carlens [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 5:24 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] WebTable for WW2 > > > Hi, > > I've been following this list for ages but I've never really > contrib

RE: [OS-webwork] [JIRA-Opensymphony] Commented: (WW-263) webwork-example not working with Tomcat 5.0.7

2003-08-22 Thread Jason Carreira
Does anyone have any idea why this dependency on Clover is showing up? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 2:05 PM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] [JIRA-Opensymphony] Commented: (WW-263) > webwork-exa

[OS-webwork] WebWork2/XWork Definition Editor

2003-08-22 Thread Jason Carreira
Check this out: http://blog.xesoft.com/jon.lipsky/blog/Java/?permalink=xwork_definition_ editor.html Cool! Jason -- Jason Carreira Technical Architect, Notiva Corp. phone: 585.240.2793 fax: 585.272.8118 email: [EMAIL PROTECTED] --- Notiva - optimizing trade relationships (tm) BEGIN:VCARD

Re: [OS-webwork] WW2 file upload

2003-08-22 Thread Scott Farquhar
Rainer, You may be thinking of a problem with JIRA? There was a problem with uploading binary attachments in JIRA. Anyhow - Java cannot rename files across partitions, so to move files in this way we need to copy the bytes from one file to the other. Not sure how this would affect file upload

RE: [OS-webwork] Re: Performance diff bw ww1 and ww2?

2003-08-22 Thread Jason Carreira
Well, I feel better that it's something in the WW2 / Velocity integration, and not something systemic :-) I'm going to start learning the internals of Velocity to be able to help out with this stuff... > -Original Message- > From: Drew McAuliffe [mailto:[EMAIL PROTECTED] > Sent: Friday,

RE: [OS-webwork] Re: Performance diff bw ww1 and ww2?

2003-08-22 Thread Drew McAuliffe
Some more info on this: 1) As I mentioned earlier, the way the templates are merged in velocityResult is much different from how things were handled in ww1. WW1 used the VelocityServlet, which did some writer pooling. I tried to implement the same thing but it didn't appear to help much; I just don

[OS-webwork] [JIRA-Opensymphony] Commented: (WW-263) webwork-example not working with Tomcat 5.0.7

2003-08-22 Thread legendaryservice
The following comment has been added to this issue: Author: Jim Krygowski Created: Fri, 22 Aug 2003 1:04 PM Body: Hey just noticed one more thing. It looks like the SessionLifecycleListener (which the RequestLifecycleListener depend upon to set the DefaultComponentManager into th

RE: [OS-webwork] Re: Performance diff bw ww1 and ww2?

2003-08-22 Thread Drew McAuliffe
Well, there's caching that you can set for the resources, which means that every page is cached. That wasn't how things were set by default in ww1, or at least not how I had them set in the examples I gave Jason. That's a performance enhancement you can make when moving to production and it prevent

Re: [OS-webwork] WW2 file upload

2003-08-22 Thread Rainer Hermanns
Just a RAM defect... --Rainer -- Rainer Hermanns [EMAIL PROTECTED] Woperstr. 34 tel: +49 (0)170 - 3432 912 D-52134 Herzogenrath fax: +49 (0)2406 - 7398 --- This SF.ne

RE: [OS-webwork] WW2 file upload

2003-08-22 Thread Jason Carreira
What was the problem? > -Original Message- > From: Rainer Hermanns [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 10:41 AM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] WW2 file upload > > > Problem solved... > > Thanks anyway. > --Rainer > > Rainer Hermanns wrote: >

Re: [OS-webwork] WW2 file upload

2003-08-22 Thread Rainer Hermanns
Problem solved... Thanks anyway. --Rainer Rainer Hermanns wrote: When uploading files with cos or pell, all image files get corrupted... I remember, that someone had the same issue, but I can not find the entry anymore. (Something with copying from one partition to another) Does anyone solv

[OS-webwork] [JIRA-Opensymphony] Created: (XW-81) ability to fetch the current value on the top of the valuestack

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

[OS-webwork] How to use the ComponentManager

2003-08-22 Thread Christian Meunier
Hi all, i am trying to use the ComponentManager class to initialize a component in a servelt filter as follow : public class HibernateFilter implements Filter { private Log log = LogFactory.getLog(this.getClass()); private ComponentManager componentManager; private PersistenceManager per

RE: [OS-webwork] When will XSLT support be in WebWork2?

2003-08-22 Thread Jason Carreira
What does the WW1 XSLT support use to create a DOM tree from the beans? I've heard good things about Domify... > -Original Message- > From: Rainer Hermanns [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 4:09 AM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] When will XSLT

[OS-webwork] WW2 file upload

2003-08-22 Thread Rainer Hermanns
When uploading files with cos or pell, all image files get corrupted... I remember, that someone had the same issue, but I can not find the entry anymore. (Something with copying from one partition to another) Does anyone solved this problem or has a solution? Thanks, --Rainer -- Rainer He

RE: [OS-webwork] Internacionalization logic

2003-08-22 Thread Jason Carreira
Or, like I was saying, if you have this parent class, you can define the resource bundle at this level for default messages. > -Original Message- > From: Hani Suleiman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 20, 2003 4:24 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork]

RE: [OS-webwork] Internacionalization logic

2003-08-22 Thread Drew McAuliffe
That seems to be a bit awkward, especially since there's no multiple inheritence in Java. I don't mind using base classes to aggregate functionality, but just to have a pointer for xwork to find? That seems a bit much. Also, it would be nice if there were a way to specify the resource bundle so you

Re: [OS-webwork] How to use the ComponentManager...

2003-08-22 Thread Christian Meunier
Christian Meunier wrote: Hi all, i am trying to use the ComponentManager class to initialize a component in a servlet filter as follow : public class HibernateFilter implements Filter { private Log log = LogFactory.getLog(this.getClass()); private ComponentManager componentManager; private

Re: [OS-webwork] When will XSLT support be in WebWork2?

2003-08-22 Thread Rainer Hermanns
Peter, I am looking into the XSLT port to webwork2 within the next days as well as an update to jasperreport views. Will come back to you when done. --Rainer -- Rainer Hermanns [EMAIL PROTECTED] Woperstr. 34 tel: +49 (0)170 - 3432 912 D-52

RE: [OS-webwork] bug in controlheader.vm

2003-08-22 Thread Jason Carreira
Please add this as a Jira issue. Sorry, this was my fault. I made field errors hold a List of errors instead of just one. > -Original Message- > From: Francisco Hernandez [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 6:56 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] bu

Re: [OS-webwork] webwork2 OutOfMemoryException

2003-08-22 Thread Francisco Hernandez
I've had those errors with lifeCycle aswell, testing on orion I havent had any problems except the occasional freeze that happens but I just go into the console window and hit enter and it keeps working. Rainer Hermanns wrote: Yes, these were my expierences as well... Even with command line sta

Re: [OS-webwork] webwork2 OutOfMemoryException

2003-08-22 Thread Rainer Hermanns
Yes, these were my expierences as well... Even with command line startup, the same problem appears. While deploying without reloading I do not get any OutOfMemoryErrors. Since I start tomcat with mx512m there shouldn't be an issue with to less memory right after startup. Same problem appears wi