Re: Struts2 Maven Archetypes

2008-08-19 Thread Felipe Rodrigues

That's what I was talking about. =)
I could do that myself if I know how and have any authorization.
I'm also all your to help with this, just like lucasz said. =)


Wendy Smoak-3 wrote:
> 
> On Mon, Aug 18, 2008 at 2:14 PM, Lukasz Lenart
> <[EMAIL PROTECTED]> wrote:
> 
>> I had the same problem few days ago, please check which version of
>> maven-archetype-plugin you have? If it is 2.0-alpha-2 or less, remove
>> the whole directory. With the latest 2.0-alpha-3 the is no problem
>> with Struts2 archetypes (even if they are missed from mentioned repo).
>> More details here http://jira.codehaus.org/browse/ARCHETYPE-199
> 
> mvn archetype:generate and choosing #20 doesn't work for me... it's
> looking for 2.0.9-SNAPSHOT of the struts-blank archetype, which isn't
> available.  A released version of a Maven plugin really shouldn't be
> trying to download snapshots of anything. :(
> 
> Snapshots are not safe to depend on, unless you're building and/or
> hosting them yourself so you know they're present in the repo you're
> using.
> 
> The right answer here is for the Struts devs to release the
> archetypes.  Any volunteers? :)
> 
> (It's on my list, but it's a _very_ long list.  I can make time to
> help if someone else wants to learn the release process though.)
> 
> -- 
> Wendy
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts2-Maven-Archetypes-tp19035437p19048281.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts2 Maven Archetypes

2008-08-18 Thread Felipe Rodrigues

Lucasz.. it worked.

Is it safe to use this archetype? How long will it be available?


Lukasz Lenart wrote:
> 
>> but I'm affraid I didn't understand what you said. I would I want to
>> remove
>> this directory?
>> I'm a newbie  maven user. =)
> 
> I had the same problem few days ago, please check which version of
> maven-archetype-plugin you have? If it is 2.0-alpha-2 or less, remove
> the whole directory. With the latest 2.0-alpha-3 the is no problem
> with Struts2 archetypes (even if they are missed from mentioned repo).
> More details here http://jira.codehaus.org/browse/ARCHETYPE-199
> 
> 
> Regards
> -- 
> Lukasz
> http://www.lenart.org.pl/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts2-Maven-Archetypes-tp19035437p19040390.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts2 Maven Archetypes

2008-08-18 Thread Felipe Rodrigues

Sorry Lukasz, 
but I'm affraid I didn't understand what you said. I would I want to remove
this directory?
I'm a newbie  maven user. =)


Lukasz Lenart wrote:
> 
> Hi,
> 
> Just remove the whole directory
> maven2-repo\org\apache\maven\plugins\maven-archetype-plugin
> and start from beginning with  mvn archetype:generate
> 
> 
> Regards
> -- 
> Lukasz
> http://www.lenart.org.pl/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts2-Maven-Archetypes-tp19035437p19038872.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Struts2 Maven Archetypes

2008-08-18 Thread Felipe Rodrigues

I'm interested in version 2.0.11.2 that is the latest stable release.

I can use that from my personal repository without problem, but I wonder why
there is not an official release of a Struts2 archetype. That's why I asked
how could we publish that in the offical maven repo.


Wendy Smoak-3 wrote:
> 
> On Mon, Aug 18, 2008 at 10:26 AM, Felipe Rodrigues <[EMAIL PROTECTED]>
> wrote:
>> I use maven and usually I teach how to use maven to build some Struts2
>> Application. I was using the
>> http://people.apache.org/repo/m2-snapshot-repository as repository, so I
>> could use some struts2 archetypes as struts2-archetype-starter for
>> example.
>>
>> The problem is that looks like somebody removed these archetypes from
>> there.
>> How can I add these archetypes to some maven official repo?
> 
> Old files were removed recently to free up disk space.  These
> archetypes can't go into an official maven repo as snapshots, they
> need to be released.
> 
> I started updating one of the archetypes to Struts 2.1, but wasn't
> able to get it to work completely.  What version are you interested
> in?
> 
> -- 
> Wendy
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts2-Maven-Archetypes-tp19035437p19038809.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Struts2 Maven Archetypes

2008-08-18 Thread Felipe Rodrigues

Hi guys,
I use maven and usually I teach how to use maven to build some Struts2
Application. I was using the
http://people.apache.org/repo/m2-snapshot-repository as repository, so I
could use some struts2 archetypes as struts2-archetype-starter for example.

The problem is that looks like somebody removed these archetypes from there.
How can I add these archetypes to some maven official repo?
-- 
View this message in context: 
http://www.nabble.com/Struts2-Maven-Archetypes-tp19035437p19035437.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [struts-dev] Issue WW-2107 question - Is JSTL disable or not?

2008-03-06 Thread Felipe Rodrigues

