Re: Struts 2.1 release date?

2009-08-06 Thread Dave Newton

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:

%@ taglib prefix=s uri=/struts-tags %
%@ taglib prefix=sx uri=/struts-dojo-tags%

html
head
sx:head /
/head
s:url id=url value=/brokerLogin.action /
body

sx:tabbedpanel
id=tabContainer
sx:div label=Tab 1
   Local Tab 1
   /sx:div
sx:div label=Tab 2
   Local Tab 2
   /sx:div
/sx:tabbedpanel

/body
/html

jar file which I have in my project are:
struts2-dojo-plugin-2.1.6.jar
struts2-core-2.1.6.jar

Please help me on that. I have to get it done ASAP.


You should probably start a new thread then rather than reply to a 
message from 2007. Using a meaningful subject line will help too.


Dave


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts 2.1 release date?

2009-08-05 Thread hisameer

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:

%@ taglib prefix=s uri=/struts-tags %
%@ taglib prefix=sx uri=/struts-dojo-tags%

html
head
sx:head /
/head
s:url id=url value=/brokerLogin.action /
body

sx:tabbedpanel
id=tabContainer
sx:div label=Tab 1
   Local Tab 1
   /sx:div
sx:div label=Tab 2
   Local Tab 2
   /sx:div
/sx:tabbedpanel

/body
/html

jar file which I have in my project are:
struts2-dojo-plugin-2.1.6.jar
struts2-core-2.1.6.jar

Please help me on that. I have to get it done ASAP.
 

Ted Husted wrote:
 
 And it will probably stay that way. We just wanted to get something
 out for people to try, while we work toward applying the rest of the
 outstanding patches. So far, we're about half-way through that
 process.
 
  * https://issues.apache.org/struts/browse/WW/fixforversion/21863
 
 Of course even with all the patches applied, there's no way to tell
 when there will be a General Availability release, since much depends
 on whether subsequent betas generate any showstoppers. The best way to
 help the process along is for more volunteers to give the test builds
 a try in a development environment, and report any findings (good or
 ill) to the dev list.
 
 -Ted.
 
 
 On Nov 8, 2007 12:35 PM, Dave Newton newton.d...@yahoo.com wrote:
 Just to be clear, this is not a release in the
 strict sense of the word; it is currently a test
 build.

 Dave


 --- Pedro Herrera pedro_herr...@hotmail.com wrote:

 
  I´m using 2.1 release. No problems...(to me). Dojo
  plugin is working very
  well !!!
 
  Herrera
 
 
 
 
  Crocker, Patrick-2 wrote:
  
  
   Working with Struts 2.0.x as an MVC framework has
  been a very enjoyable
   experience.  Working with Struts 2.0.x with the
  built-in Dojo
   integration has been a frustrating experience to
  say the least.
  
   Looking at the 2.x docs, I see that the
  struts-dojo-tags taglib
   (http://struts.apache.org/2.x/docs/ajax-tags.html,
  
 
 http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html)
   solve a lot of the 2.0.x issues (I LOVE the
  separation of the ajax
   taglib from the 'normal' taglib!)
  
   I'd love to play with 2.1... but I work in a
  corporate environment where
   Maven snapshot repositories are not allowed...
  
   I read that
 
 (http://struts.apache.org/2.x/docs/release-notes-210.html)
   The proposed tag date for the build is 7 Oct
  2007...  do we have any
   idea of when 2.1 will be released on the Central
  Maven repository...
   even if it at only a release candidate level?
  
   Thanks, and keep up the great work!
  
   Patrick Crocker
  
  
  
  
  
 
 ***
   Bear Stearns is not responsible for any
  recommendation, solicitation,
   offer or agreement or any information about any
  transaction, customer
   account or account activity contained in this
  communication.
  
 
 ***
  
  
  
  
 
 -
   To unsubscribe, e-mail:
  user-unsubscr...@struts.apache.org
   For additional commands, e-mail:
  user-h...@struts.apache.org
  
 
  --
  View this message in context:
 
 http://www.nabble.com/Struts-2.1-release-date--tf4771404.html#a13650950
  Sent from the Struts - User mailing list archive at
  Nabble.com.
 
 
 
 -
  To unsubscribe, e-mail:
  user-unsubscr...@struts.apache.org
  For additional commands, e-mail:
  user-h...@struts.apache.org
 
 


 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org


 
 
 
 -- 
 HTH, Ted http://www.husted.com/ted/blog/
 
 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org
 
 
 
:confused:
-- 
View this message in context: 
http://www.nabble.com/Struts-2.1-release-date--tp13648514p24838715.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: struts 2.1 release date

2008-01-15 Thread rburton

First I wanted to say that I totally agree with Ted's view about the lack of
support for Struts. I do believe that things for the Struts 2.x project will
pick up now since the Holiday's are over now. 

I wanted to extend a personal thanks to all of the developers who contribute
to the Struts 2 project. They spend a lot of their own personal time to make
the project a success. 

With that being said, I need to send over some patches myself instead of
slacking. =)  


