Do you use the REST plugin ? If so please try with the latest snapshot
as there was a bug in RestActionMapper which prevents to properly
handle static resources.
Regards
--
Łukasz
mobile +48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/
2012/7/10
thanks Lukasz, but I get the same error.
my welcome file is index.html, so first of all it complains:
HTTP 404 - There is no Action mapped for namespace / and action name
index.html
But now I can access my actions without the .action in the URL. The problem
is that the CSS's dont display, I pres
2012/7/10 lucas owen :
>
> struts2
> *
>
It should be /*
And what kind of error do you have with css ?
Regards
--
Łukasz
mobile +48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/
tp://struts.apache.org/2.0.11/docs/strutsproperties.html
> >
> > -Ruben Cepeda
> >
> >
> >
> >> Date: Wed, 11 Aug 2010 14:57:33 +0530
> >> Subject: how to remove .action suffix in struts 2.1
> >> From: mail.supra...@gmail.com
> >> To: user@st
l
>
> -Ruben Cepeda
>
>
>
>> Date: Wed, 11 Aug 2010 14:57:33 +0530
>> Subject: how to remove .action suffix in struts 2.1
>> From: mail.supra...@gmail.com
>> To: user@struts.apache.org
>>
>> Hi all,
>> I need to remove the .action suffix associa
If you haven't done so yet you'll have to create a struts.properties file and
override it. Here http://struts.apache.org/2.0.11/docs/strutsproperties.html
-Ruben Cepeda
> Date: Wed, 11 Aug 2010 14:57:33 +0530
> Subject: how to remove .action suffix in struts 2.1
&g
gt; To: Struts Users Mailing List
> Subject: how to remove .action suffix in struts 2.1
>
> Hi all,
> I need to remove the .action suffix associated with the actions.
> Please advise how to do this.
> Thanks and regards,
> Supratim
>
> DISCLAIMER
> ==
> This e
...@gmail.com]
Sent: Wednesday, August 11, 2010 2:58 PM
To: Struts Users Mailing List
Subject: how to remove .action suffix in struts 2.1
Hi all,
I need to remove the .action suffix associated with the actions.
Please advise how to do this.
Thanks and regards,
Supratim
DISCLAIMER
==
This e
Hi all,
I need to remove the .action suffix associated with the actions.
Please advise how to do this.
Thanks and regards,
Supratim
Hello all,
I am facing a strange problem. If I redefine in web.xml the
struts-filters (see following xml-snip), the struts works fine, but I
loose my location settings after FORWARDING.
Any idea ? Please advice.
Regards
Eduard
P.S.: I haven't debugged the struts code.
openSessionIn
link in to /register-submit, which isn't awful, since
> validation is performed. But I'd like to minimize the number of actionable
> URLs on my site and avoid writing an isBlank() method for each form.
>
> It would seem more straightforward if I could depend o
; }
> }
>
> Someone can still link in to /register-submit, which isn't awful, since
> validation is performed. But I'd like to minimize the number of
> actionable URLs on my site and avoid writing an isBlank() method for
> each form.
>
> It would seem more
e URLs on my site and avoid writing an isBlank() method for
each form.
It would seem more straightforward if I could depend on an INPUT result
on the first load of the page (with @SkipValidation), and then execute()
thereafter, with only a single action defined at the class level instead
of
2009/12/21 Fernandes Celinio :
> I have got 2 additional questions :
> What is the motivation ? Why is Dojo deprecated in favour of jQuery ?
I really don't remember, there was large discussion about that - too
complicated code base, old dojo version used, too hard to migrate, so
on...
> I am not
available somewhere ?
Thanks.
-Message d'origine-
De : Lukasz Lenart [mailto:lukasz.len...@googlemail.com]
Envoyé : lundi 21 décembre 2009 12:53
À : Struts Users Mailing List
Objet : Re: [Struts 2.1.8] Is the Dojo plugin really deprecated on Struts 2.1 ?
2009/12/21 Fernandes Celinio :
2009/12/21 Fernandes Celinio :
> Is that true ?
Yes
> I have been playing with it lately, it seems to work well.
> If it is really deprecated, what is the replacement then ? jQuery ?
Exactly, take a look on that
http://code.google.com/p/struts2-jquery/
it should be soon integrated into framewor
Hi,
According to the documentation, the "The Dojo plugin will be deprecated
on Struts 2.1".
http://struts.apache.org/2.1.8/docs/ajax-tags.html
Is that true ?
I have been playing with it lately, it seems to work well.
If it is really deprecated, what is the replacement then ? jQue
James Cook wrote:
I have that book and thoroughly enjoyed it, gave me a great platform for
me to transition from S1 to S2...
So I second the recommendation
Thank you both very much--that means a lot to me.
Stay tuned for "Inside Struts 2" as well, although I'm a bit delayed at
the moment :/
Subject: RE: Struts 2.1 book
You may want to get Dave Newton's apache struts 2 web application
development book (2009, Packt Publishing) which covers many of the newer
features of Struts 2.1.X.
Bruce
-Original Message-
From: Muthu Velappan [mailto:muthu.velap...@aspiresys.com]
Sent: S
You may want to get Dave Newton's apache struts 2 web application
development book (2009, Packt Publishing) which covers many of the newer
features of Struts 2.1.X.
Bruce
-Original Message-
From: Muthu Velappan [mailto:muthu.velap...@aspiresys.com]
Sent: Sunday, November 01, 20
]
Sent: Monday, April 20, 2009 8:51 AM
To: Struts Users Mailing List; w...@wantii.com
Subject: Re: Struts 2.1 book
thanks wes for the information...will try the MEAP version then
Rgds
Yanto
On Mon, Apr 20, 2009 at 9:55 AM, Wes Wannemacher wrote:
> On Sunday 19 April 2009 21:47:24 Yanto wr
tacktraces
> There is no Action mapped for namespace /admin and action name /home/Home. -
> [unknown location]
>
> com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:178)
>
>
> Thanks,
> Muthu
>
> --
> View this message in context:
>
.DefaultActionProxy.prepare(DefaultActionProxy.java:178)
Thanks,
Muthu
--
View this message in context:
http://www.nabble.com/Switching-Action-between-different-modules-in-Struts-2.1.x...-tp25531036p25531036.html
Sent from the Struts - User mailing list archive at Nabble.com
hisameer wrote:
Hi I am using Struts2.1.6 and trying to use DOJO inorder to use tabbed panel
using this
http://struts.apache.org/2.0.9/docs/ajax-and-javascript-recipes.html#AjaxandJavaScriptRecipes-Reloadtabscontentwhenselected
link . I no able to see the tabs at all
This is my jsp page:
<%@
; >
>> >
>> ***
>> > > Bear Stearns is not responsible for any
>> > recommendation, solicitation,
>> > > offer or agreement or any information about any
>> > transaction, cu
y advice on the matter would be welcomed.
>
> I have posted the bug under https://issues.apache.org/struts/browse/WW-3184
> attaching a simple Use Case showing what I find to be an unexpected
> behaviour.
>
> Thanks for your help!
> Denis.
> --
> View this message in c
help!
Denis.
--
View this message in context:
http://www.nabble.com/-Struts-2.1--Using-a-s%3Aselect-with-type-conversion-tp24467738p24467738.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e
f the gloabl HOME
> result.
>
> Does that make sense to you guys? Is that worth entering a JIRA ticket for
> that enhancement?
>
> Thanks!
> Denis.
> --
> View this message in context:
> http://www.nabble.com/-Struts-2.1-Does-an-alias-result-exist-in-struts-2--tp24
rently you have no way
of telling struts this INPUT result is only an alias of the gloabl HOME
result.
Does that make sense to you guys? Is that worth entering a JIRA ticket for
that enhancement?
Thanks!
Denis.
--
View this message in context:
http://www.nabble.com/-Struts-2.1-Does-an-alias-resul
Well I found 2 ways to assign an action's property to a JSP variable in a
scriptlet:
Solution 1: Set property as an attribute
JSP:
<%
String myProductType = request.getAttribute("prodType")
%>
This takes the action's productType property and stores it as an attribute
called prodType in the req
;
>>
>>
>> %>
>>
>>
>> Thanks in advance,
>> Graham
>>
>>
>>
>>
>> -
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional comma
anks in advance,
> Graham
>
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>
--
Wes Wannemacher
A
Does anyone know how to access the action instance from the value stack.
I'd like to be able to call a method on the action from the JSP.
I'm trying to do something like this:
MyAction.java:
public class MyAction extends ActionSupport
{
public String myMethod()
{
return "somethi
Does anyone know how to assign a value from to a JSP variable?
I'm trying to do something like this (I know this doesn't work):
<%
String prodType = ;
%>
We're migrating a struts 1.0.2 app to 2.1 and we have a lot of code that
used to access the ActionForm and assign values to JSP.
Thanks
I have added a working example in my blog. I didn't provide a pom so you need
to manually copy the struts 2.1 libraries + convention plugin to the lib
directory. Also you need to change local.properties to point to your
application server.
If you have any issue running this example please l
2009 22:19:56 +0700
> Subject: Re: Creating SEO urls in struts 2.1
> From: fr...@meruvian.org
> To: user@struts.apache.org
>
> what is the step that should i do for testing your code?
>
> F
>
> On Mon, Jun 15, 2009 at 5:17 PM, simplyolaf wro
#x27;importe quel effet légalement obligatoire. Étant donné que
>>> les email peuvent facilement être sujets à la manipulation, nous ne
>>> pouvons accepter aucune responsabilité pour le contenu fourni.
>>>
>>>
>>>
>>>
>>>> Date: Mon, 1
;information seulement et
>> n'aura pas n'importe quel effet légalement obligatoire. Étant donné que
>> les email peuvent facilement être sujets à la manipulation, nous ne
>> pouvons accepter aucune responsabilité pour le contenu fourni.
>>
>>
>>
>&g
n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>> Date: Mon, 15 Jun 2009 00:44:20 +0700
>> Subject: Re: Cre
> Date: Mon, 15 Jun 2009 00:44:20 +0700
> Subject: Re: Creating SEO urls in struts 2.1
> From: fr...@meruvian.org
> To: user@struts.apache.org
>
> hi there
>
> can i get your .war with source
>
> so can run and play
>
> F
>
> On Sun, Jun 14, 2009 at 3
t:
> http://www.nabble.com/Creating-SEO-urls-in-struts-2.1-tp24019389p24019389.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
--
--
Frans Thamura
Meruvian. Java and Enterprise OSS
Mobile: +62 855 7888 699
Blog & Profile: http://frans.thamura.info
We provide se
://simplyolaf.blogspot.com/2009/06/creating-hierarchical-actions-in-struts.html
Creating Hierarchical/SEO URLs in Struts 2
--
View this message in context:
http://www.nabble.com/Creating-SEO-urls-in-struts-2.1-tp24019389p24019389.html
Sent from the Struts - User mailing list archive at Nabble.com.
Wes Wannemacher wrote:
On Tue, May 5, 2009 at 12:25 PM, mraible wrote:
Yes, but I don't have actionPackages configured in web.xml, so I don't
believe it's enabled.
It still might be... Check this section -
http://struts.apache.org/2.x/docs/convention-plugin.html#ConventionPlugin-Codebehindhe
up that class as an
>> action.
>>
>> -Wes
>>
>> On Tue, May 5, 2009 at 11:10 AM, mraible wrote:
>>>
>>>
>>>
>>> mraible wrote:
>>>>
>>>> This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly
>>>> us
aible wrote:
>>
>>
>>
>> mraible wrote:
>>>
>>> This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly
>>> using 2.0.11.1). I used the following instructions:
>>>
>>> http://cwiki.apache.org/S2WIKI/troubleshooting-guid
and see if conventions is picking up that class as an
action.
-Wes
On Tue, May 5, 2009 at 11:10 AM, mraible wrote:
>
>
>
> mraible wrote:
>>
>> This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly
>> using 2.0.11.1). I used the following instructio
mraible wrote:
>
> This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly
> using 2.0.11.1). I used the following instructions:
>
> http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html
>
> After completing all the
Martin Gainty wrote:
//ping rainier as earlier suggested for a response on this opensymphony issue
Is WW even being developed anymore?
Dave
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands
...@yahoo.com
> To: user@struts.apache.org
> Subject: Re: Upgrading AppFuse to Struts 2.1
>
> mraible wrote:
> >
> > Does that mean there isn't a bug and I'm doing something wrong?
>
> (No, I haven't looked at the App
mraible wrote:
Does that mean there isn't a bug and I'm doing something wrong?
(No, I haven't looked at the AppFuse stuff yet; just trying to figure
out what the previous response was trying to say.)
Dave
-
To unsubscribe
n the S2 documentation is from the S2 showcase
> validation example, which doesn't use anything from XW1. Or WW.
>
> Dave
>
Does that mean there isn't a bug and I'm doing something wrong?
Thanks,
Matt
--
View this message in context:
http://www.nabble.com/Upgrad
//lets take a look at documentation on using visitor field validator from
http://struts.apache.org/2.0.14/docs/using-visitor-field-validator.html
public class VisitorValidatorsExampleAction extends
AbstractValidationActionSupport
//Latest WW 2.2.7 distro d/l http://www.opensymphony.com/webwork/d
pter aucune responsabilité
pour le contenu fourni.
> Date: Mon, 27 Apr 2009 06:57:52 -0700
> From: m...@raibledesigns.com
> To: user@struts.apache.org
> Subject: Upgrading AppFuse to Struts 2.1
>
>
> This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (f
This weekend, I attempted to upgrade AppFuse to use Struts 2.1 (formerly
using 2.0.11.1). I used the following instructions:
http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html
After completing all the steps, I was able to get everything to compile and
Martin Gainty wrote:
is anyone proofreading?..i'll sign up for a free copy
> [...]
> we cannot take responsibility over the the contents.
I think we're doing okay, but thanks.
Dave
-
To unsubscribe, e-mail: user-unsubscr...@
thanks wes for the information...will try the MEAP version then
Rgds
Yanto
On Mon, Apr 20, 2009 at 9:55 AM, Wes Wannemacher wrote:
> On Sunday 19 April 2009 21:47:24 Yanto wrote:
> > Hi,
> >
> > Just wondering currently is there any book that cover Struts 2.1 ?
> &g
la
> copie
> > de ceci est interdite. Ce message sert à l'information seulement et
> n'aura
> > pas n'importe quel effet légalement obligatoire. Étant donné que les
> email
> > peuvent facilement être sujets à la manipulation, nous ne pouvons
> accepter
> >
de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
ponsabilité
pour le contenu fourni.
> From: w...@wantii.com
> To: user@struts.apache.org
> Subject: Re: Struts 2.1 book
> Date: Sun, 19 Apr 2009 22:12:06 -0400
>
> On Sunday 19 April 2009 22:07:00 Dave Newton wrote:
> > Yanto wrote:
> > > Just wondering current
On Sunday 19 April 2009 22:07:00 Dave Newton wrote:
> Yanto wrote:
> > Just wondering currently is there any book that cover Struts 2.1 ?
> > try to google but so far not found yet.
>
> Struts 2 Web Application Development includes S2.1, but is more of an
> S2.1-based end-t
Yanto wrote:
Just wondering currently is there any book that cover Struts 2.1 ?
try to google but so far not found yet.
Struts 2 Web Application Development includes S2.1, but is more of an
S2.1-based end-to-end webapp development book rather than S2.1
reference, for which we have the
On Sunday 19 April 2009 21:47:24 Yanto wrote:
> Hi,
>
> Just wondering currently is there any book that cover Struts 2.1 ?
> try to google but so far not found yet.
>
> Thanks & Regards
> Yanto
Yes, my book is in the works and when published, it will cover 2.1. You can
Hi,
Just wondering currently is there any book that cover Struts 2.1 ?
try to google but so far not found yet.
Thanks & Regards
Yanto
the
>> Filter not to handle "/service" urls. Again all this is because of a
>> very poor web.xml (servlet) spec with regard to simple url-pattern
>> without the chance to exclude something
>>
>> Any hints ??
>>
>>
>> ---
>> regards
>> Marc Logemann
Ahh here we go. Just read the struts 2.0 -> 2.1 migration guide and
saw this:
"The default action extension list (struts.action.extension) has
changed from just 'action' to 'action' plus "" (no extension). If your
application has servlets or other requests that have no extension then
they
Hi,
i have the following web.xml:
struts2
class
>
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilterfilter-class>
struts2
/*
CXFServlet
org.apache.cxf.transport.servlet.CXFServlet
2009/3/24 :
> I have two main questions about that :
> 1) What is the reason ? Is it because it is slow ?
Not enough support from community and no plans to upgrade to latest
Dojo version (no volunteers)
> 2) Will it be replaced by another Javascript library ?
Not replacement, but a new plugin,
ed on Struts 2.1: why ?
hi,
I just read that the Dojo plugin will be deprecated on Struts 2.1
http://struts.apache.org/2.1.6/docs/ajax-tags.html
I have two main questions about that :
1) What is the reason ? Is it because it is slow ?
2) Will it be replaced by another Javascript library ?
Pleas
hi,
I just read that the Dojo plugin will be deprecated on Struts 2.1
http://struts.apache.org/2.1.6/docs/ajax-tags.html
I have two main questions about that :
1) What is the reason ? Is it because it is slow ?
2) Will it be replaced by another Javascript library ?
Please let us know.
Thanks
Thanks for clarifying.
Chris
-Original Message-
From: Musachy Barroso
To: Struts Users Mailing List
Sent: Fri, 13 Mar 2009 10:44 pm
Subject: Re: Do all actions in an action class (struts 2.1) have to inherit
definitions from the same package?
yes
On Fri, Mar 13, 2009 at 4:53 AM
yes
On Fri, Mar 13, 2009 at 4:53 AM, wrote:
>
> Question on design intent: I noticed that the @Action annotation does not
> have attributes for a parent namespace so if you have multiple actions in the
> same class you only have the @ParentPackage class level annotation to
> indicate the loca
Question on design intent: I noticed that the @Action annotation does not have
attributes for a parent namespace so if you have multiple actions in the same
class you only have the @ParentPackage class level annotation to indicate the
location of definitions for custom inteceptors, results etc.
Hi all,
I am going to use Struts-blank-2.1.6 to demonstrate a localisation problem
when doing Ajax validation in maybe 10 minutes. I am not sure if it is a bug
(from dojo-plugin?) or just a wrong setting somewhere. Hope some expert
could shed some light here. Much appreciated.
Steps to reproduc
Hi,
I run into a problem when trying to run Struts 2.1 Ajax based form input and
validation code inside innerHTML
I managed to get the validation working on the server but the Json based
Ajax return simply does not go into the form code inside innerHTML. The
browser treat the Ajax return as
irection of what I am missing?
>>
>>
>> Norris Shelton
>> Software Engineer
>> Sun Certified Java 1.1 Programmer
>> Shelton Consulting, LLC
>> ICQ# 26487421
>> AIM NorrisEShelton
>> YIM norrisshelton
>>
>>
>>
>>
>> __
__
> From: Musachy Barroso
> To: Struts Users Mailing List
> Sent: Thursday, February 19, 2009 3:45:35 PM
> Subject: Re: Struts 2.1 validation with annotations
>
> It seems like the default message for that validator is null. Try
> adding a break p
List
Sent: Thursday, February 19, 2009 3:45:35 PM
Subject: Re: Struts 2.1 validation with annotations
It seems like the default message for that validator is null. Try
adding a break point to ValidatorSupport:getMessage and see if the
defaultMessage is null.
musachy
On Thu, Feb 19, 2009 at 3:31
It seems like the default message for that validator is null. Try
adding a break point to ValidatorSupport:getMessage and see if the
defaultMessage is null.
musachy
On Thu, Feb 19, 2009 at 3:31 PM, Norris Shelton wrote:
> validateObject
--
"Hey you! Would you help me to carry the stone?" Pin
I am looking to set-up validation, but I am getting errors. I added the
following to my struts.xml:
The class that I want to validate is defined as follows:
@ParentPackage("conap")
publ
Hello everyone.
After the release of Struts 2.1 as GA (in 2.1.6) I decided to write a
quite simple tutorial about creating a basic application that uses the
features of Struts2 Rest Plugin and some of Convention Plugin.
If someone might be interested, here you can read it:
http
As I know, vote is under way or already finished so Struts 2.1.6
should be released shortly (this week?)
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional co
Hi All,
i see that many of you fine people are using Struts 2.1 already. I'm a
bit concerned to use a beta release in our production system here, so
i'd like to know if there is any schedule for the GA release of 2.1.
This here http://struts.apache.org/2.1.2/docs/version-notes-212.
that is the reason for the ClassNotFoundException ...
Friendly greetings,
Bert VdB
On Tue, Jan 6, 2009 at 7:44 AM, taj uddin wrote:
> Hi,
>
> My application was developed on struts 1.2 and i was struck up with a problem
> when i try to convert that code into struts 2.1 version.
> So, pls convert
Hi,
My application was developed on struts 1.2 and i was struck up with a problem
when i try to convert that code into struts 2.1 version.
So, pls convert the code given below which was developed using struts 1.2 api
into struts 2.1.
The code is:
Select
Where- documentTypes is
I keep getting this error on startup...
"SEVERE: Unable to find interceptor class referenced by ref-name
cookie - interceptor-ref"
I assume I don't have the correct jar file in my class path. Anyone
know which one contains the cookie interceptor?
Many thanks!
--
when struts 2.1 is going to RC ? What are the problems pending to go ahead
?
Herrera
--
View this message in context:
http://www.nabble.com/struts-2.1-beta-release-yet---tp20319689p20319689.html
Sent from the Struts - User mailing list archive at Nabble.com
--- On Thu, 9/18/08, roointan wrote:
> virtually everything is different in 2.1.
I'm running two almost completely unchanged applications in production that
went from 2.0.9 to 2.1, so I guess there are more similarities than you'd
suspect. Apparently less buggy, too.
> if you ask me, I say 2.0x
t;
> Hi,
>
>beta version is released you can download from
>
> http://struts.apache.org/download.cgi
>
> enjoy
>
--
View this message in context:
http://www.nabble.com/when-will-struts-2.1-be-released--tp19507678p19558576.html
Sent from the Struts - User ma
S [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 12. September 2008 09:16
An: Struts Users Mailing List
Betreff: Re: Struts 2.1 Tree Problem
i found solution to the parent node item.
here is the code snippet ..
*tree construction *
-
-
*java Script code *
dojo.event.topic.
; > > > On Thu, Sep 11, 2008 at 10:17 AM, Narayana S <[EMAIL PROTECTED]
> >
> > > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > >now i am working with tree control, when i load the tree i want
> to
> &g
t;
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > >now i am working with tree control, when i load the tree i want to
> > > load
> > > > it default extended and what ever the node id i pass that should be
> > > >
g with tree control, when i load the tree i want to
> > load
> > > it default extended and what ever the node id i pass that should be
> > > activated. how i can achieve this using struts 2.1 version. and one
> more
> > > thing is when i select a n
S <[EMAIL PROTECTED]>
> wrote:
>
> > Hi,
> >
> >now i am working with tree control, when i load the tree i want to
> load
> > it default extended and what ever the node id i pass that should be
> > activated. how i can achieve this using struts 2.1 v
activated. how i can achieve this using struts 2.1 version. and one more
> thing is when i select a node in the jsp page itself i have to find out the
> parent of the node selected.
>
> please help me to solve this issue, i am kind of stuck..
>
> Thanks in advance.
>
Hi,
now i am working with tree control, when i load the tree i want to load
it default extended and what ever the node id i pass that should be
activated. how i can achieve this using struts 2.1 version. and one more
thing is when i select a node in the jsp page itself i have to find out the
Oleg Mikheev wrote:
Hi guys!
What are the plans for v2.1 release? Is there
any roadmap available?
Like this one but with dates:
http://cwiki.apache.org/S2WIKI/21-to-25-roadmap.html
Thanks
With dates; no. Work happens as the project's volunteers find time to do it.
Anyone interested in forthc
Hi guys!
What are the plans for v2.1 release? Is there
any roadmap available?
Like this one but with dates:
http://cwiki.apache.org/S2WIKI/21-to-25-roadmap.html
Thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
ntrol is having some
> issues in that version, so i want to migrate to struts 2.1. for that i
> removed struts 2.0.11 jars and replaced them with 2.1 version files, and
> also copied struts-dojo-plugin-2.1.2.jar. still i couldn't trace the tree
> node select event.
>
> some examp
" step in migration, is that
> > replacing jar files is not enough for migration?
>
> many of the struts2-tags use the "var"-attribute instead of "name" and
> "id", now. I'm not sure whether "id" and "name" still work in
quot; and "id",
now. I'm not sure whether "id" and "name" still work in struts 2.1.
/Stephan
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]
---
1 - 100 of 222 matches
Mail list logo