That's what I wass looking for!!!

:-)

Felipe



Antonio Petrelli-3 wrote:
> 
> Sorry if I come up now, but there is an effort to create a EL plugin
> for Struts 2.1.x:
> http://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-uel-plugin/
> http://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-uel-plugin-example/
> 
> If you want EL support back, please contribute to this sandboxed plugin.
> 
> Antonio
> 
> 2008/3/6, Andrea Vettori <[EMAIL PROTECTED]>:
>>
>>  Il giorno 06/mar/08, alle ore 19:04, Dale Newfield ha scritto:
>>
>>
>>  > Andrea Vettori wrote:
>>  >> That's true but should't the app do some input checking ?
>>  >
>>  > What you're suggesting is that we make this framework vulnerable to
>>  > poorly written applications?  I'd say the framework should be
>>  > written so that even poorly written applications can't compromise it.
>>
>>
>> Ok but if protecting poorly written applications breaks good written
>>  applications at least I think the framework should be available in two
>>  version.
>>  Since I think it's about having two tlds for the struts tags, just
>>  write "EL kills" and let the users choose...
>>
>>
>>  >
>>  >
>>  >> It's the same as SQL injection...
>>  >
>>  > In fact, it's OGNL injection, and the way to avoid it is not to
>>  > evaluate user provided strings as OGNL expressions.  Turning off EL
>>  > is part of how that's been accomplished.
>>
>>
>>
>> If one has EL enabled, do you think that escaping or removing OGNL
>>  syntax in http request variables is enought (assuming that there are
>>  no other ways to inject OGNL code into the app) ?
>>
>>
>>
>>  --
>>  Ing. Andrea Vettori
>>  Consulente per l'Information Technology
>>
>>
>>  -
>>
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15884171.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue WW-2107 question - Is JSTL disable or not?

2008-03-06 Thread Felipe Rodrigues

>But we have that situation in most pages that we develop.  Since the
>Struts tags are not all encompassing, we must supplement our framework
>with other tags, like DisplayTag and other standard JSP tags.  So,
>allowing the full use of JUEL (or JSTL EL) in the Struts tags,
>actually reduces confusion since it allows us to use one EL for an
>entire page.
Yes, but OGNL is a base for Struts2 stack. And EL is only removed because of
the security problem.
I'm not saying that use of EL is bad.

>We can't stop the confusion without either expanding the Struts taglib
>so that you would never need an outside tag or convert all the other
>tag libraries to OGNL.  I don't see either of these as being possible.

It is a good point. But again, the position of Struts leaders is to show
that Struts2 is secure. Show that you should not use EL in Struts2 without
concerns, because Struts2 tags evaluates everything as OGNL after the EL
evaluation.

So, I still believe this thread should be talking about an alternate build
of Struts2, or at least an open documentation about how to enable EL to be
used and telling the risks to be taken for that.





Chris Pratt wrote:
> 
> On Thu, Mar 6, 2008 at 7:51 AM, Felipe Rodrigues <[EMAIL PROTECTED]>
> wrote:
>>
>>  Your suggestion for question 1 is good, since we have more description
>> on
>>  struts documentation.
>>
>>  The 2 point is the most important, from my view.
>>  Use JSP EL in Struts2 tag is not a best pratice. Match these kind of
>>  languages could make the code confuse to be maintained. Sometimes you
>> use
>>  OGNL, othertimes you use JSTL EL.
>>
> 
> But we have that situation in most pages that we develop.  Since the
> Struts tags are not all encompassing, we must supplement our framework
> with other tags, like DisplayTag and other standard JSP tags.  So,
> allowing the full use of JUEL (or JSTL EL) in the Struts tags,
> actually reduces confusion since it allows us to use one EL for an
> entire page.
> 
>>  We can make this stop now, buy forcing people to use OGNL or leave it
>>  possible to use and keep trying to make them understand that it is a bad
>>  pratice.
>>
> 
> We can't stop the confusion without either expanding the Struts taglib
> so that you would never need an outside tag or convert all the other
> tag libraries to OGNL.  I don't see either of these as being possible.
> 
>>  I think lot of people can say that match it is not a bad pratice, but...
>>  well, somebody have to decide it.
>>
> 
> You can call it bad practice if you want, but I prefer JSTL EL to OGNL
> since it is ubiquitous, powerful, consistent and much easier to train
> Web Developers to use.
> 
> But then again, that's just one man's opinion.
>   (*Chris*)
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15879306.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue WW-2107 question - Is JSTL disable or not?

2008-03-06 Thread Felipe Rodrigues

Ok...
I agree with you now. Would be really nice just have EL that should be a
unified expression language.
Maybe improve EL using OGNL concepts would be nice too, but not have both
(OGNL and EL) in the same logic.

The problem is that OGNL is in the heart of Struts2. We just can't take it
out, or event disable that.

