You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jayson Joseph Chacko <ja...@gmail.com> on 2008/01/18 08:52:14 UTC

When is Struts 2.1 planned for release?

Hi guys,

couple of questions,

1. When is Struts 2.1 release planned?

2. Is the Ajax support / Portlet support production ready in 2.1 ?

Thanks,
Jayson

Re: When is Struts 2.1 planned for release?

Posted by Nils-Helge Garli Hegvik <ni...@gmail.com>.
...forgot to mention that I was speaking about the portlet support in my reply.

Nils-H

On Jan 20, 2008 9:45 AM, Nils-Helge Garli Hegvik <ni...@gmail.com> wrote:
> > > 2. Is the Ajax support / Portlet support production ready in 2.1 ?
> >
>
> I know that several projects are using it in production already, and
> in the latest 2.0.x and the upcoming 2.1.x releases it has improved a
> lot.
>
> Nils-H
>

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


Re: When is Struts 2.1 planned for release?

Posted by Nils-Helge Garli Hegvik <ni...@gmail.com>.
> > 2. Is the Ajax support / Portlet support production ready in 2.1 ?
>

I know that several projects are using it in production already, and
in the latest 2.0.x and the upcoming 2.1.x releases it has improved a
lot.

Nils-H

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


Re: Set an Action variable at runtime

Posted by Jeromy Evans <je...@blueskyminds.com.au>.
Serge Bornow wrote:
> Hello All,
>
> Thanks for any ideas.
> My Action class has a get/set homeid
>
> How can i invoke from JSP to set the value of that variable to a 
> dynamic value
I'm not quite sure what you're trying to do.  If you're just try to set 
a property at the time of posting to your action then just use an input 
in a form.
If you mean you need to change a value while rendering the JSP than all 
you probably need is to define a variable in PageContext
If you're trying to update the state of an action while rendering the 
JSP, that doesn't sound very sensible, but you can make a method call 
described below. 
>
> A suggestion was this:
> <s:property value="foo('huh? ')"/>
>
This is valid code in Struts2.  That will get the result of calling the 
method foo with parameter "huh? ". 
ie. it will call foo(String) not getFoo(String)
OGNL can call methods.




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


Set an Action variable at runtime

Posted by Serge Bornow <se...@architech-solutions.com>.
Hello All,

Thanks for any ideas.
My Action class has a get/set homeid

How can i invoke from JSP to set the value of that variable to a dynamic 
value

A suggestion was this:
<s:property value="foo('huh? ')"/>

But i need to pass a variable and property tag doesnt allow expression.
Any work arounds.

I spent 5 hours trying all kinds of things, please help.
Thank you,


Serge

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


Re: When is Struts 2.1 planned for release?

Posted by Dave Newton <ne...@yahoo.com>.
--- Jayson Joseph Chacko <ja...@gmail.com> wrote:
> 1. When is Struts 2.1 release planned?

It isn't; releases are dropped based on several factors with time being only
a relatively minor consideration.

> 2. Is the Ajax support / Portlet support production ready in 2.1 ?

I can't speak for portlets.

As far as Ajax goes, I guess that depends on what your definition of
"production ready" is.

d.


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