Hi all,
i met a problem like this :
i have a form with the input text and submit one!
i can type the input with vietnamese and save to database!
but i want when i press submit button, the content i have justtyped must also be display as i typed!!!
i use <xsp-request:get-parameter name="input_name"/>
but ... the vietnamese letter having accent it just display with code &# ...; :(
but if i redisplay them not in the inpput but with <xsl:value-of select="input_name" disable-output-escaping="yes"/> it display well and perfectly!!!!
but i cant use "disable-output-escaping="yes"" (xsl feature ) for <input .. value=""> tag!!!!
i tried to change the xsp-request:get-parameter logicsheet by adding "disable-output-escaping="yes" but it did not work !!!!! why????
can somebody tell me how to solve this???
how can i redisplay the text i have just typed exactly like what i typed??of course in specific language???
thanks a lot in advance!!
Gia Dinh