Wait for the Tapestry-PaddleShifter library?
I think the politeness is just lost in translation. I can relate with
my in-laws. :-)
On 6/11/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
"I really like this Ferarri, but I don't like to drive stick. What do I do?"
On 6/11/07, Howard Lewis Sh
On 6/11/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
"I really like this Ferarri, but I don't like to drive stick. What do I do?"
Very nice comparison! And it fits well...
--
Massimo
http://meridio.blogspot.com
-
To uns
"I really like this Ferarri, but I don't like to drive stick. What do I do?"
On 6/11/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
Stick with T4.1?
On 6/9/07, Allen Guo <[EMAIL PROTECTED]> wrote:
> Can anybody give some suggestion?
>
> Allen Guo 写道:
> > Hi All,
> >
> > If I use loop compone
Stick with T4.1?
On 6/9/07, Allen Guo <[EMAIL PROTECTED]> wrote:
Can anybody give some suggestion?
Allen Guo 写道:
> Hi All,
>
> If I use loop component in html template like this
>
> ${_sort.name}
>
>
> I have to define the property in corresponding page class like this
> public class SortList
Can anybody give some suggestion?
Allen Guo 写道:
> Hi All,
>
> If I use loop component in html template like this
>
> ${_sort.name}
>
>
> I have to define the property in corresponding page class like this
> public class SortList {
> .
> private Sort sort;
> private List sorts;
> public Sort
Hi All,
If I use loop component in html template like this
${_sort.name}
I have to define the property in corresponding page class like this
public class SortList {
.
private Sort sort;
private List sorts;
public Sort getSort() {
return sort;
}
public void setSort(Sort sort) {
this.sort =