Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread karthi
ew this message in context: http://tapestry.1045711.n5.nabble.com/How-to-send-the-selected-button-value-from-tml-page-to-corr-java-page-tp5709890p5710542.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread Arno Haase
SelectedFromTopLevel(int position) { > System.out.println("Position selected is --> " + position); } > Object onActionFromVideoForm() { return videoZone.getBody(); } > > } > > > *CommItem.java class* > > public class CommItem { > > private S

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread karthi
Sorry, Constants.PAGINATION_URL; public interface Constants { String PAGINATION_URL = "./"; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-send-the-selected-button-value-from-tml-page-to-corr-java-page-tp5709890p5710046.html Sent from th

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread Arno Haase
position in t:value correctly displays the > position : *but when I used this videoItem.name or position in > context it throws NPE*, what is wrong here? Please help me to > overcome this? > > -- View this message in context: > http://tapestry.1045711.n5.nab

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread karthi
hrows NPE*, what is wrong here? Please help me to overcome this? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-send-the-selected-button-value-from-tml-page-to-corr-java-page-tp5709890p5709988.html Sent from the Tapestry - User mail

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread Taha Siddiqi
xception has occurred. > > Failure reading parameter 'context' of component Index:toplevel: Property > 'videoItem' (within property expression 'videoItem.position', of > web.app.video.pages.Index@f6ede1) is null. > > > > -- > View this

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread karthi
I have worked with samples using that tree component, but I need this also to work.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-send-the-selected-button-value-from-tml-page-to-corr-java-page-tp5709890p5709941.html Sent from the Tapestry - User mailing list

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread karthi
has occurred. Failure reading parameter 'context' of component Index:toplevel: Property 'videoItem' (within property expression 'videoItem.position', of web.app.video.pages.Index@f6ede1) is null. -- View this message in context: http://tapestry.1045711.n5.nabble.com

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread Lance Java
/How-to-send-the-selected-button-value-from-tml-page-to-corr-java-page-tp5709890p5709926.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread Arno Haase
he selected item's index or name? > How can I do that? > > I have used t:context like below: > > t:value="${videoItem.name}" /> > > and in java > > void onSelectedFromTopLevel(List i) { > System.out.println("Selected button item siz

Re: How to send the selected button value from tml page to corr. java page

2012-05-15 Thread karthi
Anyone help me? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-send-the-selected-button-value-from-tml-page-to-corr-java-page-tp5709890p5709916.html Sent from the Tapestry - User mailing list archive at Nabble.com