So to be pragmatic, the point here is have the secure version (JSP EL
disabled) and the unsecure version (JSP ELs enabled).

I'm curious about the leaders opinios about that...

Felipe Rodrigues


Andrea Vettori wrote:
> 
> My point is that there are many jsp tag libraries out there. For  
> example, I've developed and I'm mantaining four big ecommerce sites  
> with struts2 and some taglibs. But I'm using 2.0.8 since in many jsp  
> pages I've used EL in struts tags.
> I think that bad practice is using request variables into EL  
> expression not the generic use of EL expression into s2 tags.
> 
> Personally I have never used OGNL expression inside my jsps apart of  
> some simple %{variable}. I think it's cleaner using jsp tags and  
> variables because the page is more readable even to page designers.
> For example,
> 
>> 
> 
> 
> Ok it's two lines instead of one and you have to implement the tag.  
> But I think it's cleaner, less dangerous that exposing all the object  
> methods and understandable by not expert page designers...
> 
> Finally I think that removing EL expression from s2 tags because if  
> used in the bad way they can be dangerous it's like not sell cars  
> anymore since you can kill someone if drived in the bad way...
> 
> Hope this can contribute to the discussion to have ELs back... :)
> 
> 
> Il giorno 06/mar/08, alle ore 17:11, Felipe Rodrigues ha scritto:
> 
>>
>> In this way there is not bad pratice visible.
>> Imagine the situation:
>>
>>
>> 
>> > value="#anotherResult#CameFromValueStackā€¯/>
>> 
>>> http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15877164.html
>> Sent from the Struts - Dev mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
> 
> --
> Ing. Andrea Vettori
> Consulente per l'Information Technology
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15878911.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue WW-2107 question - Is JSTL disable or not?

2008-03-06 Thread Felipe Rodrigues

In this way there is not bad pratice visible.
Imagine the situation:




> http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15877164.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Issue WW-2107 question - Is JSTL disable or not?

2008-03-06 Thread Felipe Rodrigues

Your suggestion for question 1 is good, since we have more description on
struts documentation.

The 2 point is the most important, from my view.
Use JSP EL in Struts2 tag is not a best pratice. Match these kind of
languages could make the code confuse to be maintained. Sometimes you use
OGNL, othertimes you use JSTL EL.

We can make this stop now, buy forcing people to use OGNL or leave it
possible to use and keep trying to make them understand that it is a bad
pratice.

I think lot of people can say that match it is not a bad pratice, but...
well, somebody have to decide it.


Grato,

Felipe Rodrigues



Bob Tiernay wrote:
> 
> 
> 1. can be addressed by tld/tag description elements in the tld that show
> up in modern IDEs.
> 
> Is 2. really a problem? Sorry, I didn't really understand.
> 
> Bob
> 
>> Bob,
>>
>> I see 2 problems.
>> First, there should be a very clear explanation about this
>> "struts-dangerous", telling the risk of use JSTL in struts tags. Also, I
>> think the static calls by OGNL should be disabled, and maybe it
>> represents a
>> refactor anyway. The good point is that you can enable static access in
>> struts.properties.
>>
>> The second problem is keep feeding this pratice (use JSTL EL).
>>
>> But I have to say that having this package is would avoid a lot of
>> explanation in old struts2 apps.
>>
>> Felipe
>>
>>
>> Bob Tiernay wrote:
>>>
>>>
>>> I also recall an email sent on this prior, where a decussion about 2
>>> tlds
>>> was brewing. Whatever happened with that?
>>>
>>> With each new struts release, I need to extract the tld and update it.
>>> Now, it's not so bad if it's just little old me, but what about everyone
>>> else who has to do the same? Seems like a lot of wasted time and effort
>>> if you as me.
>>>
>>> If adding a jstl enabled tld is because it's "dangerous" with ognl
>>> expression use, then make the uri: "struts-dangerous"! If it's because
>>> there is a process issue, lets discuss :)
>>>
>>> Bob
>>>
>>>> Date: Wed, 5 Mar 2008 15:42:28 -0800
>>>> From: [EMAIL PROTECTED]
>>>> To: dev@struts.apache.org
>>>> Subject: Re: Issue WW-2107 question - Is JSTL disable or not?
>>>>
>>>>
>>>> Well,
>>>>
>>>> It is a question about a Jira Issue. That`s why I asked in the
>>>> developers
>>>> maillist.
>>>>
>>>> By the way, thanks for the answer.
>>>>
>>>>
>>>> Felipe
>>>>
>>>
>>> _
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15872871.html
>> Sent from the Struts - Dev mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
> 
> _
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15876129.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Issue WW-2107 question - Is JSTL disable or not?

2008-03-06 Thread Felipe Rodrigues

Bob,

I see 2 problems.
First, there should be a very clear explanation about this
"struts-dangerous", telling the risk of use JSTL in struts tags. Also, I
think the static calls by OGNL should be disabled, and maybe it represents a
refactor anyway. The good point is that you can enable static access in
struts.properties.

The second problem is keep feeding this pratice (use JSTL EL).

But I have to say that having this package is would avoid a lot of
explanation in old struts2 apps.

Felipe


Bob Tiernay wrote:
> 
> 
> I also recall an email sent on this prior, where a decussion about 2 tlds
> was brewing.  Whatever happened with that?
> 
> With each new struts release, I need to extract the tld and update it. 
> Now, it's not so bad if it's just little old me, but what about everyone
> else who has to do the same?  Seems like a lot of wasted time and effort
> if you as me.
> 
> If adding a jstl enabled tld is because it's "dangerous" with ognl
> expression use, then make the uri: "struts-dangerous"! If it's because
> there is a process issue, lets discuss :)
> 
> Bob
> 
>> Date: Wed, 5 Mar 2008 15:42:28 -0800
>> From: [EMAIL PROTECTED]
>> To: dev@struts.apache.org
>> Subject: Re: Issue WW-2107 question - Is JSTL disable or not?
>>
>>
>> Well,
>>
>> It is a question about a Jira Issue. That`s why I asked in the developers
>> maillist.
>>
>> By the way, thanks for the answer.
>>
>>
>> Felipe
>>
> 
> _
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15872871.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue WW-2107 question - Is JSTL disable or not?

