[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-07-14 Thread nathandennis
im sure it is something simple... but im having the same trouble with the same revision. anyone figure this out? i really dont have haft a day to waste looking for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064248#4064248 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-05-23 Thread anescu
Hi, tnx for the solutions. I already implemented it with no 4 (action + navigation rules), but it would be more user friendly to use the richFaces dropDownMenu component (i've seen the demo on exadel's site). However, when I try to use it on a page, I get this error: anonymous wrote : Tag Li

[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-05-23 Thread baz
Sorry, i do not have a ready made solution for you, only some ideas. Asyou said you will have to use javascript. (There are many frameworks for javascript out there.) 1. I suggest to try richfaces. You will ajaxenable the combobox in a way that you are able to rerender the button. 2. Use a menu

[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-05-23 Thread anescu
I don't need a post. I just need 2 URLs, one for each value in the combo box. As I said, in Javascript + Struts this would mean something like 10 lines of code. The flow would be: 1) I select value C from combo 2) I click the button 3) I end up on the C specific page (used to add a new entity of

[jboss-user] [JBoss Seam] - Re: Dynamic view for s:button control?

2007-05-23 Thread stu2
s:button results in a get, not a post. I think you want h:commandButton. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047895#4047895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047895 _