<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Get component position from backing bean"]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/12.page</link>
		<description><![CDATA[Latest messages posted in the topic "Get component position from backing bean"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Get component position from backing bean</title>
				<description><![CDATA[ Hello to all,

I am struggling to find a way to get the position of a <b>ice:commandLink</b> or any ice component (top, left coordinates) from a managed bean.

Please can someone tell me if exist a way to do that, or am I wasting my time????

Thanks.
Regards]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9340.page#38967</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9340.page#38967</link>
				<pubDate><![CDATA[Mon, 4 Aug 2008 08:13:32]]> GMT</pubDate>
				<author><![CDATA[ klaussemarsse]]></author>
			</item>
			<item>
				<title>Re:Get component position from backing bean</title>
				<description><![CDATA[ public void Actionlistener(ActionEvent event) {
        FacesContext context = FacesContext.getCurrentInstance();
        Map requestParams =
                context.getExternalContext().getRequestParameterMap();
        // get mouse coordinate of user click
        int x = Integer.parseInt((String) requestParams.get("ice.event.x"));
        int y = Integer.parseInt((String) requestParams.get("ice.event.y"));


}]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9340.page#39165</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9340.page#39165</link>
				<pubDate><![CDATA[Thu, 7 Aug 2008 08:56:23]]> GMT</pubDate>
				<author><![CDATA[ patrick.corless]]></author>
			</item>
			<item>
				<title>Re:Get component position from backing bean</title>
				<description><![CDATA[ Hi patrick,

thanks for your solution.


I would like to get the position after a drag and drop. But I don't see "ice.event.x" and "ice.event.y"parameters into dragEvent.

Do you know a solution to get this information in this case ?

thanks for your help.

regards,
Bal.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9340.page#39585</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9340.page#39585</link>
				<pubDate><![CDATA[Mon, 18 Aug 2008 08:47:31]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
	</channel>
</rss>
