so i'd done a GridPager modification for my target,share my way here:
1.i'd override the GridPage class with add 2 method:
package org.apache.tapestry5.corelib.components;
...
public class GridPager{
private void writePreviewPageLink(MarkupWriter writer){
if (currentPage>1){
i found a way to make a special grid pager:modify the GridPager class.
but it was a hard coding way.anyone have a more general way to define
pager's function and style?
2009/10/17 cleverpig :
> hi,all buddy!
>
> I got a new trouble that i never met that is customize tapestry grid
> ui:include page
On Sun, 18 Oct 2009 08:32:43 +0200, Argo Vilberg wrote:
2009/10/18 Martin Strand
Are you using renderSupport.addScript(...) in example #1?
In example #1 i use
@IncludeJavaScriptLibrary({"js/ckeditor/ckeditor.js","js/ckeditorconfig.js"})
What I meant was: how are you adding the height
Tapestry's file upload component is not ajax based. Actually GMAIL's file
upload uses flash, not ajax because ajax does not work with multipart form
data
Toby
2009/10/18 Argo Vilberg
> hi
> Is in tapestry such component like GMAIL fileupload. Choose file and after
> that, uploading started auto
hi
Is in tapestry such component like GMAIL fileupload. Choose file and after
that, uploading started automatically?
Argo
Not service binding object, I concern Configuration container's objects comes
from which module only, not service object, because we used module id in our
RESTful path
We has a module based framework since hivemind era, in hivemind there is a
set-module can defined in Configuration. Now we wan