Tapestry working with other Servlets

2008-04-02 Thread Imran Amajd
Hello everybody, I m using Tapestry4 with spring & Hibernate. I am having a problem when i call my own java servlet with-in appcalication. The calling servlet sends response correctly but it causes HttpSession termination. i want tapestry to ignore this servlet request and let the container handl

Re: how to translate input into double/float value

2007-11-02 Thread Imran Amajd
> representation. > */ > public String toClient(Float value) > { > return value == null ? "" : value.toString(); > } > }); > } > > Cheers, > Nick. > > > Imran Amajd wrote: >> Hello,

Submitting Html Form is not working properly in Tapestry 5

2007-11-02 Thread Imran Amajd
Hello EveryBody, I am using Tapestry 5. Problem: There is a submit button attached with listener (say OnSave()) and a text field after the Submit button on html form. like when i submit this form, the pageBegin render is called, and form is rewinded. then listner is callled. but i can n

how to create Listener on Checkbox??

2007-10-17 Thread Imran Amajd
hello everybody, I am developing a page with list of records starting with checkbox against each record. I want to attach a listener when i click a checkbox and pass it an argument of int type. it should be something like: //java code public void onClickListener(int index) { ...

how to translate input into double/float value

2007-10-12 Thread Imran Amajd
Hello, Please guide me how i can translate input value into double or float. Thanks -Imran Amjad -- View this message in context: http://www.nabble.com/how-to-translate-input-into-double-float-value-tf4611891.html#a13170402 Sent from the Tapestry - User mailing list archive at Nabble.com. --