on 2011 May 16 6:56 PM
Hi Experts,
How can I achieve table borders in HTML status when posted to web application by HTTP receiver?
my source channel is JDBC sender.
Current scenario: HTML status posted in application
Emp# Age Location PhoneNo.
111 27 China 123456
222 45 Italy 789012
333 34 UK 345678
To Be scenario: HTML status with table borders posted in appl.
-
Emp# I Age I Location I PhoneNo. I
-
111 I 27 I China I 123456 I
-
222 I 45 I Italy I 789012 I
-
333 I 34 I UK I 345678 I
-
Much appreciated for any pointers
Thanks
PV
You can use HTTP Receiver to pass the data to the servlet that runs on the HTTP Server. The servlet has already screen design logic written in HTML or jsp to display in HTML Table or so. PI requires to just post data on the servlet of HTTP Server using HTTP Receiver. PI will not create screen look and feel logic while posting data.
If you want HTML table coding logic refer this link
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.