@Persist vs onActivate()

2011-03-12 Thread ronizedsynch
MasterPerson.java [partial] @Persist private Person person; private Person personGrid; public List getListPerson() { return getMasterFacade().getPersonDao().getPersonByFilter(getPerson()); } void onSeletectedFromSearch(){ } void onSeletectedFromSave(){ getMasterFacade().getPersonDao().in

Re: @Persist vs onActivate()

2011-03-13 Thread ronizedsynch
my tml code : form t:type="form" input t:type="textfield" t:value="person.name"/ input t:type="textfield" t:value="person.address"/ input t:type="submit" t:id="save" value="Save" class="button"/ input t:type="submit" t:id="search" value="Search" class="button"/ /form table t:type="grid" t:sou

Re: @Persist vs onActivate()

2011-03-13 Thread ronizedsynch
Igor Drobiazko wrote: > > If you are using 5.2, just rename your onActivate() method to pageReset(). > Hi Igor thank for ur response. I tried pageReset() method but it's not delete the last session, this is my track: on my grid I have actionlink with personId as context..when I clicked this

Re: @Persist vs onActivate()

2011-03-14 Thread ronizedsynch
Hi Igor, it's work thank I add a bit code to pageReset() method void pageReset(){ if (getPerson() != null) person = new Person(); } :D +++ man is man +++ -- View this message in context: http://tapestry.1045711.n5.nabble.com/Persist-vs-onActivate-tp3555214p3556020.html Sent from the Tapest

[newbie] I cannot export my tapestry app

2011-03-18 Thread ronizedsynch
good afternoon all :D How to export tapestry application to war using eclipse ? I tried to learn com.example.tutorial1 n make some page to it but I understand how to export this project to war :D I use jetty plugin for eclipse to run it. thank to u all that response this newbie question :D --

Re: [newbie] I cannot export my tapestry app

2011-03-19 Thread ronizedsynch
thank very muach for u all, Taha & Vangel.. @Taha : I can do it to my eclipse.. I dont know its cause. :D @Vangel : yes I am using maven n pom.xml for dependencies my project.. Sorry I very newbie using eclipse n maven can u explaine step by step how to get war using maven.. I found tutorial to ex

Re: [newbie] I cannot export my tapestry app

2011-03-19 Thread ronizedsynch
Thank Nikola, it works .. I use "mvn package" command on my suse terminal n it makes war file on target project :D but I dont can do this Nikola Milikic wrote: > > Just right click on the project -> Run As -> Maven package. > because on my eclipse it just looks ->Run As->Run On Server | Java A

How to locate streamresponse of jasper in a page ?

2011-03-23 Thread ronizedsynch
Good night All :) I have some problem with streamresponse of jasper..I want while I press button submit it will displays jasper page in PDF format in a page.. like picture below. http://tapestry.1045711.n5.nabble.com/file/n4258880/monitoring4.jpeg Until now I use this strategy : exporting jasper

Re: How to locate streamresponse of jasper in a page ?

2011-03-25 Thread ronizedsynch
it's really to locate StreamResponse object in one page -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-locate-streamresponse-of-jasper-in-a-page-with-screenshot-tp4258880p4265214.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: How to locate streamresponse of jasper in a page ?

2011-03-29 Thread ronizedsynch
Thank ael, Does pdf display within new tab ? I want to locate streamresponse of button Submit in this case is pdf display as look as above picture.. when I using JRPdfExporter, its response is open new tab in my browser.. Thanks&Regards Rony -- View this message in context: http://tapestry.104

java enterprise spesification with tapestry

2011-06-03 Thread ronizedsynch
good morning all :D However this question is newbie question. please mention me the requirement of java enterprise specification. thank all :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/java-enterprise-spesification-with-tapestry-tp4452845p4452845.html Sent from the

Re: java enterprise spesification with tapestry

2011-06-03 Thread ronizedsynch
Thank a lot MR. HLS How about specification of JEE (Java Enterprise Edition). I want to expert in tapestry, but I am a newbie in web application. would you tell me the right steps to learn it. "a bit sentences is the expensive knowledge for newbie" Regard, Rony -- View this message in context

menu.xml on tapestry 5

2011-06-22 Thread ronizedsynch
Its possible to read menu.xml within layout.tml. I have layout.tml like this : Re: menu.xml on tapestry 5
Thank Bob n Thiago but I am not really to parse xml file in java, its my hard work. I will research it on my uncle [google] :D Regard, Rony -- View this message in context: http://tapestry.1045711.n5.nabble.com/menu-xml-on-tapestry-5-tp4516397p4517281.html Sent from the Tapestry - User mailing l