Ticket #72 (closed defect: fixed)
Problem with stuck safehtml strings
| Reported by: | Mariusz Zurawek (Intol) | Owned by: | xue |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Prado Framework v3 | Version: | 3.0 |
| Severity: | major | Keywords: | |
| Cc: |
Description
(in lastest revision from SVN) When extracting SafeText? from two TTextBox's, strings are stucking...
in .page:
<com:TTextBox ID="NewBox" /> <com:TTextBox ID="NewBox2" />
in .php:
$text1 = $this->NewBox->SafeText; $text2 = $this->NewBox2->SafeText; echo $text2; //that shows both strings
Change History
Note: See
TracTickets for help on using
tickets.
