terminal markup language is an xml description language to allow the development of a payment terminal application using html style pages
Questions tagged [tml]
8 questions
2
votes
2 answers
Using multiple delimiters in split
I am using AngularJs, html to show table and display the records in the table.
Demo: http://plnkr.co/edit/xHRLAynOpUiLWbOKhqUm?p=preview&preview
I am trying to click on the number's hyperlink present in the second column. Currently I'm splitting the…

nan
- 191
- 3
- 10
1
vote
1 answer
Pass a value to method onSucces
I am working with tapestry in java and I have in a tml file a loop with a button in each row. I need to pass the value of the element in the row to the onSuccess() method when the button is clicked.
I've tried it with t: context = "value" in the…

arqsartax
- 45
- 1
- 6
0
votes
1 answer
How can i refresh my page in tapestry after some interval
I want to auto-refresh my web page within every 30 seconds and there is one condition if that condition is true I don't want to refresh it. How I should configure it?

Rakesh Singh Balhara
- 326
- 1
- 4
- 13
0
votes
1 answer
submit form and store data in database using tapestry
I have been praticing tapestry for form submission and submitting data into database using hibernate.
I am referring below two links for…
user8856651
0
votes
1 answer
How can I make the "if" statement for a link to work fine if I want to show it only if it's not the "Index" page
In my application,the first page is Index.tml and I have a login form.
The layout for this application has a menu with some links in it and I added another one which is called "Delogheza-te"=Log-out.
What I want is that ,the "log-out link" to be…

Alina Ali
- 39
- 1
- 8
0
votes
1 answer
I need to display list of files generated using a method in java class into my tml file in Tapestry
I have a java class in which I have the method- getFiles() that prints a list of files in a directory. Here is the code
@Property
private String[] filesInDir;
public void getFiles(String path){
File aDirectory = new…

Neeraja Karandikar
- 21
- 2
0
votes
1 answer
Does PHP work in TML?
Read TML, not HTML.(we are talking about a marco file format)
TML
A client of us had a system build in TML. It has pretty similarities with HTML (it works the same at least) but it use variables and loops in a different way. Now my question is…

Dorvalla
- 5,027
- 4
- 28
- 45
-2
votes
1 answer
Create a PDF document
I wish to send a letter to my prospective client. By inputting
Email ID and Person Name and postal address able to send an email with PDF attachment.
I have one letter template in word.
How to do.
Thanks in Advance

Madhava
- 1