yes, i have Border.jwc file
//this will access Border.html in
/web-inf/Border.html with no problem
// can this be used to access
/web-inf/test/Border.html ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
i access my page like this
http://localhost:8080/TestApp/app?service=page&page=test/index
i have Border.html and Border.page inside /web-inf/test/* folder.. inside my
index.html file. how do i define the border ?
//this doesnt work
-
on my tapestry 4, normally i will put .html .page in /web-inf/* folder. can i
put in /web-inf/test/* or /web-inf/abc/* ? what files I need to configure ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
for custom field in .page =DateValidFromColumn, how to display it in .html
,because i want to align to right
// this working fine
current i using code below to display table and all fields are displayed right
alignment.
if i want certain field to align "left" and certain field to align "right" .
how do to that?
--
i tried this. whenever i press f5, pagebeginrender will still be called and db
will be hit
@Persist("session")
public abstract Collection getPersistThisOne();
public abstract void setPersistThisOne(Collection persistThisOne);
public void pageBeginRender(PageEvent event) {
System.out.prin
my .application look like this
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
in my page, i do like below, but when i press refresh F5 on page, i keep on
getting database hit. when using cached, aren't it not suppose to call
getFromDB() for subsequent call ?
@Cached
public String getGenerateMenuCached() {
return dao.getFromDb();
}
//in my dao
public S
i put my csv file in /web folder. when user open browser, the entire content of
csv is displayed in browser. how to force download the file?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
in my pagevalidate method, i call db to retrieve information and print out on
page using @insert
how do i cache it so that it will not hit the db so frequent ? any example?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
i have a form that using client validation. inside the form i have few buttons,
each time a button is pressed, the form will be validated first. if i want to
create a delete button that skip client validation and call doThisMethod(). how
to do that?
-
11 matches
Mail list logo