Best Regards,
Richard L. Burton III


Ted Husted wrote:
 
 There's a test-build available,
 
  *
 http://www.nabble.com/-S2--2.1.0-Test-Build-Available-tf4712874.html#a13471367
 
 But, there are still a lot of outstanding patches to apply, and no one
 seems to have time to commit them right now.
 
 Sadly, despite being the most popular Java web framework on the
 planet, Struts still has no corporate support, and so the project
 only moves forward when the volunteers are not too busy with their own
 day-jobs.
 
 - Ted
 
 
 On Jan 11, 2008 7:54 AM, Otto, Frank [EMAIL PROTECTED] wrote:
 hi,

 is there a deadline for struts 2.1 release?

 I have download the nightly build, but I can't find the new dojo plugin.


 kind regards

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

-- 
View this message in context: 
http://www.nabble.com/struts-2.1-release-date-tp14755809p14841547.html
Sent from the Struts - User mailing list archive at Nabble.com.


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



Re: struts 2.1 release date

2008-01-12 Thread Frans Thamura
hi there

how about the 2.1 beta ??

wil we get it?

F


Re: struts 2.1 release date

2008-01-12 Thread Ted Husted
I don't believe 2.1.0 is going to be rated more than a test-build.
Usually, we start with a test-build, and then vote whether to release
the build as a beta. If the feedback is good, we might then raise the
quality of that version to General Availability. Hopefully, this will
happen with 2.1.1 (thought it usually makes more tries than that).

For more about release versioning, see
http://struts.apache.org/kickstart.html#releases.

HTH, Ted
 http://www.StrutsMentor.com/

On Jan 12, 2008 1:41 PM, Frans Thamura [EMAIL PROTECTED] wrote:
 hi there

 how about the 2.1 beta ??

 wil we get it?

 F

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



struts 2.1 release date

2008-01-11 Thread Otto, Frank
hi,

is there a deadline for struts 2.1 release?

I have download the nightly build, but I can't find the new dojo plugin.


kind regards

Frank

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



Re: struts 2.1 release date

2008-01-11 Thread Ted Husted
There's a test-build available,

 * 
http://www.nabble.com/-S2--2.1.0-Test-Build-Available-tf4712874.html#a13471367

But, there are still a lot of outstanding patches to apply, and no one
seems to have time to commit them right now.

Sadly, despite being the most popular Java web framework on the
planet, Struts still has no corporate support, and so the project
only moves forward when the volunteers are not too busy with their own
day-jobs.

- Ted


On Jan 11, 2008 7:54 AM, Otto, Frank [EMAIL PROTECTED] wrote:
 hi,

 is there a deadline for struts 2.1 release?

 I have download the nightly build, but I can't find the new dojo plugin.


 kind regards

 Frank

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



Re: struts 2.1 release date

2008-01-11 Thread Dave Newton
--- Otto, Frank [EMAIL PROTECTED] wrote:
 is there a deadline for struts 2.1 release?

No.

 I have download the nightly build, but I can't find the new dojo plugin.

IIRC the plugins are not bundled in the nightly build. They can, however, be
built from source, which is pretty straight-forward with Maven.

d.


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



Struts 2.1 release date?

2007-11-08 Thread Crocker, Patrick

Working with Struts 2.0.x as an MVC framework has been a very enjoyable
experience.  Working with Struts 2.0.x with the built-in Dojo
integration has been a frustrating experience to say the least.

