I have a dateHolder that holds my objects in the ajaxformloop
public DateHolder onAddRowFromdateLoop(){
if (dateList == null){
dateList = new ArrayList();
}
DateHolder dateHolder = new DateHolder();
log.trace("add " + dateHolder.getKey());
Hello,
I want to make an ajaxformloop inside an ajaxformloop
But it seems that the one which is insideis the same for all the
elements of the big ajaxformloop
this is a problem because i can't differentiate beteween elements and i have
problems of concurrent access
when writing on this ajaxfor
thank you so much but does anyone have an idea about the eclipse problem?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/generating-secure-files-tp4746478p4746553.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
i want to let users of my website preview pdf's using flex paper
as this one requires swf files i convert pdf to swf then i display them
i place those files in the class path and then i reuse them using an asset
the problem is that those files are generated but are not visible under
eclipse so i
i already did that it's /usr/local/bin/pdf2swf
more precisely i did this
Process process =
Runtime.getRuntime().exec(getExecutablePath() + " " +
getArguments(output) );
public String getExecutablePath() {
return "/usr/local/bin/pdf2swf";
}
public S
hello i want to make a Runtime.exec("pdf2swf namefile.pdf"); when i do that
out of tapestry it work's fine but within tapestry normally i should find
somewhere the file named namfile.swf but i don't find anything on my
computer
Any ideas ?
--
View this message in context:
http://tapestry.10457