[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-26 Thread superfis
Hi, I did it fiew days ago. http://jira.jboss.org/jira/browse/JBSEAM-317 http://jira.jboss.org/jira/browse/JBSEAM-316 Regards, Slawek View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960940#3960940 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-26 Thread d1g
I raised a related issue some time ago: http://jira.jboss.org/jira/browse/JBSEAM-216 This was to aid developers in creating nice looking URLs whilst still using Seam tags (for conversation management, etc.). I currently use an extended version of s:link (see issue above) along with url

[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-21 Thread [EMAIL PROTECTED]
Well, this is totally doable but why exactly is it that you want this? Is it because you want to see friendlier URLs in the link? I mean, you could just do: s:link action=#{...}/ where the action method returns the view-id you are interested in View the original post :

[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-21 Thread superfis
Yes, you are definitely right. With current functionality there is inevitible to create another method returns outcome string. My point of view should avoid this another method and created link should pointed directly to desired site url . And now something completely (not entirely)

[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-21 Thread [EMAIL PROTECTED]
Please create issues in JIRA for each problem. TIA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960033#3960033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960033 ___