You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Venkat Guru <ve...@valuelabs.net> on 2008/03/03 14:24:55 UTC

Need help in Action class Design

Hi,
       This is Venkat. Iam new to struts2 framework. Iam struck up with a
small problem using <s:select> tag.

I have a page which contains a select tag . on page load i will populate its
list values from server. Its a search form. when i perform the search the
results are displayed in the same page. 

In the action class, iam using the String member to get the selected value.

but after displaying the results in the same page, iam unable to get
<s:select> tag list data....

how can i maintain the <s:select> list data, 

plz help me ASAP,

Thanks in Advance,
Venkat
-- 
View this message in context: http://www.nabble.com/Need-help-in-Action-class-Design-tp15803822p15803822.html
Sent from the Struts - User mailing list archive at Nabble.com.


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


Re: Need help in Action class Design

Posted by ravi_eze <ra...@ivycomptech.com>.
can u post the code?

cple of qns before that. Is the variable that holds the search list in
session scope? try .. it could help.

ravi


Venkat Guru wrote:
> 
> Hi,
>        This is Venkat. Iam new to struts2 framework. Iam struck up with a
> small problem using <s:select> tag.
> 
> I have a page which contains a select tag . on page load i will populate
> its list values from server. Its a search form. when i perform the search
> the results are displayed in the same page. 
> 
> In the action class, iam using the String member to get the selected
> value.
> 
> but after displaying the results in the same page, iam unable to get
> <s:select> tag list data....
> 
> how can i maintain the <s:select> list data, 
> 
> plz help me ASAP,
> 
> Thanks in Advance,
> Venkat
> 

-- 
View this message in context: http://www.nabble.com/Need-help-in-Action-class-Design-tp15803822p15806361.html
Sent from the Struts - User mailing list archive at Nabble.com.


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