I noticed in the conversation thread on log4j2 that posters mentioned that
Struts 2.5 will "switch to JDK 7". Does this mean that Struts 2.5 will not
work with Java 6? Will security fixes still be created/made for the Struts
2.3 series?
--
View this message in context:
http://struts.1045723.n5.
d OGNL is with Struts - not only from frontend perspective.
> Not sure if we have the man power if we would move away from OGNL. Also
> the question remains, if we can improve things with another expression
> framework.
>
> We should separate the frontend discussion from the "
having to add this fix for every new
build.
Many thanks.
David.
implement moveFirst with something like
public void moveFirst() throws JRException {
Object dataSourceValue = valueStack.findValue(dataSource);
if (dataSourceValue != null) {
if
I second both notions... anything that keeps the config clear & concise is a +.
Dave
On Mon, Apr 12, 2010 at 2:40 PM, Lukasz Lenart
wrote:
> 2010/4/11 Christian Stone :
>> I was very happy to upgrade my decorators and some of my action results to
>> Freemarker while using the new sitemesh plug
> We moved that plugin into Apache... Poke around the 2.1.8.1, you'll
> find a struts2-json-plugin in there. It's a port of the one on
> googlecode, so it should be a compatible replacement (a few package
> names changed, but that should be easy to sort out).
>
> -Wes
Thanks, Wes!
Wes Wannemacher wrote:
> No, Chris, it's definitely still a plugin...
>
> David, download the jar from here -
>
> http://repo1.maven.org/maven2/org/apache/struts/struts2-json-plugin/2.1.8/
>
> -Wes
>
> On Tue, Nov 3, 2009 at 4:23 PM, Chris Pratt wrote
n't appear to exist in the staging repository with the rest of the
framework. I'm sure I'm just missing some little tid-bit of information.
Thanks,
Dave
Musachy Barroso wrote:
> The package name is the same, but the plugin jar is now bundled with s2.
>
> musachy
>
>
Musachy Barroso wrote:
> what he meant was: we are too lazy to maintain code in 2 different
> repositories :)
>
Can't say I blame you. Makes sense to me to have it all in one place,
anyway.
Great work, by the way! 2.1.8.1 seems to be pretty solid.
That was the magic jar. Thanks!
Wes Wannemacher wrote:
> No, Chris, it's definitely still a plugin...
>
> David, download the jar from here -
>
> http://repo1.maven.org/maven2/org/apache/struts/struts2-json-pl
ld be easy to sort out).
>
> -Wes
>
> On Mon, Nov 2, 2009 at 4:54 PM, David C. Hicks wrote:
>
>> I've been trying to build our application using the 2.1.8.1 candidate.
>> There was an older bug that we needed the fix for. That problem seems
>> to be re
I've been trying to build our application using the 2.1.8.1 candidate.
There was an older bug that we needed the fix for. That problem seems
to be resolved. However, I find that the JSONPlugin for Struts from
Googlecode is broken due to an upgrade of the XWork2 framework. There
is a class (com.
Solved the problem.
Struts 1 code
Get Rates
Struts 2 equivalent
David
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
> You are nesting tags, it's not possible/permitted.
Is there a way to replicate the functionality of the struts1 tags in struts2?
Get Rates
David
-
To unsubscribe, e-mail: [email protected]
er.impl.UntypedAttributeRenderer.write(UntypedAtt
ributeRenderer.java:61)
at
org.apache.tiles.renderer.impl.AbstractBaseAttributeRenderer.render(Abst
ractBaseAttributeRenderer.java:103)
at
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.jav
a:669)
etc.
David Smith
Musachy Barroso wrote:
> yeah, Lukasz did some cleanup there, and it should not fail now, I
> think there were several problems, one of them being spaces in the
> file path, give a try to 2.1.8 which as Wendy mentioned is in the
> maven repos already.
>
I just finished getting that integrated
12:40 PM, Wendy Smoak wrote:
>
>> On Wed, Sep 30, 2009 at 12:32 PM, David C. Hicks wrote:
>>
>>
>>> Yes, you did send me in this direction. Thank you! I must have missed
>>> the repository information in the thread. I'll go back and look agai
Wendy Smoak wrote:
> The 2.1.8-SNAPSHOT artifacts are from July, was your issue fixed that long
> ago?
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/struts2-core/2.1.8-SNAPSHOT/
>
The last update to the defect (WW-2956) was posted on September 22. So,
maybe I'm loo
I'm trying to determine if a fixed bug (marked in JIRA for v2.1.8)
solves a problem I've run into. So, I've been trying to do my build
using a 2.1.8-SNAPSHOT version for Struts Core and Spring-Plugin. I'm
encountering great difficulty with whatever dependencies flow from
there, however. This is
I was told this week by an IBM WS architect that they would not be
including a struts 2 plugin in RAD because they are concentrating on
JSF for plugin support.
So, no struts 2 project facets and no struts.xml editor...
I couldn't care less, but my client's manager has insisted that in
or
ly be useful in this situation. Might be something we
can do down the road.
-David
David Blevins schrieb:
On Feb 26, 2009, at 9:27 AM, Karan Malhi wrote:
Thanks Rene. I am trying to avoid a situation where I would have
to scan the
whole classpath on web app startup. Does struts cache the
in
the webapp starts up.
-David
On Tue, Feb 24, 2009 at 4:46 PM, Rene Gielen
wrote:
If your intent is to go for a ObjectFactory implementation /
extension, I
think it would not be necessary to distinct between action or non-
action
classes - just check the bean to build for the EJB a
> -Original Message-
> From: Musachy Barroso [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 21, 2008 10:36 AM
> To: Struts Developers List
> Subject: [PROPOSAL] Deprecate or remove Dojo plugin
>
> With all the problems/questions and time that the ajax tags
> have caused, and not having a
at, Jun 7, 2008 at 9:45 AM, Dave Newton <[EMAIL PROTECTED]> wrote:
> > I was under the impression the TLD was created from annotations; is this
> > not true? I've never actually looked.
> >
> > Dave
> >
> > --- On Fri, 6/6/08, David Evans <[EMAI
I have made a change to the FieldErrorTag and would like to submit it
for consideration. It is a solution to my desire to use the
FieldErrorTag on a single field basis in this manner:
instead of the current usage:
myField
I have made two simple changes, one to FieldErrorTag, one to the
struts-ta
ersion of ASM. As this particular library
is only 40K or so you can solve a lot of potential headaches for users
by getting it out of their way.
-David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ed on with a constructor flag.
-David
On May 29, 2008, at 10:43 AM, Musachy Barroso wrote:
We would have to load the class at that point. I don't think we could
make ClassFinder do this for us, because some of the classes in the
hierarchy could be in the excluded jars.
musachy
On Thu, Ma
and
months. I do have one planned change involving the use of ASM 3 and
new flag that will speed up the scanning by allowing ASM to skip by
large chunks of the byte code.
Let me see if I can't get that in there real quick.
-David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Thu, Apr 17, 2008 at 2:20 PM, Décio Heinzelmann Luckow
<[EMAIL PROTECTED]> wrote:
> My problem is when I want to see all projetcs inside Eclise, I alredy have
> generated the Eclipse 'project files' using maven and try to open with
> Eclipse, but eclipse allways crashes (it simply close).
Yo
> -Original Message-
> From: Jeromy Evans [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 05, 2008 5:56 PM
> To: Struts Developers List
> Subject: Re: Dojo plugin update using 1.1.0 framework
>
>
> I've concluded that tag libraries for rich client framework
> like these no longer warr
> -Original Message-
> From: Al Sutton [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 05, 2008 12:44 AM
> To: Struts Developers List
> Subject: Re: Dojo plugin update using 1.1.0 framework
>
> All of the bits are left in place so that the source can be
> re-integrated as easily as pos
Is it appropriate at this point to submit a bug for this, and provide a
patch for your changes?
> -Original Message-
> From: Al Sutton [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 01, 2008 11:18 PM
> To: [email protected]
> Subject: Dojo plugin update using 1.1.0 framework
>
>
On Thu, Mar 20, 2008 at 10:35 PM, Niall Pemberton
<[EMAIL PROTECTED]> wrote:
> http://struts.apache.org/2.x/docs/freemarker.html
>
> I don't use either, but I've read various opinions that Freemarker is
> much better than velocity, but this sounds like we think they're
> comparable. Anyone got
On Thu, Mar 6, 2008 at 2:42 PM, Brian Pontarelli <[EMAIL PROTECTED]> wrote:
> You can't put things into Maps that have wildcards. The compiler
> complains because Object really isn't '?'. Although most language
> pragmatist would tell you it is. But the language zealots say otherwise,
> and tho
On Wed, Feb 27, 2008 at 1:22 PM, David Durham, Jr.
<[EMAIL PROTECTED]> wrote:
> Or maybe the body could be the options map, which often includes
> callback function. Is there a better forum for this discussion, or
> is the struts-dev list the place?
That doesn't make sen
On Wed, Feb 27, 2008 at 1:17 PM, David Durham, Jr.
<[EMAIL PROTECTED]> wrote:
> On Wed, Feb 27, 2008 at 12:57 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
> > As I worked on a client's application, however, I realized that the tags
> were
> > almost useless t
On Wed, Feb 27, 2008 at 12:57 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
> As I worked on a client's application, however, I realized that the tags were
> almost useless to me, as everything was so specific that it was much, much
> cleaner to simply write the JavaScript. I then changed the jQuer
Changing the subject:
On Wed, Feb 27, 2008 at 11:54 AM, Dave Newton <[EMAIL PROTECTED]> wrote:
> --- "David Durham, Jr." <[EMAIL PROTECTED]> wrote:
> > I'd definitely be interested in using a JQuery plugin for struts if it
> > came out (has one alr
I'd definitely be interested in using a JQuery plugin for struts if it
came out (has one already?). I've found the library to be very
useful. The documentation is pretty good, though a little out of date
wrt. some of the plugins (the UI ones notably, but they're getting a
lot of dev work right no
> Three or four years ago, this issue with the view was discussed alot. There
> was
> talk of mechanisms termed 'view-controllers' and concepts such as 'view
> logic'.
Isn't this something that Tiles does pretty well? I haven't looked at
Tiles 2, and I recall Tiles 1 required a little extra eff
Hi Ted,
I would have thought with this being such a potentially bad bug that you
would release a new version?
That means checking out everything. It gives a warning that it is a lot
of data. Do you know how large it is approximately.
Or could you possibly do a build for us and put a binary some
On 7/10/07, David Durham, Jr. <[EMAIL PROTECTED]> wrote:
My example is kind of weak because the argument to the style attribute
could easily be conditionalized, thereby avoiding the id issue.
Nonetheless, I think struts 2 tags should use something besides "id"
across the board,
On 7/7/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
* Move "id" attribute to UIBean so it is in all UI tags
* Remove "id" from tags that are neither UIBean nor ContextBean (like
Property for example)
I think this still leaves the issue with jspx. Say that I have the
same html element within
On 6/14/07, Musachy Barroso <[EMAIL PROTECTED]> wrote:
Also:
action,
date
text
Still a problem, IMO, because if you're someone that writes .jspx
documents, you can only use a tag that uses id + value stack key
combination in, at most, one place within a document, and still have a
valid jspx.
On 6/13/07, Rene Gielen <[EMAIL PROTECTED]> wrote:
I personally personally find the combination of
a veeery common usecase. That said, I would be quite confused to have to
write
instead in future.
Anyway, thanks for setting the ticket on hold for now - maybe we manage to
get some more opinio
The tiles 2.0.4 vote was recapped today (and passed as the first tiles2
beta). Antonio is working on finalizing/pushing the release.
The struts2-tiles plugin depends upon 2.0.3, which is already released,
so I'm not sure what the holdup is.
David
Rainer Hermanns wrote:
Hey there
to do that: http://svn.codehaus.org/
swizzle/trunk/swizzle-jirareport/src/main/resources/closed.vm
-David
On Apr 20, 2007, at 8:17 AM, Wendy Smoak wrote:
On 20 Apr 2007 15:12:00 -, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Struts2 - Friday, April 20, 2007
11 closed in las
Agreed, but that doesn't prevent us from finalizing 2.0.7 as beta though
does it? Since most of the work is already done, it seems worth putting
out there for those that prefer the other 2.0.7 fixes to the i18n tag?
Ted Husted wrote:
I doubt that there will be enough binding GA votes for the
Both of these are temporary solutions. . .
Why not push another tiles release? Aren't we at (or at least nearing)
another milestone anyways?
David
Antonio Petrelli wrote:
Hi all
As you may have noticed, I added recently Tiles 2 support to Struts 1.
Currently it relies on an unpubl
Ted Husted wrote:
+1
[ ] Leave at test build
[ ] Alpha
[ ] Beta
[x] General Availability (GA)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Where is this failing for you? Step 4?
mvn clean install site -P all,alljars,pre-assembly
works fine for me when using the 2.0.7 tag.
James Mitchell wrote:
There's no api/ under STRUTS_2_0_X branch, so the assembly is failing.
I made a quick fix to remove those references () and trying aga
mraible wrote:
Yes, this is what I'm looking for, and I was able to use it successfully.
Strangely enough, I couldn't get the @Result annotation to work with zero
config. Is there anything special I need to do for that?
I use it and don't recall anything special. Do you have errors that are
The struts2-continuations-plugin/ is missing from the maven
repositories, builds, and tag for 2.0.6. It was there for 2.0.5. Is
that intentional? If not, it should be fixed prior to 2.0.7.
David
.
Ted Husted wrote:
Here's my own +1 for GA.
That makes the tally
Binding
3 +1 GA - Pa
DExSITE/
* http://cwiki.apache.org/geronimo/
We're pretty proud of ours too:
* http://cwiki.apache.org/OPENEJB/
Throwing that in there for fun :)
-David
Among others.
-Ted.
On 2/14/07, Dave Newton <[EMAIL PROTECTED]> wrote:
One thing that might help wiki readability is to
reduce the width
Mike Baroukh wrote:
I made some tests and yes, it's very slow : on my PIV, 3Ghz, each
call to getText() take approximatively 200ms.
These are similar to the initial numbers that I saw, however, after
tweaking my configuration, my getText() invocations are much faster than
that - consi
Ted Husted wrote:
[ ] Leave at test build
[ ] Alpha
[ ] Beta
[ X ] General Availability (GA)
+1 GA
Deployed and tested into our qa environment without any glitches.
Moving to production soon without any reservations.
Rene Gielen wrote:
Craig,
So feature freeze and branch 2.0.x now, only fix reported bugs from beta
tests and roll out the result as GA, while trunk moves on to 2.1.x,
fully open for new features and whatever? IMO this would be the perfect
way to go, you get a big +1 from me on this :)
+1 As
Ted Husted wrote:
I tend to agree. Unless someone says they are ready, willing, and
ablle to resolve the "new API" this weekend, lets just pull it out and
roll 2.0.5 now.
+1
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
One thing I did notice when looking through the api quickly is that
a lot of the api doesn't have license headers. We should probably fix
that ASAP.
https://issues.apache.org/struts/browse/WW-1698
Does this mean we should stop the current release that's about to go out?
David
R
Then should we remove the dependency on the api from core to prevent
confusion?
Rainer Hermanns wrote:
-1, IIRC the API is not yet in place, but shall be the foundation for the
upcoming xwork abstraction.
Who can give us an update on the current API status?
Since the API is not yet implemented
I'm also using codebehind and zero config. Is it time to promote them
from experimental?
Patrick Lightbody wrote:
I use all of these with HostedQA.
It's exciting to see that we've added a number of
brave, new features
since Struts 2.0.1.
* codebehind plugin
* zero configuration
* REST-ful U
Are there any ways around the duplication problem that I'm not aware of?
David
Ted Husted wrote:
Per-method validations are supported, using the convention
* ActionClass-actionMethod-validation.xml
This approach doesn't work with "dynamic method invocation" though
(the WW ! no
It's something I actually will be needing in the near future. If no one
beats me, I'll probably take a look at the patch (late?) next week.
David
Laurie Harper wrote:
David Rupp wrote:
Hi, all.
I've submitted a patch to the XWork project (issue XW-470) that
enables per-met
[ ] Leave at test build
[ ] Alpha
[X] Beta
[ ] General Availability (GA)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
d like
to see this behavior implemented.
Regards,
David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Nice, that seems in line with what I'm seeing as well now. I still
think this is worth improving, as those 5ms can add up on larger forms.
Tom Schneider wrote:
Well, I guess I was feeling more ambitious than I thought.
I wrote a simple junit test (below) that tests the 2 techniques for
retri
make a bit of difference, but
more in line with the few ms here or there that you'd expect.
David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Tom Schneider wrote:
David,
See https://issues.apache.org/struts/browse/WW-1661
and
http://wiki.opensymphony.com/display/WW/Performance+Tuning (particularly
the
freemarker entries)
By just adding the freemarker.properties and copying all the templates to
the webapp directory we were able to
t
time to well under a second.
That's why I'm thinking about looking at method processing.
What did you find to be your culprit? Anything ww/struts related?
David
Tom Schneider wrote:
Hey David,
Are you finding the existing ValueStack to be impacting performance? I
recently wrapped
atures (getText()), etc...
I think I'm going to start by looking at MVEL, what other ideas do
people have?
David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
left over remnant?
Thanks,
David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
David Durham wrote:
If the information here is correct:
http://struts.apache.org/2.x/docs/building-the-framework-from-source.html
The build appears to be failing:
Without -Pall, the build works, so it looks as if not all profiles build right now.
-Dave
If the information here is correct:
http://struts.apache.org/2.x/docs/building-the-framework-from-source.html
The build appears to be failing:
[surefire] Running org.apache.struts2.sitegraph.SiteGraphTest
Jan 25, 2007 2:35:07 PM com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory
INFO:
+1 Worked for me
Wendy Smoak wrote:
Struts Annotations 1.0.0 has been tagged and is available for testing
in the following Maven repository:
http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/
To test this build, temporarily add a repository to pom.xml or
It should also be fairly easy to determine which version is required by
a specific struts version by looking at the version declared in the pom.
David
Don Brown wrote:
The struts annotations jar is currently only used in Struts 2 core, but
that doesn't have to be the case. In fact, we
lways move things around later if needed.
David
Wendy Smoak wrote:
On 1/14/07, Martin Cooper <[EMAIL PROTECTED]> wrote:
How about moving
> https://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles/ to
> https://svn.apache.org/repos/asf/tiles/tiles2/trunk ?
Is there a nee
Joe Germuska wrote:
It still seems kind of verbose. How do people feel about using JSTL
functions? I personally have really found them a good element in the
toolkit, but I haven't seen many open source projects include them
alongside
custom tags.
I think this below is mich nicer:
The p
ngly about naming, and I feel like what is there now is
substantially more clear than what was there before.
Agree.
But I do apologize for my haste.
Joe
On 1/12/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote:
David H. DeWolf ha scritto:
> 2) rename tiles:put to tiles:putAttribut
Have at it, it's the best way to get back up to speed :)
If you need, ping me with questions. . .
David
Joe Germuska wrote:
On 1/11/07, David H. DeWolf <[EMAIL PROTECTED]> wrote:
BTW, I think what we though tiles:attribute would be, is actually
tiles:put and tiles:putList. You
y like the sounds of tiles:putAttributeList, and since it
has nested putAttribute elements in it, I'm ok with leaving it alone.
Either way is ok with me.
David
David H. DeWolf wrote:
that's what I would have thought too :), I think we definately need a
rename. I was looking for the insertAttribu
that's what I would have thought too :), I think we definately need a
rename. I was looking for the insertAttribute tag in the tld when I found:
attribute
org.apache.tiles.taglib.AttributeTag
JSP
equestDispatcher...
have you tried:
This is a little misleading, since it doesn't follow the insertXXX
convention, but I think it will work. Perhaps we should rename it.
David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
te plugin
+1
from the
sandbox, and utilize Bob's improved ValueStack,
Does the improved ValueStack implement all of the features of Ognl, such
as method invocation, etc. . ., or does it just implement the basics
(property access,
rer implements ViewPreparer {
public void execute(TilesRequestContext tilesContext,
ComponentContext componentContext)
throws Exception {
if(componentContext.getAttribute("special") != null)) {
// override the default
componentContext.putAttribute(. . .)
27;re asking for is not supported. . .what is the use
case? What specifically are you trying to accomplish by accessing the
definition's attribute?
David
Stone, Sam wrote:
Still having trouble grabbing an attribute from a tiles definition. I
was doing this OK with Sep 06 code like s
potentially . . .it depends on your environment. My guess is that from
your example the answer is yes.
David
Stone, Sam wrote:
TilesContainer container = TilesAccess.getContainer(context);
Is "context" the servletContext?
-Original Message-----
From: David H. DeWolf [mai
Hi Sam:
Everything is now done through the container.
Try something like this:
TilesContainer container = TilesAccess.getContainer(context);
ComponentContext ctx = container.getComponentContext(req, res);
ComponentAttribute attr = ctx.getAttribute(name);
David
Stone, Sam wrote:
Using the
ther than - so there
will be a compatibility issue, but all the functionality will be moved
forward.
/Ian
David H. DeWolf wrote:
Ted Husted wrote:
Don mentioned a separate tag library, so that would indicate another
prefix, but there'd be no reason why the internal tag syntax would
hat this change is more important than
backwards compat of this one tag and we're willing to live with those
repercussions. I'm on board with that.
-T.
On 12/27/06, David H. DeWolf <[EMAIL PROTECTED]> wrote:
Ok, as long as we keep the tag prefixes and tag names once they
used for the core
tags - not the dojo-enhanced ones.
Ted Husted wrote:
A struts-dojo plugin shouldn't change the tag syntax. It should just
be a matter of adding the JAR, as we do for Spring, and JasperReports,
and Tiles, so forth.
On 12/27/06, David H. DeWolf <[EMAIL PROTECTED]> w
Nope, that's the one I'm talking about. I got the impression we were
going to keep it as is and thus break backwards compatibility in 2.0.2
-- and then mess with it again it when we create the plugin. . .
David
Don Brown wrote:
The only currently broken tag, in terms of 2.0.1 com
patibility and then release?
David
Ted Husted wrote:
On 12/27/06, Don Brown <[EMAIL PROTECTED]> wrote:
I'd like to move on this quickly and have it completed within two weeks.
Thoughts?
Do we want to release Struts 2.0.2 with what we have already?
A Struts 2.0.3 is already a fore
error prevents the submission of values from occuring.
-Ted.
On 12/27/06, David H. DeWolf <[EMAIL PROTECTED]> wrote:
That's fine with me, just help me understand the difference between this
and the datetimepicker and action-redirect issues. . .what makes them
showstoppers?
not tryin
That's fine with me, just help me understand the difference between this
and the datetimepicker and action-redirect issues. . .what makes them
showstoppers?
not trying to be a pain, just trying to understand :)
David
Ted Husted wrote:
The problem is that we have a an issue report, b
After some more testing, it appears as though the javascript issues
associated with the optiontransferselect (WW-1559) are actually
effecting it's behavior. I think we should add this back to the 2.0.2 list.
I'm not all that familiar with dojo, but I'll start to look into i
Greg Reddin wrote:
> Subject: Re: [tiles2] Tiles TLP next steps
> From: "David H. DeWolf" <[EMAIL PROTECTED]>
>
> True. Good point. I'm ok with either, but my preference would be
> confluence.
I haven't really used Confluence yet, but I hear grea
True. Good point. I'm ok with either, but my preference would be
confluence.
David
Wendy Smoak wrote:
On 12/23/06, David H. DeWolf <[EMAIL PROTECTED]> wrote:
Those look like good defaults to me. The only thing I question is the
wiki - do we want to stay on cwiki (confluence)
Great, thanks for the update!
Those look like good defaults to me. The only thing I question is the
wiki - do we want to stay on cwiki (confluence) instead of moving to
moinmoin?
Wendy Smoak wrote:
The board meeting minutes take a while to be approved and posted, but
Henri mentioned on the
On Dec 20, 2006, at 6:05 AM, Mitchell James wrote:
Any chance you can send the shale reports to the shale dev list?
Yep, sorry. Redirected them to the shale commits list yesterday.
(didn't realize that was a separate project)
I'll move the thread over there.
-David
ue \
[EMAIL PROTECTED] \
-Dto=$to | /usr/sbin/sendmail -it
--
-David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
;t that nice either.
Also, I still wonder if what's provided in the map are really defaults,
or if it's just a different way to provide "custom" behavior.
I don't really have any better ideas, I was just curios what your
thoughts were. . . I'll think abo
1 - 100 of 674 matches
Mail list logo