aspose file tools
The moose likes JSP and the fly likes Searching for string usign JSTL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Searching for string usign JSTL" Watch "Searching for string usign JSTL" New topic
Author

Searching for string usign JSTL

Fabio Fonseca
Greenhorn

Joined: Jan 19, 2006
Posts: 29
Is it possible to search & replace line breaks using JSTL?

I want to populate a JS array with code coming from the database, but there is some text which comes with line breaks within it. Is there any way to search for the line breaks and remove then, so the JS can read it all alright??
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

As per forum instructions, please indicate the versions of JSP and the JSTL that you are using.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Fabio Fonseca
Greenhorn

Joined: Jan 19, 2006
Posts: 29
JSP - 2.0
JSTL - 1.1

[ July 20, 2006: Message edited by: Fabio Fonseca ]
[ July 20, 2006: Message edited by: Fabio Fonseca ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Look up the fn EL functions of the JSTL 1.1 in the JSTL 1.1 Specification. They're primarily focused on string manipulation.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Searching for string usign JSTL
 
Similar Threads
html-el:select embeded in js, what should I do to let it runing or not Unterminated String Constant
Program: Change Due/Tendered
unable to update Div tag.
Say 4b line breaks
Token session Problem