2008-03-05 Thread Felipe Rodrigues

Well,

It is a question about a Jira Issue. That`s why I asked in the developers
maillist.

By the way, thanks for the answer.


Felipe


Laurie Harper wrote:
> 
> Felipe Rodrigues wrote:
>> Hi guys,
>> 
>> Sorry, but it is not quite clear for me if the JSP EL is disable in
>> struts2
>> tags or not. I'vev seen that static methods calls is disabled.
> 
> As of Struts 2.0.11 yes, EL expressions are disabled in Struts tags.
> 
> In future, please post questions about using Struts to the Struts Users 
> list only. The Struts Dev list is for discussing the development and 
> enhancement of Struts itself.
> 
> http://struts.apache.org/mail.html
> 
> If you'd like to follow up, please do so there.
> 
> Thanks,
> 
> L.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15863257.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Issue WW-2107 question - Is JSTL disable or not?

2008-03-04 Thread Felipe Rodrigues

Hi guys,

Sorry, but it is not quite clear for me if the JSP EL is disable in struts2
tags or not. I'vev seen that static methods calls is disabled.

Thanks,


Felipe
-- 
View this message in context: 
http://www.nabble.com/Issue-WW-2107-question---Is-JSTL-disable-or-not--tp15830208p15830208.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[S2] parseWidgets should be false for better performance!

2007-07-27 Thread Felipe Rodrigues

Hi guys,

I'm thinking about open an issue to make put parseWidgets: false on djConfig
initial load. This would improve the performance so much. 
The fact is that dojo walk through each DOM node in a document looking for
widgets to parse, so it makes the footprint very slow.
The solution is to tell to dojo what are our widget, based on widget id. A
simple solution would be put a line in each ftl template to render some dojo
widget. Something like that in FTL:


delay="${parameters.delay?c}"<#rt/>
  
  <#if parameters.updateFreq?exists>
updateFreq="${parameters.updateFreq?c}"<#rt/>
  
  <#if parameters.autoStart?exists>
autoStart="${parameters.autoStart?string?html}"<#rt/>
  
  <#if parameters.startTimerListenTopics?if_exists != "">
startTimerListenTopics="${parameters.startTimerListenTopics?html}"<#rt/>
  
  <#if parameters.stopTimerListenTopics?if_exists != "">
stopTimerListenTopics="${parameters.stopTimerListenTopics?html}"<#rt/>
  
  <#if parameters.refreshOnShow?exists>
refreshOnShow="${parameters.refreshOnShow?string?html}"<#rt/>
  
  <#if parameters.separateScripts?exists>
scriptSeparation="${parameters.separateScripts?string?html}"<#rt/>
  
  <#include "/${parameters.templateDir}/ajax/ajax-common.ftl" />
  <#include "/${parameters.templateDir}/simple/scripting-events.ftl" />
>
djConfig.searchIds.push("${parameters.id}");

>From what I've seen this would be a little change that would make us improve
the performance of Struts2.

What do you think guys?

Felipe
-- 
View this message in context: 
http://www.nabble.com/-S2--parseWidgets-should-be-false-for-better-performance%21-tf4157653.html#a11828783
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Is Struts 2 apps and Browsers?

2007-04-20 Thread Felipe Rodrigues

Hi, 

I'm having lot differents implementations when trying to keep the compliancy
with all browsers.
When developing struts, are we taking care about this question?
I mean, at IE I have lot of behaviors (like layout problems) that I don't
have at Firefox. ActionContext behavior also odds beteween theses browsers.

Best Regards,

Felipe
-- 
View this message in context: 
http://www.nabble.com/Is-Struts-2-apps-and-Browsers--tf3617912.html#a10102092
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Ajax Validation

2007-04-18 Thread Felipe Rodrigues

If we take the theme="ajax" from the form, the validation works. Without DWR.
So, why exactly do we need DWR?


Musachy Barroso wrote:
> 
> You might want to take a look at form-close.ftl in the Dojo plugin in
> trunk,
> I think there is where the validation is generated, if you come up with a
> patch I will check it out.
> 
> thanks
> musachy
> 
> On 4/13/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
>>
>>
>> I've seen at ShowCase that Ajax validation is broken.
>> Does anyone have more details about that, or even how to fix that?
>> I could work on this issue if I get some direction first.
>> I also need this kind of validation in a app.
>>
>> Thanks,
>>
>> Felipe
>> --
>> View this message in context:
>> http://www.nabble.com/Ajax-Validation-tf3574010.html#a9986879
>> Sent from the Struts - Dev mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> "Hey you! Would you help me to carry the stone?" Pink Floyd
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Ajax-Validation-tf3574010.html#a10063738
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Ajax Validation

2007-04-13 Thread Felipe Rodrigues

I've seen at ShowCase that Ajax validation is broken.
Does anyone have more details about that, or even how to fix that?
I could work on this issue if I get some direction first.
I also need this kind of validation in a app.

Thanks,

Felipe
-- 
View this message in context: 
http://www.nabble.com/Ajax-Validation-tf3574010.html#a9986879
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues

Mens,

I said it works putting the submit outside the , but it doesn't. The
button is moved to a line separated by a Horizontal Line. At least, it does
execute correctly the action.

thanks,

Felipe


Felipe Rodrigues wrote:
> 
> Hi mans,
> I'm really so sorry to insist in this, but look at this code. How work
> around this?
> 
> 
>/>
>/>
>theme="simple" />
>displayFormat="dd/MM/" theme="simple"/>
>   
> 
> 
> Using this code, when I click at Submit, the page does not work properly,
> instead of refresh the listeners of this topic, it open a new blank page,
> as we can expect from a simple theme submit behavior.
> The form does not work, because this behavior should be provided by the
> ajax theme. But when I set the submit theme as ajax it goes to the next
> line. How put this form in a single line and keep using the submit theme
> as ajax?
> 
> Are you sure it is not a bug? If not, how do that?
> And please, I agree that this is not the place to post user doubts, and I
> could do that using a submit outside the form,
> just setting the formId. But I still think it is a workaround, and should
> be an easier way to do that.
> What do you think?
> 
> Regards,
> 
> Felipe
> 
> 
> 
> Felipe Rodrigues wrote:
>> 
>> Hi everyone,
>> 
>> I'm using a  to organize the layout of my form. I'd like to get
>> all components in one line, so, I'm using this code:
>> 
>>   
>> some text
>> other text
>> 
>> 
>> 
>>   
>> 
>> 
>> But when rendering the page, struts put each component under the other. I
>> checked out the generated code and found some  tags lost in middle of
>> my  tags. These  tags was added by struts.
>> 
>> Is that a real bug? Any idea?
>> 
>> Regards,
>> 
>> Felipe
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9744798
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues

Hi mans,
I'm really so sorry to insist in this, but look at this code. How work
around this?









Using this code, when I click at Submit, the page does not work properly,
instead of refresh the listeners of this topic, it open a new blank page, as
we can expect from a simple theme submit behavior.
The form does not work, because this behavior should be provided by the ajax
theme. But when I set the submit theme as ajax it goes to the next line. How
put this form in a single line and keep using the submit theme as ajax?

Are you sure it is not a bug? If not, how do that?
And please, I agree that this is not the place to post user doubts, and I
could do that using a submit outside the form,
just setting the formId. But I still think it is a workaround, and should be
an easier way to do that.
What do you think?

Regards,

Felipe



Felipe Rodrigues wrote:
> 
> Hi everyone,
> 
> I'm using a  to organize the layout of my form. I'd like to get all
> components in one line, so, I'm using this code:
> 
>   
> some text
> other text
> 
> 
> 
>   
> 
> 
> But when rendering the page, struts put each component under the other. I
> checked out the generated code and found some  tags lost in middle of
> my  tags. These  tags was added by struts.
> 
> Is that a real bug? Any idea?
> 
> Regards,
> 
> Felipe
> 

-- 
View this message in context: 
http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9744755
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: dynamically textbox

2007-03-29 Thread Felipe Rodrigues

What exactly you want to do?

Regards,

Felipe

swap-2 wrote:
> 
> how to generate textbox dynamically using struts
> -
> Posted via Jive Forums
> http://forums.opensymphony.com/thread.jspa?threadID=73829&messageID=137007#137007
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/dynamically-textbox-tf3486120.html#a9743925
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues

Sure,

Should I create a new post there and leave this one here?

Felipe

Martin Cooper-2 wrote:
> 
> On 3/29/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
>>
>>
>> Thanks,
>>
>> So I need to set the theme as simple?
> 
> 
> You need to be asking on the User list, as mentioned by Phil.
> 
> --
> Martin Cooper
> 
> 
> But what about if I am using ajax
>> features? Because after that I have 2  that use theme ajax.
>>
>> Just ot remember: I want put all components in one line.
>>
>> Anyway, thanks for the answer...
>>
>> Felipe
>>
>>
>> Rainer Hermanns wrote:
>> >
>> > This is no bug, but a feature :)
>> >
>> > Either use this:
>> >  
>> >
>> >  some text
>> >  other text
>> >  > > theme="simple"/>
>> >  > > theme="simple">
>> >  > > value="INV"theme="simple">
>> >
>> >  
>> >
>> > or:
>> >
>> > 
>> > 
>> > 
>> > 
>> > 
>> >
>> > hth,
>> > Rainer
>> >
>> >>
>> >> Hi everyone,
>> >>
>> >> I'm using a  to organize the layout of my form. I'd like to get
>> >> all
>> >> components in one line, so, I'm using this code:
>> >> 
>> >>   
>> >> some text
>> >> other text
>> >> 
>> >> 
>> >> 
>> >>   
>> >> 
>> >>
>> >> But when rendering the page, struts put each component under the
>> other.
>> I
>> >> checked out the generated code and found some  tags lost in middle
>> of
>> >> my
>> >>  tags. These  tags was added by struts.
>> >>
>> >> Is that a real bug? Any idea?
>> >>
>> >> Regards,
>> >>
>> >> Felipe
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9741411
>> >> Sent from the Struts - Dev mailing list archive at Nabble.com.
>> >>
>> >>
>> >> -
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> >
>> > --
>> > Rainer Hermanns
>> > aixcept
>> > Neupforte 16
>> > 52062 Aachen - Germany
>> > w: http://aixcept.de/
>> > t:+49-241-4012247
>> > m:  +49-170-3432912
>> >
>> > -
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9743442
>> Sent from the Struts - Dev mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9743850
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues

whow...
Sounds like everybody is flaming here. 
Sorry guys, I don't want to waste your time.
Yes, there is a annotation in a green box right in the middle telling about
the feature,
but there is no example about how do that with ajax behavior. Can I just set
the theme as simple
and use the ajax behavior?

Once again, sorry for to be so dummie. Maybe something that are so clear to
you, is not so clear to me.

Regards,

Felipe


Rene Gielen wrote:
> 
> Of course it was ok to ask first before filing a bug. For the docs you 
> pointed out, there is an annotation in a green box right in the middle:
> 
> "The xhtml theme renders out a two-column table. If a different layout 
> is needed, do not write your own HTML. Create a new theme or utilize the 
> simple theme."
> 
> Thanks anyway,
> - Rene
> 
> Felipe Rodrigues schrieb:
>> Hi Philip,
>> 
>> We are look guys, since I asked here, before create an issue at Jira,
>> isn't
>> it?
>> 
>> By the way I read the documentation at  
>> http://cwiki.apache.org/WW/form-tags.html 
>> http://cwiki.apache.org/WW/form-tags.html  but it don't tell anything
>> about
>> this hidden "feature".
>> 
>> I posted here, because I really think that if it is not a bug, it can be
>> improved.
>> 
>> I imagined that it could be a feature, to put each component in a
>> diferent
>> line.
>> 
>> But how about when we want all them in a single line and use the theme
>> ajax
>> to some components?
>> A little confuse, don't you think?
>> 
>> xhtml theme extends simple, but if I want to use my components without a
>> label and all of them in a single line, I must 
>> set hte theme as simple. Hum... How could we improve that?
>> 
>> Anyway, could you give me a example about how to work around this
>> feature?
>> The FAQ link you sent me have no example. :-)
>> 
>> Best Regards,
>> 
>> Felipe
>> 
>> 
>> Philip Luppens wrote:
>>> You might want to read the documentation of Struts 2 (hint, under FAQ
>>> [1]) before you shout 'BUG'.
>>>
>>> Plus, you should use the user mailing list for questions like this,
>>> the dev list is for the development of Struts 2.
>>>
>>> [1]
>>> http://cwiki.apache.org/WW/why-do-the-form-tags-put-table-tags-around-controls.html
>>>
>>> Thank you,
>>>
>>> Phil
>>>
>>> On 3/29/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
>>>> Hi everyone,
>>>>
>>>> I'm using a  to organize the layout of my form. I'd like to get
>>>> all
>>>> components in one line, so, I'm using this code:
>>>> 
>>>>   
>>>> some text
>>>> other text
>>>> 
>>>> 
>>>> 
>>>>   
>>>> 
>>>>
>>>> But when rendering the page, struts put each component under the other.
>>>> I
>>>> checked out the generated code and found some  tags lost in middle
>>>> of
>>>> my
>>>>  tags. These  tags was added by struts.
>>>>
>>>> Is that a real bug? Any idea?
>>>>
>>>> Regards,
>>>>
>>>> Felipe
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9741411
>>>> Sent from the Struts - Dev mailing list archive at Nabble.com.
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>
>>> -- 
>>> iDTV System Engineer
>>> "Always code as if the guy who ends up maintaining your code will be a
>>> violent psychopath who knows where you live." - John F. Woods
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>> 
> 
> 
> -- 
> Rene Gielen  | http://it-neering.net/
> Aachen   | PGP-ID: BECB785A
> Germany  | gielen at it-neering.net
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9743841
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues

Hi Philip,

We are look guys, since I asked here, before create an issue at Jira, isn't
it?

By the way I read the documentation at  
http://cwiki.apache.org/WW/form-tags.html 
http://cwiki.apache.org/WW/form-tags.html  but it don't tell anything about
this hidden "feature".

I posted here, because I really think that if it is not a bug, it can be
improved.

I imagined that it could be a feature, to put each component in a diferent
line.

But how about when we want all them in a single line and use the theme ajax
to some components?
A little confuse, don't you think?

xhtml theme extends simple, but if I want to use my components without a
label and all of them in a single line, I must 
set hte theme as simple. Hum... How could we improve that?

Anyway, could you give me a example about how to work around this feature?
The FAQ link you sent me have no example. :-)

Best Regards,

Felipe


Philip Luppens wrote:
> 
> You might want to read the documentation of Struts 2 (hint, under FAQ
> [1]) before you shout 'BUG'.
> 
> Plus, you should use the user mailing list for questions like this,
> the dev list is for the development of Struts 2.
> 
> [1]
> http://cwiki.apache.org/WW/why-do-the-form-tags-put-table-tags-around-controls.html
> 
> Thank you,
> 
> Phil
> 
> On 3/29/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
>>
>> Hi everyone,
>>
>> I'm using a  to organize the layout of my form. I'd like to get
>> all
>> components in one line, so, I'm using this code:
>> 
>>   
>> some text
>> other text
>> 
>> 
>> 
>>   
>> 
>>
>> But when rendering the page, struts put each component under the other. I
>> checked out the generated code and found some  tags lost in middle of
>> my
>>  tags. These  tags was added by struts.
>>
>> Is that a real bug? Any idea?
>>
>> Regards,
>>
>> Felipe
>> --
>> View this message in context:
>> http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9741411
>> Sent from the Struts - Dev mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> iDTV System Engineer
> "Always code as if the guy who ends up maintaining your code will be a
> violent psychopath who knows where you live." - John F. Woods
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9743561
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues

Thanks,

So I need to set the theme as simple? But what about if I am using ajax
features? Because after that I have 2  that use theme ajax.

Just ot remember: I want put all components in one line.

Anyway, thanks for the answer...

Felipe


Rainer Hermanns wrote:
> 
> This is no bug, but a feature :)
> 
> Either use this:
>  
>
>  some text
>  other text
>   theme="simple"/>
>   theme="simple">
>   value="INV"theme="simple">
>
>  
> 
> or:
> 
> 
> 
> 
> 
> 
> 
> hth,
> Rainer
> 
>>
>> Hi everyone,
>>
>> I'm using a  to organize the layout of my form. I'd like to get
>> all
>> components in one line, so, I'm using this code:
>> 
>>   
>> some text
>> other text
>> 
>> 
>> 
>>   
>> 
>>
>> But when rendering the page, struts put each component under the other. I
>> checked out the generated code and found some  tags lost in middle of
>> my
>>  tags. These  tags was added by struts.
>>
>> Is that a real bug? Any idea?
>>
>> Regards,
>>
>> Felipe
>> --
>> View this message in context:
>> http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9741411
>> Sent from the Struts - Dev mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> Rainer Hermanns
> aixcept
> Neupforte 16
> 52062 Aachen - Germany
> w: http://aixcept.de/
> t:+49-241-4012247
> m:  +49-170-3432912
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9743442
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues

Hi everyone,

I'm using a  to organize the layout of my form. I'd like to get all
components in one line, so, I'm using this code:

  
some text
other text



  


But when rendering the page, struts put each component under the other. I
checked out the generated code and found some  tags lost in middle of my
 tags. These  tags was added by struts.

Is that a real bug? Any idea?

Regards,

Felipe
-- 
View this message in context: 
http://www.nabble.com/BUG---Struts-ui-components-inside-%3Ctable%3E-mess-the-layout.-tf3488497.html#a9741411
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Felipe Rodrigues

In the truth, I just requested a simple Open Source license for IDEA.
The response was to send her an email from my apache.org account. That is
why I asked it here.
I've sent another email to her explaning that I am not a committer, and sent
her some others open source projects that I work on. I think I will get the
license.

By the way, maybe some day I earn my own ASF account, but it is not my goal
here.

Thanks for your patience... Maybe I will post more questions.
It would be nice to create a doc page with these informations. Some thing
like a FAQ for developers newbie.
If you like, I can do that.

regards,

Felipe


husted wrote:
> 
> On 3/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
>> How do I get a apache.org email account to get the IDEA License?
> 
> The Apache Software Foundation is an organization, and not a free web
> host, like SourceForge or GoogleCode. An ASF account is earned by
> making sustained and welcome contributions to a project. For more, see
> 
> * http://apache.org/foundation/faq.html#joining
> * http://apache.org/foundation/how-it-works.html#meritocracy
> 
> The reason JetBrains (among others) give committers licenses is
> because we have earned them by helping to create open source products,
> many of which JetBrains uses internally.
> 
> -Ted.
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9636879
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Felipe Rodrigues

Right. I use eclipse.
I'm just curious about IntelliJ and how does it work with maven.

humm... Only commiters. So I will have to try another way.

Thanks any way.


Antonio Petrelli-3 wrote:
> 
> 2007/3/23, Felipe Rodrigues <[EMAIL PROTECTED]>:
>>
>> How do I get a apache.org email account to get the IDEA License?
> 
> But you use Eclipse, right? Only committers and above ranks have an
> apache.org account.
> 
> Antonio
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9636081
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Felipe Rodrigues

How do I get a apache.org email account to get the IDEA License?



Philip Luppens wrote:
> 
> On 3/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
>>
>> Ok,
>>
>> I still got a quesiton.
>> When working in a issue to version 2.0.8, what tag (or module) from SVN
>> must
>> I checkout and how
>> proceed to commit my changes?
> 
> You should check out the 2.0.x branch (STRUTS_2_0_X). If you encounter
> bugs, or are looking for enhancements/optimizations, then please
> verify them on the Struts user list, or check the Jira (at
> issues.apache.org) for duplicates prior to entering them. If you can,
> you're welcome to attach patches on the issue (and flag them
> appropriately). You don't have commit access, so you cannot commit
> changes.
> 
> Hth,
> 
> Phil
> 
>> Dave Newton-4 wrote:
>> >
>> > --- Felipe Rodrigues <[EMAIL PROTECTED]>
>> > wrote:
>> >> Can I use Eclipse as IDE and SVN client by
>> >> Subclipse?
>> >
>> > Sure.
>> >
>> >> How to build a local version to test?
>> >
>> > http://cwiki.apache.org/WW/building-the-framework-from-source.html
>> >
>> > d.
>> >
>> >
>> >
>> >
>> >
>> 
>> > Bored stiff? Loosen up...
>> > Download and play hundreds of games for free on Yahoo! Games.
>> > http://games.yahoo.com/games/front
>> >
>> > -
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/How-to-get-Started-tf3451846.html#a9633161
>> Sent from the Struts - Dev mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> iDTV System Engineer
> "Always code as if the guy who ends up maintaining your code will be a
> violent psychopath who knows where you live." - John F. Woods
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9635734
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Felipe Rodrigues

Ok,

I still got a quesiton.
When working in a issue to version 2.0.8, what tag (or module) from SVN must
I checkout and how
proceed to commit my changes?



Dave Newton-4 wrote:
> 
> --- Felipe Rodrigues <[EMAIL PROTECTED]>
> wrote:
>> Can I use Eclipse as IDE and SVN client by
>> Subclipse?
> 
> Sure.
> 
>> How to build a local version to test?
> 
> http://cwiki.apache.org/WW/building-the-framework-from-source.html
> 
> d.
> 
> 
> 
>  
> 
> Bored stiff? Loosen up... 
> Download and play hundreds of games for free on Yahoo! Games.
> http://games.yahoo.com/games/front
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9633161
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to get Started

2007-03-22 Thread Felipe Rodrigues

Hi,

I've just installed the SVN client to get the Struts2 source code and start
to study or try work at some issue, and I got some questions. Is there a FAQ
or something to answer these ones and other questions?

Can I use Eclipse as IDE and SVN client by Subclipse?

I saw lots of tags, branches and the trunk (I know it is the current).

What of theses I need to import to work at any version of struts and how do
that?

How to build a local version to test?

Felipe
-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9628762
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to join to the dev team?

2007-03-16 Thread Felipe Rodrigues

Hi dudes,
I would like to join to struts2 development team.
How could I do that?
-- 
View this message in context: 
http://www.nabble.com/How-to-join-to-the-dev-team--tf3416906.html#a9522720
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]