Re: [OS-webwork] Chaining actions question

2004-03-07 Thread Matthew Payne
I added "a" second example to the wiki. here http://wiki.opensymphony.com/space/Webwork+-+Why+would+I+use+Action+Chaining%3F Bar viewFoo /foo Matthew Payne wrote: I added an second example to the wiki here http://wiki.opensymphony.com/space/Webwork+-+W

Re: [OS-webwork] Chaining actions question

2004-03-07 Thread Matthew Payne
I added an second example to the wiki here http://wiki.opensymphony.com/space/Webwork+-+Why+would+I+use+Action+Chaining%3F Matthew Payne wrote: I figured it out. If I want to chain to an action in the same package/namespace, I can just to ... viewJob ... If I want to

Re: [OS-webwork] Chaining actions question

2004-03-07 Thread Matthew Payne
... Is this mentioned anywhere on the wiki? Matthew Payne wrote: What is the syntax for chaining to an action in a different package? I know what I have below is wrong. . . . . . /WEB-INF/vm/CreateCronTrigger.vm ../job/viewJob /WEB-INF/vm

[OS-webwork] Chaining actions question

2004-03-07 Thread Matthew Payne
What is the syntax for chaining to an action in a different package? I know what I have below is wrong. . . . . . /WEB-INF/vm/CreateCronTrigger.vm ../job/viewJob /WEB-INF/vm/CreateCronTrigger.vm Thanks, Matt ---

Re: [OS-webwork] ObjectFactory

2004-03-02 Thread Matthew Payne
Would this be of interest of someone wanted populate their actions from the database instead of the xwork.xml ? We have toying around with the idea of user customized actions, but weren't sure if xwork would be a candidate for this. thanks, Matt On Sat, 2004-02-28 at 02:40, Jason Carreira wro

Re: [OS-webwork] jsp and webwork variable interaction

2004-02-25 Thread Matthew Payne
Its not "jobs" or "jobz" every time. This example assumes you have a getter named "jobs" in your action In this example "jobs" is your "foo" in you action i.e. you have a method getFoo(). "jobz" is what you want to refer to it by in the request. Matt Mark Mansour wrote: I want to mani

RE: [OS-webwork] Tomcat out of memory

2004-02-20 Thread Matthew Payne
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)   How to deal with that and where to look for solutions. Can it be somehow related with javac memory leak?   Regars Remis       -- Matthew Payne &l

Re: [OS-webwork] XMLRPC dispatcher and view

2004-02-16 Thread Matthew Payne
uot;proof of concept" for XWork/Webwork since very little additional work needed to be done once the XMLRPC adapter and parser had been written. Shout if you have questions! Regards, Simon http://www.opensymphony.com/xwork/xwork-1.0.dtd">

[OS-webwork] Populating HashMaps (Maps) from a post

2004-02-16 Thread Matthew Payne
#x27;candidateId1' is the key.  How would this be expressed if the user was supposed to supply the keys? ????? Thanks -- Matthew Payne <[EMAIL PROTECTED]>

Re: [OS-webwork] Display Tag & WebWork

2004-02-01 Thread Matthew Payne
Done. http://wiki.opensymphony.com/space/Example%2C+exposing+webwork+objects+to+JSTL%2C+with+a+JSTL+and+DisplayTag+Example On Sun, 2004-02-01 at 10:26, Rene Gielen wrote: Matthew, How about adding this example to wiki? On Thursday 29 January 2004 03:08, Matthew Payne wrote: >

RE: [OS-webwork] Display Tag & WebWork

2004-01-31 Thread Matthew Payne
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Matthew Payne Sent: Wednesday, January 28, 2004 9:08 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Display Tag & WebWork The displaytag works fine with webwork if, grab it off the value stack lik

RE: [OS-webwork] Display Tag & WebWork

