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 f
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 chec
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
dy 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
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
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/trun
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 impo
t
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 t
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.
--
,
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.
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 acc
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
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
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 tel
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
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
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
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 thi
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
F
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
>
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
x 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 Ph
f 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 us
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 featu
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
ke, 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 S
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
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 modu
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 c
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
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.
--
31 matches
Mail list logo