Well, we wouldn't want to simply hard-code the removal of that
parameter...Isn't there a filter that you can configure it to pull out
certain parameters? If not, we should either create one, or add a
parameter to the ParametersInterceptor that takes a list of request
parameters to automaticall
The only way we could do it is if we had a custom maven 2 plugin that
combined all the xml, and even then, we'd have to build in conflict
resolution capability. No, I think we should get rid of struts-all.
Don
Wendy Smoak wrote:
On 11/28/06, Ted Husted <[EMAIL PROTECTED]> wrote:
So, should
+1
Niall Pemberton wrote:
I'd like to release version 4 of the struts-master pom.
The repository has been tagged:
http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/
Pom version 4 available for review here:
http://people.apache.org/builds/struts/STRUTS_MASTER_4/
This is the mast
Personally, I think we should rip it out, then figure out how to put it
into a plugin. Keeping it in core is deceptive as it insinuates that it
is fully tested and operational, which I don't believe it is.
Don
Ted Husted wrote:
Are we still supporting continuations, or did we drop that featur
On 12/7/06, Musachy Barroso <[EMAIL PROTECTED]> wrote:
To prevent browser caching, Dojo adds a parameter "dojo.preventCache"
with a random value to the request, this results in an exception like:
2006-12-07 09:54:07,916 ERROR
(com.opensymphony.xwork2.interceptor.ParametersInterceptor:191) -
Par
Yes, I'm tied up until Monday, but I could look at it then.
-Ted.
On 12/7/06, Paul Benedict <[EMAIL PROTECTED]> wrote:
Ted (et all),
I believe 1.3.6 is finished with development. It contains everything
that all volunteers wanted to address in the immediate present, and any
outstanding issues w
We're making progress. There were already problems with the 2.0.1
Showcase, a few of which we fixed, but we've also added several new
problems, namely
Continuation - continuations/guess.action
* pause doesn't pause and the example runs through all the guesses on
the first execution
Prefix exampl
Ted (et all),
I believe 1.3.6 is finished with development. It contains everything
that all volunteers wanted to address in the immediate present, and any
outstanding issues will go into the next release.
You mentioned that if the release notes were updated, you would take up
getting the rel
On 11/28/06, Ted Husted <[EMAIL PROTECTED]> wrote:
So, should we even have a struts-all JAR then?
I haven't worked much with plugins, but I don't see how an -all jar
can work given that each plugin has a struts-plugin.xml file in the
root of the jar.
Don?
--
Wendy
--
Is any of you guys going to "Spring Experience" this weekend in Miami, FL?
musachy
As commiter of XD2 I would recommend to use 1.0.4-SNAPSHOT
( http://dist.codehaus.org/ )
Examples are contained in unit tests
( http://www.sourceforge,net/projects/xdoclet-plugins/ )
-
Posted via Jive Forums
http://forums.opensymp
+1
> I'd like to release version 4 of the struts-master pom.
>
> The repository has been tagged:
> http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/
>
> Pom version 4 available for review here:
> http://people.apache.org/builds/struts/STRUTS_MASTER_4/
>
> This is the master pom fr
+1
--
Martin Cooper
On 12/7/06, Niall Pemberton <[EMAIL PROTECTED]> wrote:
I'd like to release version 4 of the struts-master pom.
The repository has been tagged:
http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/
Pom version 4 available for review here:
http://people.apach
hi all
i want to display state in select tag
in my action class one method is there
getStateList it return type is List
this list contain StateList class object
Class StateList{
int id;
string name;
}
i write this way
but it can't get
so plz give me a rply as soon as
thank
vinod dangi
---
To prevent browser caching, Dojo adds a parameter "dojo.preventCache"
with a random value to the request, this results in an exception like:
2006-12-07 09:54:07,916 ERROR
(com.opensymphony.xwork2.interceptor.ParametersInterceptor:191) -
ParametersInterceptor - [setParameters]: Unexpected Excep
Sorry for being a PITA :), but I have to log everything or I forget it.
thanks
musachy
Rainer Hermanns wrote:
Yep, I'll look into this later at home...
Already seen your comment :)
thanks,
Rainer
The submit tag has the same problem, I logged WW-1547 just to make sure
we don't forget it.
r
Yep, I'll look into this later at home...
Already seen your comment :)
thanks,
Rainer
> The submit tag has the same problem, I logged WW-1547 just to make sure
> we don't forget it.
>
> regards
> musachy
>
> Musachy Barroso wrote:
>> I did missed that one :)
>>
>> I'm not sure about the "ajaxHref"
The submit tag has the same problem, I logged WW-1547 just to make sure
we don't forget it.
regards
musachy
Musachy Barroso wrote:
I did missed that one :)
I'm not sure about the "ajaxHref", because it means the same as
"href", IMO it is going to be confusing.
What if we don't build the ur
Hi,
Found out that this part
@jsp.tag name="testsubclasstag"
* display-name="TestSubclassTag"
* body-content="JSP"
* description="Tag is testing xdoclet"
..of course has to be written in the subclass and not the superclass.
Asgaut
---
+1
Niall Pemberton wrote:
I'd like to release version 4 of the struts-master pom.
The repository has been tagged:
http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/
Pom version 4 available for review here:
http://people.apache.org/builds/struts/STRUTS_MASTER_4/
This is the mast
I'd like to release version 4 of the struts-master pom.
The repository has been tagged:
http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/
Pom version 4 available for review here:
http://people.apache.org/builds/struts/STRUTS_MASTER_4/
This is the master pom from which struts-par
Any member can subscribe to the board list, and unsubscribed posting
are suppose to be moderated, in case an outsider wants to contact the
board. But, submitting a agenda item that way is problematic since the
unsubscribed poster would not see any replies, and we are not suppose
to forward posting
Hi,
I am trying to use XDoclet 2 to generate TLD files from my java source files. I
downloaded xdoclet-plugins-1.0.3 and tried out the example "sample-web" which
worked fine. Only problem is that the sample application doesn't demonstrate
how to use inheritance with XDoclet 2.
Here is what I t
I'd like to release the struts master pom - struts1 is currently
depending on 4-SNAPSHOT which is a blocker to any possible release.
Niall
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
24 matches
Mail list logo