Re: What is the Struts way to construct this menu?

2008-12-03 Thread Dave Newton
--- On Tue, 12/2/08, Andreas Mähler wrote:
> > Normally, you would go for the ordinary
> -Tag [1], but I am not using it, because it
> is buggy[2]. You can also do it "by hand" like I
> do:
> 
> [2] https://issues.apache.org/struts/browse/WW-2758

Just as a point of clarification for the original poster, the situation 
described in [2] is under a specific circumstance; I use the  tag 
all the time without the same issue because I'm not using optgroups.

Dave


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



Re: What is the Struts way to construct this menu?

2008-12-02 Thread Andreas Mähler

Andreas Mähler schrieb:

Normally, you would go for the ordinary -Tag [1], but I am not 
using it, because it is buggy[2]. You can also do it "by hand" like I do:




Sorry - forgot the refs:

[1] http://struts.apache.org/2.1.2/docs/select.html
[2] https://issues.apache.org/struts/browse/WW-2758


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



Re: What is the Struts way to construct this menu?

2008-12-02 Thread Andreas Mähler

Hello laredotornado,

laredotornado schrieb:

I have a single select menu on my search page.  What is the struts way to
construct this menu such that when the user is redirected to this search
page, the menu is pre-selected with what they selected from the original
search?

Thanks, - Dave

  
Exactly
Matches
Contains
Starts
With
Ends
With
  


Normally, you would go for the ordinary -Tag [1], but I am not 
using it, because it is buggy[2]. You can also do it "by hand" like I do:


selected="selected"


	(keine 
Einschränkung)
	''}>Benutzer
	Tag
	''}>Objekt




~Andreas


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



What is the Struts way to construct this menu?

2008-12-02 Thread laredotornado

Hi,

I have a single select menu on my search page.  What is the struts way to
construct this menu such that when the user is redirected to this search
page, the menu is pre-selected with what they selected from the original
search?

Thanks, - Dave

  
Exactly
Matches
Contains
Starts
With
Ends
With
  
-- 
View this message in context: 
http://www.nabble.com/What-is-the-Struts-way-to-construct-this-menu--tp20797547p20797547.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]