2004-01-31 Thread Matthew Payne
The displaytag works fine with webwork if, grab it off the value stack like ---> However, I have no idea how to do something like below with webwork's velocity "#tag" implementation. Here is a full example below ---> <%@ taglib uri="/WEB-INF/tlds/c.tld" prefix="c" %> <%@ taglib uri="/WEB-

[OS-webwork] jstl in a jsp view

2004-01-22 Thread Matthew Payne
Is there an interceptor to put object into page/request context? or are the only options to use the taglib i.e.  or the filter provided on the wiki.  Any thoughts about adding an optional interceptor to do this? -- Matthew Payne <[EMAIL PROTECTED]>

[OS-webwork] DisplayTag with velocity bodytag

2004-01-17 Thread Matthew Payne
t=true" )   #tag( Column "property=key" "sortable=true" "headerClass=sortable")   #tag( Column "property=value" "sortable=true" )   #bodytag( Column "title=testlink_col")    #tag( Column "title=static value" "value=static" ) #end I can't get the hyperlink http://www.amazon.com to come out. Matthew Payne

RE: [OS-webwork] Webworks2 Velocity "tags" broken when velocity 1.4 RC1 is used

2004-01-17 Thread Matthew Payne
500 Invalid arg #0 in directive #tag at line 87, column 1 in template /WEB-INF/vm/editDefinition.vm Line 87 is: #tag( Label "label='label test'" "name='label name'" "value=scalar" ) Same thing works fine if 1.3.1 is used. Matthew Payne On

[OS-webwork] Webworks2 Velocity "tags" broken when velocity 1.4 RC1 is used

2004-01-17 Thread Matthew Payne
Has anyone else encountered this? Is it a known velocity issue or issue that can be easily fixed with webwork's implementation? Matthew Payne

RE: [OS-webwork] How to redirect to a page with parameters?

2004-01-17 Thread Matthew Payne
parsed. I'm pretty sure that the static params interceptor is what allows you to separately specify the parameter as you've done, so maybe that has some parsing ability. Drew, have you been succesful in passing multiple parameters in this manner? Thanks, -Mark -- Matthew Payne <[EMAIL PROTECTED]>

RE: [OS-webwork] WebWork2

2004-01-15 Thread Matthew Payne
____ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork -- Matthew Payne <[EMAIL PROTECTED]>

RE: [OS-webwork] WebWork2

2004-01-15 Thread Matthew Payne
.org/osdn _______ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork -- Matthew Payne <[EMAIL PROTECTED]>

RE: [OS-webwork] i18n question

2004-01-13 Thread Matthew Payne
le versions based on the property file > name? That's pretty standard PropertyResourceBundle stuff... > > > -Original Message- > > From: Matthew Payne [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 13, 2004 2:55 PM > > To: [EMAIL PROTECTED] > > Subj

Re: [OS-webwork] i18n question

2004-01-13 Thread Matthew Payne
, webwork.custom.properties is NOT intented to be used like? --> as in a struts-config Matt Payne On Tue, 2004-01-13 at 14:24, Matthew Payne wrote: > I did that. It works, in that it will produce the strings from that > file. > > I created a simple macro. > >

Re: [OS-webwork] i18n question

2004-01-13 Thread Matthew Payne
icular > action, then webwork will look up the object heirarchy until it finds a > resource. > > Matthew Payne wrote: > > > Can the property webwork.custom.properties=ApplicationResources > > be set to load language strings. > > > > Is there any such property

RE: [OS-webwork] i18n question

2004-01-13 Thread Matthew Payne
WW2 beta2 (November release) Matt On Tue, 2004-01-13 at 13:49, Jason Carreira wrote: > Which version of WebWork are you using? > > > -Original Message- > > From: Matthew Payne [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 13, 2004 1:37 PM > > To:

[OS-webwork] i18n question

2004-01-13 Thread Matthew Payne
Can the property webwork.custom.properties=ApplicationResources be set to load language strings. Is there any such property for loading an external file? i.e. can whats the simplest way to use an existing struts resource file? (without making a file for each action) Thanks, Matthew Payne