Re: T5 UTF8 encoding

2008-06-12 Thread maxthesecond

Sorry again
I finally make it work, the problem was in the name parameter ,it's a little
bit strange but in some cases you have to write:   
and in others 

Anyway now working!
-- 
View this message in context: 
http://www.nabble.com/T5-UTF8-encoding-tp17806489p17808284.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5 UTF8 encoding

2008-06-12 Thread maxthesecond

Thanks, one more time.

What I did is to add the following parameter to my grid component 


  


Unfortunatelly with no succes.
Things I've observed:  
1) If I change the "namewDescriptionCell" to whatever I
get the same result
2) If I change tha value="product.namepicture" to a non
existing field I've got an exception(this proves me that the column is
called.)
3) whatever propertie from the product I write:
"product.whatever" I've got allways the same field wich corresponds to
product.description.

It looks as if something was wrong...

Cheers


 
-- 
View this message in context: 
http://www.nabble.com/T5-UTF8-encoding-tp17806489p17808264.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: T5 UTF8 encoding

2008-06-12 Thread Filip S. Adamsen

Hi,

${} expansions in T5 are filtered, that's your problem. You need to use 
the Output component with filter="false" or the OutputRaw component to 
output the value if you don't want it to be filtered.


-Filip

On 2008-06-12 20:21, maxthesecond wrote:

After some work I've achieved to be able to store and retrieve my foreign
caracters, but know poor of me I've tried to add a link to a textbox, like:


input text box content:

Hello Box speciall caracters test ñáòú
link test  www.google.com click to search in google 



When this input box is sumbmited to the server and updated in the database
everithing looks ok,but once you retrieve it's value and display in a page
still everithing is ok (foreign caracters) except the links, all the <> are
converted to >h; 

T5 UTF8 encoding

2008-06-12 Thread maxthesecond

After some work I've achieved to be able to store and retrieve my foreign
caracters, but know poor of me I've tried to add a link to a textbox, like:


input text box content:

Hello Box speciall caracters test ñáòú
link test  www.google.com click to search in google 


When this input box is sumbmited to the server and updated in the database
everithing looks ok,but once you retrieve it's value and display in a page
still everithing is ok (foreign caracters) except the links, all the <> are
converted to >h; <h; entities.

It my be not a tapestry issue, but I need to be able to let the user to
insert his links and html tags (br,b...) in the text box.

Thanks.



-- 
View this message in context: 
http://www.nabble.com/T5-UTF8-encoding-tp17806489p17806489.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



T5 UTF8 encoding

2008-06-12 Thread maxthesecond


-- 
View this message in context: 
http://www.nabble.com/T5-UTF8-encoding-tp17804815p17804815.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]