[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=bbop=viewtopicp=4064248#4064248

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4064248
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=4047895#4047895

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047895
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 type C, in this 
case).

So no post/page reload should happen between 1 and 2. I also would like to keep 
as simple as possible.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4047896#4047896

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047896
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 (richfaces has one)

3. Make your solution with javascript only. Surely hard to do, but possible.

4. one jsf-way to do it:
When the button is clicked an action is triggered. This action will check the 
selected value of the combobox and returns an outcome. The navigation rules of 
your application will navigate to the page which is determined by the outcome.

Hope this helps enough to get an idea for the direction to work further.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4047906#4047906

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047906
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : rich:dropDownMenu Tag Library supports namespace: 
http://richfaces.ajax4jsf.org/rich, but no tag was defined for name: 
dropDownMenu

I'm using Seam 1.2.1 and a seam generated project, with the default libraries. 
Is this a new developed component from richFaces? 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4047936#4047936

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047936
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user