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
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
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
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:
Ted Husted wrote:
On 12/12/06, Don Brown <[EMAIL PROTECTED]> wrote:
>
>
> or something like that to kind of indicate to a developer, "Hey, this
> isn't a standard java class name."
>
Good point. I like this idea more because it would allow us to use
multiple object factories simultaneously.
Dave Newton wrote:
From: David Durham [mailto:[EMAIL PROTECTED]
I kind of stumbled over the spring "glue" for struts, rereading the
wiki page a few times before the struts.xml action _class_ needs to
reference the bean name attribute from spring's configuration. Just
thinking ab
I kind of stumbled over the spring "glue" for struts, rereading the wiki page a few times before
the struts.xml action _class_ needs to reference the bean name attribute from spring's configuration. Just
thinking about it a little more, that seems a bit esoteric. Would it be better to have the
Wendy Smoak wrote:
On 11/10/06, David Durham <[EMAIL PROTECTED]> wrote:
Actually, I spoke to soon. Following the next step:
1) org.apache.struts:struts2-core:jar:2.0.1-SNAPSHOT
Change the version numbers in pom.xml to 2.0.2-SNAPSHOT and it should work.
Unfortunately, we lost the
David Durham wrote:
Wendy Smoak wrote:
On 11/10/06, David Durham <[EMAIL PROTECTED]> wrote:
Is this a problem with my maven setup or something wrong with the
snapshot?
Sorry abou that. We removed the Sitemesh tlds but didn't remove them
from the archetype descriptor.
I just
Wendy Smoak wrote:
On 11/10/06, David Durham <[EMAIL PROTECTED]> wrote:
Is this a problem with my maven setup or something wrong with the
snapshot?
Sorry abou that. We removed the Sitemesh tlds but didn't remove them
from the archetype descriptor.
I just published a new snaps
Wendy Smoak wrote:
On 11/10/06, David Durham <[EMAIL PROTECTED]> wrote:
The timestamp on 1.0-SNAPSHOT is from July. Is it current? If not,
where can I find a current snapshot? Maybe just use struts-blank from
2.0.1 apps?
I just re-published the archetype snapshot, so you can try it
I'm trying to follow the getting started guide here:
http://cwiki.apache.org/confluence/display/WW/Ready%2C+Set%2C+Go%21
Found this message indicating something about apache servers being down:
http://www.nabble.com/Re%3A-Struts2-runs-in-Eclipse-p6982629.html
I can only find 1.0-SNAPSHOT:
I posted on the user list and didn't get a response, so not sure ..
Anyway, I'm thinking it would be nice to have the html:link tag accept
an optional "method" attribute that defaults to "get" and when set to
"post" does one of a couple different things.
1 - adds a form, method="post" with hid
C. Grobmeier wrote:
i am writing a taglib at the moment for renderering a html calendar,
similar to the commercial: http://www.servletsuite.com/servlets/caltag.htm
I would like to contribute it to the struts taglib project. Are you
interested in such a taglib? I was curious that nobody has writt
Hanmay, this is a struts-user question
Hanmay Udgiri wrote:
Hi
I am sending a runtime value to a custom tag.I am sending the value through
bean:write tag
but it is not sending the value.i am attaching the sample code.
here in the tag class it does not take the value passed through bean:write
Hi,
On this page:
http://struts.apache.org/announce.html
In the bulleted section of the first announcement, "23 March 2006 ..."
the following statement is open-ended:
A new "mailreader" demo application that duplicates the
functionality of the Struts 1.x version of this app, so
On this page:
http://struts.apache.org/struts-action/userGuide/preface.html#resources
The display tag link is this:
http://http://displaytag.sourceforge.net/
-Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
Thoughts?
[0] http://issues.apache.org/bugzilla/show_bug.cgi?id=37730
Heh, maybe a custom classloader for struts apps that is aware of
struts-config.
-Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
Why does struts allready have a saveErrors(request, messages) as
saveErrors(session, messages) can be used for the same use-case ?
Take it to Struts-user, or go back to the drawing board. Those are
different use-cases.
I've noticed an increased amount of spam since this posting ... :)
-D
Nicolas De Loof wrote:
This deprecation is very interesting but doesn't answer my orginial
question :
Why does struts allready have a saveErrors(request, messages) as
saveErrors(session, messages) can be used for the same use-case ?
Take it to Struts-user, or go back to the drawing board.
Michael Jouravlev wrote:
For example, I find the idea of dynaforms, mirroring the business
object, quite appealing.
Yeah, well I find the idea of removing business objects altogether quite
appealing.
Business object has strongly-typed
properties, dynaform would have String-type properties
This may seem [OT] to some people on the list, but I hope it drives another
nail into FormDef's coffin. Seriously, who in their right mind would declare a
bean with Java?
Ryan Stewart wrote:
I'll second that. I'm hardly "new," but I much prefer to have everything packaged
as one unit as well
Craig McClanahan wrote:
Call it a social experiment :-). I'm continually amazed at how many people
treat open source projects as a binary distribution, and never bother to go
get the source. Several commons packages, as well as Spring, do it this way
... I want to see if it encourages people to
Dakota Jack wrote:
First, comparing Struts and JSF is like comparing C++ and Visual
Basic. Struts is REQUEST-DRIVEN MVC and JSF (Shale) is PAGE CENTRIC
RAD (rapid development with tools as in VB). Anyone that cannot see
they don't go together, frankly, is not that insightful, in my
opinion. Th
Dakota Jack wrote:
That would be, James, not Dakota but the list. This is the most
unusual committer nomination I have ever seen. James, will it ever be
possible to get you to respond to these inquiries, if you must
respond, in an adult way? I appreciate Joe's perspective, although I
think Sha
James Mitchell wrote:
That would be a bad mistake. How many products do you know that have a 1.5
minimum requirement?
If we're talking about Struts 2.0, it's not actually a product yet, so
it's purely speculation.
I'm not saying move the 1.x branch to 1.5. I'm not even saying that you
*should*
While you're at it, why not drop JDK 1.3? Consider moving to 1.5? Just
2 cents.
- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
You'll get a better response by posting this to [EMAIL PROTECTED]
tim jeremicz wrote:
we are iterating through an arraylist of objects in our jsp that we get from
session.
we then display the object's elements in text fields for a user to manipulate
and submit.
the problem is: what do you name
39 matches
Mail list logo