Looking at the 2.x docs, I see that the struts-dojo-tags taglib
(http://struts.apache.org/2.x/docs/ajax-tags.html,
http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html)
solve a lot of the 2.0.x issues (I LOVE the separation of the ajax
taglib from the 'normal' taglib!)

I'd love to play with 2.1... but I work in a corporate environment where
Maven snapshot repositories are not allowed...

I read that (http://struts.apache.org/2.x/docs/release-notes-210.html)
The proposed tag date for the build is 7 Oct 2007...  do we have any
idea of when 2.1 will be released on the Central Maven repository...
even if it at only a release candidate level?

Thanks, and keep up the great work!

Patrick Crocker



***
Bear Stearns is not responsible for any recommendation, solicitation, 
offer or agreement or any information about any transaction, customer 
account or account activity contained in this communication.
***


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

Re: Struts 2.1 release date?

2007-11-08 Thread Antonio Petrelli
You can download the test build:
http://people.apache.org/builds/struts/2.1.0/
But beware that no vote has been called to declare its quality. IMHO it
won't be more than beta.

Ciao
Antonio

2007/11/8, Crocker, Patrick [EMAIL PROTECTED]:


 Working with Struts 2.0.x as an MVC framework has been a very enjoyable
 experience.  Working with Struts 2.0.x with the built-in Dojo integration
 has been a frustrating experience to say the least.

 Looking at the 2.x docs, I see that the struts-dojo-tags taglib (*
 http://struts.apache.org/2.x/docs/ajax-tags.html*http://struts.apache.org/2.x/docs/ajax-tags.html,
 *http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html*http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html)
 solve a lot of the 2.0.x issues (I LOVE the separation of the ajax taglib
 from the 'normal' taglib!)

 I'd love to play with 2.1… but I work in a corporate environment where
 Maven snapshot repositories are not allowed…

 I read that 
 (*http://struts.apache.org/2.x/docs/release-notes-210.html*http://struts.apache.org/2.x/docs/release-notes-210.html)
 The proposed tag date for the build is 7 Oct 2007…  do we have any idea of
 when 2.1 will be released on the Central Maven repository… even if it at
 only a release candidate level?

 Thanks, and keep up the great work!

 Patrick Crocker



 ***
 Bear Stearns is not responsible for any recommendation, solicitation,
 offer or agreement or any information about any transaction, customer
 account or account activity contained in this communication.
 ***



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



Re: Struts 2.1 release date?

2007-11-08 Thread Dave Newton
Just to be clear, this is not a release in the
strict sense of the word; it is currently a test
build.

Dave

--- Pedro Herrera [EMAIL PROTECTED] wrote:

 
 I´m using 2.1 release. No problems...(to me). Dojo
 plugin is working very
 well !!!
 
 Herrera
 
 
 
 
 Crocker, Patrick-2 wrote:
  
  
  Working with Struts 2.0.x as an MVC framework has
 been a very enjoyable
  experience.  Working with Struts 2.0.x with the
 built-in Dojo
  integration has been a frustrating experience to
 say the least.
  
  Looking at the 2.x docs, I see that the
 struts-dojo-tags taglib
  (http://struts.apache.org/2.x/docs/ajax-tags.html,
 

http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html)
  solve a lot of the 2.0.x issues (I LOVE the
 separation of the ajax
  taglib from the 'normal' taglib!)
  
  I'd love to play with 2.1... but I work in a
 corporate environment where
  Maven snapshot repositories are not allowed...
  
  I read that

(http://struts.apache.org/2.x/docs/release-notes-210.html)
  The proposed tag date for the build is 7 Oct
 2007...  do we have any
  idea of when 2.1 will be released on the Central
 Maven repository...
  even if it at only a release candidate level?
  
  Thanks, and keep up the great work!
  
  Patrick Crocker
  
  
  
  
 

***
  Bear Stearns is not responsible for any
 recommendation, solicitation, 
  offer or agreement or any information about any
 transaction, customer 
  account or account activity contained in this
 communication.
 

***
  
  
  
 

-
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
 
 -- 
 View this message in context:

http://www.nabble.com/Struts-2.1-release-date--tf4771404.html#a13650950
 Sent from the Struts - User 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]



Re: Struts 2.1 release date?

2007-11-08 Thread Ted Husted
And it will probably stay that way. We just wanted to get something
out for people to try, while we work toward applying the rest of the
outstanding patches. So far, we're about half-way through that
process.

 * https://issues.apache.org/struts/browse/WW/fixforversion/21863

Of course even with all the patches applied, there's no way to tell
when there will be a General Availability release, since much depends
on whether subsequent betas generate any showstoppers. The best way to
help the process along is for more volunteers to give the test builds
a try in a development environment, and report any findings (good or
ill) to the dev list.

-Ted.


On Nov 8, 2007 12:35 PM, Dave Newton [EMAIL PROTECTED] wrote:
 Just to be clear, this is not a release in the
 strict sense of the word; it is currently a test
 build.

 Dave


 --- Pedro Herrera [EMAIL PROTECTED] wrote:

 
  I´m using 2.1 release. No problems...(to me). Dojo
  plugin is working very
  well !!!
 
  Herrera
 
 
 
 
  Crocker, Patrick-2 wrote:
  
  
   Working with Struts 2.0.x as an MVC framework has
  been a very enjoyable
   experience.  Working with Struts 2.0.x with the
  built-in Dojo
   integration has been a frustrating experience to
  say the least.
  
   Looking at the 2.x docs, I see that the
  struts-dojo-tags taglib
   (http://struts.apache.org/2.x/docs/ajax-tags.html,
  
 
 http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html)
   solve a lot of the 2.0.x issues (I LOVE the
  separation of the ajax
   taglib from the 'normal' taglib!)
  
   I'd love to play with 2.1... but I work in a
  corporate environment where
   Maven snapshot repositories are not allowed...
  
   I read that
 
 (http://struts.apache.org/2.x/docs/release-notes-210.html)
   The proposed tag date for the build is 7 Oct
  2007...  do we have any
   idea of when 2.1 will be released on the Central
  Maven repository...
   even if it at only a release candidate level?
  
   Thanks, and keep up the great work!
  
   Patrick Crocker
  
  
  
  
  
 
 ***
   Bear Stearns is not responsible for any
  recommendation, solicitation,
   offer or agreement or any information about any
  transaction, customer
   account or account activity contained in this
  communication.
  
 
 ***
  
  
  
  
 
 -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
 
  --
  View this message in context:
 
 http://www.nabble.com/Struts-2.1-release-date--tf4771404.html#a13650950
  Sent from the Struts - User 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]





-- 
HTH, Ted http://www.husted.com/ted/blog/

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



Re: Struts 2.1 release date?

2007-11-08 Thread Pedro Herrera

I´m using 2.1 release. No problems...(to me). Dojo plugin is working very
well !!!

Herrera




Crocker, Patrick-2 wrote:
 
 
 Working with Struts 2.0.x as an MVC framework has been a very enjoyable
 experience.  Working with Struts 2.0.x with the built-in Dojo
 integration has been a frustrating experience to say the least.
 
 Looking at the 2.x docs, I see that the struts-dojo-tags taglib
 (http://struts.apache.org/2.x/docs/ajax-tags.html,
 http://struts.apache.org/2.x/docs/ajax-and-javascript-recipes.html)
 solve a lot of the 2.0.x issues (I LOVE the separation of the ajax
 taglib from the 'normal' taglib!)
 
 I'd love to play with 2.1... but I work in a corporate environment where
 Maven snapshot repositories are not allowed...
 
 I read that (http://struts.apache.org/2.x/docs/release-notes-210.html)
 The proposed tag date for the build is 7 Oct 2007...  do we have any
 idea of when 2.1 will be released on the Central Maven repository...
 even if it at only a release candidate level?
 
 Thanks, and keep up the great work!
 
 Patrick Crocker
 
 
 
 
 ***
 Bear Stearns is not responsible for any recommendation, solicitation, 
 offer or agreement or any information about any transaction, customer 
 account or account activity contained in this communication.
 ***
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
View this message in context: 
http://www.nabble.com/Struts-2.1-release-date--tf4771404.html#a13650950
Sent from the Struts - User mailing list archive at Nabble.com.


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