There is a very good eclipse plugin here
http://www.jamesholmes.com/struts/console/ it might fit your needs.
-Cesar
www.arevalos.org
- Original Message
From: Arunkumar Balasubramanian <[EMAIL PROTECTED]>
To: Struts Users Mailing List
Sent: Sunday, September 30, 2007 12:47:49 AM
Subject
Hi
Do any one have link where I can download plug in for eclipse 3.2 for running
struts applications. I tried Easy Struts and it works only with eclipse 2.x and
not with eclipse 3.2.
I am running a application in my PC and need this plug in. If any one have
link to download the plug in,
The people who manage CLAs are volunteers, so it does take a bit of
time. I never received any email when mine was registered... This part
still has dependencies on "wetware." Give it a bit of time, then check
back with the dev@ list. The "karma" upgrade is simply a matter of
contributing to discus
Thanx for that link, now I can see the list.
Another question: does the system automatically emails you when you are
added? :-?
On 9/29/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On 9/29/07, Marcos Hernandez <[EMAIL PROTECTED]> wrote:
> > Hi Wendy, thanx for replying.
> > Just one question
On 9/29/07, Marcos Hernandez <[EMAIL PROTECTED]> wrote:
> Hi Wendy, thanx for replying.
> Just one question: how long do you think it could be before my iCLA is
> recorded? a month, two, three? because until then I can't be sure that they
> actually received it by fax :-/
I think it should have be
Well, just because it incorporates Dojo doesn't mean you have to use
it and are forbidden from trying something better. By default dojo.js
isn't dumped into your JSP/Freemarker pages so it's not like it's
ever-present for him to use and could get in the way. In all my
Struts apps I use Prototype
If you're using Spring you could define your action bean as a
singleton and that would do the trick since the same instance would
always be reused. Note that this is pretty crazy in most cases,
you're probably better off storing our objects in session scope like
Chris suggested.
Zarar
On 9/29/07
If the variable you're looking for is stored in the context you will
be able to retrieve it like this in a JSP:
${stack.context['com.opensymphony.xwork2.ActionContext.name']}
If you're using Freemarker then you can simply go:
stack.findString("com.opensymphony.xwork2.ActionContext.name")
But yo
Hi Wendy, thanx for replying.
Just one question: how long do you think it could be before my iCLA is
recorded? a month, two, three? because until then I can't be sure that they
actually received it by fax :-/
Thanx
On 9/29/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On 9/29/07, Marcos Hernande
On 9/29/07, Marcos Hernandez <[EMAIL PROTECTED]> wrote:
> Hi everyone, I'd like to help editing the Struts2 documentation. I've
> already sent the fax with my info and signature 2 weeks ago, but I don't
> know what a Karma upgrade means. And it seems I need one of 'those' to
> contribute.
>
> (I'm
Hi everyone, I'd like to help editing the Struts2 documentation. I've
already sent the fax with my info and signature 2 weeks ago, but I don't
know what a Karma upgrade means. And it seems I need one of 'those' to
contribute.
(I'm following the directions in:
http://struts.apache.org/2.x/docs/edit
Have a look at this friend.
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html
On 9/29/07, rigel <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> time ago I bookmarked a detailed table reference about EL, but now I lost
> this bookmark :super: . So, where to find detailed table reference,
>
Piero Sartini-3 wrote:
>
>> I am searching a table comparison like this for all features and
>> enhancements from 1.x to 2.x:
>
> There is nothing like that because Struts 2 is not based on Struts 1 but
> on
> WebWork - it has a complete different code base.
>
> Maybe this comparison does he
Wouldn't you also have to include the SessionAware interceptor in your
"myForm" stack as well as implement the SessionAware Interface or is that
over kill for scopedModelDriven?
On 9/28/07, ghodgins <[EMAIL PROTECTED]> wrote:
>
>
> Does anyone have a working example using the scopedModelDriven int
Zarar Siddiqi wrote:
I really recommend using something like Prototype to do your Ajax
stuff. There's no need to reinvent the wheel and introduce countless
Struts2 incorporates DoJo, so there's not much sense
adding another Ajax framework
-
On 9/29/07, Radha Krishna <[EMAIL PROTECTED]> wrote:
> Hi,
>
> i am working on indexed,nested properties. i have following entries in my
> ActionForm
Radha, I think you are making this too complicated trying to use an
index in your setter (I think if I recall correctly you only needed
that ki
> I am searching a table comparison like this for all features and
> enhancements from 1.x to 2.x:
There is nothing like that because Struts 2 is not based on Struts 1 but on
WebWork - it has a complete different code base.
Maybe this comparison does help:
http://www.roseindia.net/struts/struts2
Hi,
i am working on indexed,nested properties. i have following entries in my
ActionForm
private ArrayList countryNames = new ArrayList();
public void setCountryNames(int index,LabelValueBean val) {
this.countryNames.add(index,val);
}
public LabelValueBean getCountr
Hi,
time ago I bookmarked a detailed table reference about EL, but now I lost
this bookmark :super: . So, where to find detailed table reference, source
code samples or source code implementations about the expression language?
Thanks in advance,
best regards.
--
View this message in context
Hi,
I am searching a table comparison like this for all features and
enhancements from 1.x to 2.x:
http://struts.apache.org/1.2.7/userGuide/release-notes.html#Detail
but I am not able to find one which covers also 1.3.x/2.0 features and
enhancements.
Thanks in advance,
Best regards.
--
View
Hi Zarar,
Being crazy takes its toll; please have exact change. ;) If you re-read
my response you will see that I recognise that Jennie is using Struts 1.x.
I suppose I mentioned Struts 2 because you can *almost* do the URL
mapping that she requires with it. I say almost because the solutio
21 matches
Mail list logo