thats cool. how do i specify the client ip address.
c:\windows\system32 is going to reference the server file system.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
the Upload component allows the transfer of files from client to
server. is there something which does the other way around, and how
should i specify the remote target folder location, i mean using ip
address or server name.
thanks.
---
Cheers mate. Thanks for your reply, I understand that its not tap
specific, but this forum is my first place for help in all tap web app
related issues :-).
the users are not that technically savvy. so i will have to go for
option 1. but my question is, is there a way to automatically
reference a
guys,
i am using tap3. i am using postgres as my backend.
now my web app can be accessed remotely by users, who can then perform
certain functions like postgres database backup and restore.
now my problem is that when the database backup is performed using
pg_dump, the file is dumped on the loc
thanks. i read the doc but still couldnt figure it out.
but the encode=false works. thanks a lot for that.
i was trying to save some info in the hidden field, but it actually
shows up when the user goes view-source. is there a way to hide the
info but at the same time reference it.
thanks again
guys,
i am using tap3. i have a hidden field component.
i have just realised that everytime i store something in it, it
pre-fixes my string with a S. i am not sure what i am doing wrong
here. if i replace it with a @TextField it displays the exact string.
but only if I use @Hidden it prefixes S
am not sure if i follow. so how can i fix this. i have a tomcat server
running. so i have to `edit something in the tomcat settings? and if
yes, could you provide some further info.
thanks.
-
To unsubscribe, e-mail: [EMAIL PROTE
guys,
this is a general java question, but since i am using tapestry i
thought i will raise it here. i am using tap3.
now whats happening is, that i am running a postgres backup command
from within my tapestry web app. the user enters a folder location in
a form, which i grab and run the postgre
guys,
i am running tap3.
i have a page which contains a form and the form contains a check. if
the check is not successful i reload the page and display an
additional error message using the @Conditional tags.
now my problem is that when the user first comes to the page, the URL
of the page is
add the reference to the files in your .application file. and then you
can reference them by page name.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
can you give me the URL
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
i thought so.
my target audience as it turns out is IE. so i guess i am stuck. i
tried tr:hover but it didnt work under IE, as you have mentioned,
didnt even try it under FF.
will keep on looking though.
-
To unsubscribe, e-mai
guys,
i am using tap3. i have a contrib:table implementation which is
displaying multiple row results. now i am using rowsClass to control
the CSS property of my rows.
now i wanted to implement a mouseover colour change effect over my
rows and i am not sure, how i can implement this using just C
guys,
within my properties file, there is certain text which i want to flow
over onto multiple lines. so how can i specify a new line (aka enter)
within the properties file, so that the text breaks up there and
starts at the next line when its displayed.
thanks.
guys,
i am using tap3 and have run into this problem.
i have this page, and this page contains a download button. when the
user clicks on the download button, this current page, references
another class method. and when this other class finishes data
processing, it displays a PDF file which the
i got it. instead of referencing it from the file system, reference it
using the web app. so instead of c:\apache\tomcat\webapp\etc etc go
http:\\localhost:8080\webapp\etc etc.
thanks again nick.
-
To unsubscribe, e-mail: [EMAIL
thats cool. so what should i have within my js. i mean should i
reference it from the file system something like c:\apache\etc etc.
if its within my html then i can reference it as you have mentioned.
thanks heaps.
-
To unsubsc
guys,
we have diff depts working on diff files. the other dept has generated
a bunch of plain vanilla html content files which i need to
incorporate within my tap web app. now i have created a separate
folder and have put all files within it. now within my web app, i am
trying to incorporate, on
guys,
i have a page which contains an image and for the image i have a
@ExternalLink, something like this,
. all this is working fine.
now i also need to toggle this image onclick. so onclick i need to
change this image to another image. and this new image also needs a
corresponding @ExternalLin
thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i have a form on a page which contains multiple fields within a form.
now i want to put the focus/cursor on the first field when the page
loads up.
for that i have tried to use onload within @Body, but i am unable to
use it. and i have also tried to use some other javascript but am
still u
for cycle to event i can do this,
IRequestCycle cycle = event.getRequestCycle();
we dont have something similar for event to cycle. i am using tap3.
pls help. thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
guys,
i have a method pageBeginRender(PageEvent event). now i have another
method called performManipulation(IRequestCycle cycle).
now from performManipulation i need to call another method which takes
event as its parameter (add(event)). so the question is how can i
access the event from pagebe
guys,
i am trying to implement a table cell which contains a image followed
by some text. now i have this table td wrapped in a PageLink. However
this pagelink does not work on the image within the table cell. i mean
only the text acts as a hyperlink (taking me to a different page i
want) but cli
it sure is. i have been working on tap3 for over 2 yrs now and this
app is turning out to be very stable and good.
although i have to usually find wierd up fixes to my issues, most of
my issues are resolved if i think outside the square. and yeah you
might consider my questions too stupid, but wi
just to add on that,
if i use the upload component, then it just complicates things, i mean
if i select a big file through browse and click on upload, my
formSubmit method is not called and only pageBeginRender is called (i
dont know why though). however if i select a very small file it
happily a
guys,
if i implement the browse button within my web app using,
it generates the textfield and the browse button together.
now my problem is that this breaks my current implementation in which
i have a which i am using to read
the input on form submit.
so if i implement the browse button, how
guys,
i am trying to implement this functionality where a user can browse
for a folder from within my web app. now as i understand using html
the user cannot select a folder location (only a file).
now is there a file system browse component for tap3, which
essentially displays the local file sy
guys,
i am struggling with running some external programs from within my tap
web app (like running postgres data backup). i was wondering is there
a known issue with tapestry or i just need to find a *better* way of
implementing my stuff.
thanks.
guys,
first my apologies for posting this here, this is more of a postgres
question, but i have been struggling with this for some time now, so
hopefully somebody here will be able to help me out.
i have a tap3 web app with a postgres backend. now i want to implement
a db database functionality
guys,
the label bit works for tap3, i have used it in many places. and my
HTML looks like this,
but inspite of having the value bit, it doesnt print. i mean i can
visually see it, but when i print it it doesnt work.
will try and spend some more time on it over the weekend.
---
dunno. i have done the right thing in tapestry, in the css and its
still not working. if nobody else has this issue, then it must be my
implementation, though i cant understand how difficult it could be.
thanks anyways.
-
To uns
sorry i meant color: #FF;
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
the html is and in my css I have,
.buttonSpecial {
font: #FF;
and the rest
}
any ideas.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am using tap3. has anybody else noticed this, but everytime i print
a page which has a button on it, the buttons value does not print. the
button is a tap component with the value set as label="message:text"
any ideas.
guys,
how can i put text which is filled up by javascript (like
document.a.value="test") into properties files. i mean i want this
text to be multi-lingual too and hence they need to be in properties
files.
any idea. thanks.
-
sorry my bad. point taken.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
yes i am using tomcat as a service. and there is nothing called
restart command. i can only start, stop or continue.
but i have tried to execute a batch file, but due to browser
restrictions it wont let me to do that. when i click on the link it
doesnt do anything at all. but if i run that page s
sure will do. but its a funny problem. once you stop tomcat you cant
restart it again, coz without tomcat your application wont run in the
first place.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
guys,
i have run into this problem. i am able to stop tomcat from the app. but,
1. if i have another button to start tomcat within the app, then that
command is not captured as tomcat is not running and hence the web
application is not running
2. if i execute a batch file, again the stop works bu
am using windows. so whats the location then. thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
doesnt matter. the security risk is the responsibility of the client,
if they want it then I will implement it. I will make them aware of
the risks too.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
guys,
i want the ability to restart tomcat from within my web app. i want to
provide a button, which the user clicks and it restarts tomcat.
can somebody tell me how should i go about this. i am using tap3.
thanks.
-
To unsubs
i think your output file is missing. the fill you are trying to write
to does not exist.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am trying to save some information into a session variable. i am
using something like this,
cycle.getRequestContext().getSession().setAttribute(output, status);
now my issue is that i am not passing the cycle variable within my
method. and if i create a new one, it says that i havent ini
and where does it go, in TextField expression.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
and if its not 1 or 2 but some text like correct, incorrect etc. and
thanks a lot.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am implementing jasper reports within my tapestry web app. and i am
sorry i should probably post this to jasper forums, but i am really in
urgent need for help here.
i have a field which is returning a boolean value true or false. i
want to replace a true with a 1 and a false with a 2 wi
can you share the link/info for implementing this in tap3
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am having a problem using a menu structure on my framed pages. my
menu is on my top menu bar and it gets chopped off when it reaches the
middle frame. at this point in time i am using krysalis, but am happy
to use something else if it fixes the issue.
now i really need to implement a men
guys,
i want to provide a button within my webapp, which when the user
clicks on restarts the tomcat server. is there a way to do this, and
how can i do this. i am using tap3.
thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
guys,
i have a form which a user fills in with their information. now when
they click on submit, i want to display a confirmation page,
displaying all the information the user has already filled in and once
they confirm process the information.
now how can i pass on information from one page to
found the solution. for others reference, put the listener in the
button and not the form.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i have multiple buttons in one form. for each button i want a
different action. they are both part of a form which has a formSubmit
listener.
now for the first button, i am capturing that button input as
formsubmit. but how should i capture the second button input.
pls help. i am using ta
sorry guys incomplete message, am sending it again,
how can i reference each radio element within a radiogroup. if my
implementation is this,
how can i name each individual radio elements. if i use [EMAIL PROTECTED],
the name is still RadioGroup and if use [EMAIL PROTECTED] the individual
ra
guys,
how can i reference each radio element within a radiogroup. if my
implementation is this,
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
am using the checkbox component within my form. now i have a number of
checkboxes, hence i have an option to select all or none of the
checkboxes. the user clicks on the link and depending upon the link
either all or none of the checkboxes get ticked off.
now obviously for me to reference
can you also give some help on the html page and the page file. thanks a lot.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
it would be really good, if any book will be backward compatible with tap3.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
does tap3 have a javascript caching problem. i have begun to notice
that my changes dont reflect within my application once i compile it.
but if i restart tomcat it shows up. i havent noticed this before.
has anybody else experienced this problem before.
--
guys,
i am working on a tap3 web app. i want to implement a drop down menu
with various date formats (like DDMM etc.). the user selects one,
clicks on submit and the system uses this date format everytime now.
i am currently working on the drop down page. can somebody help me out
with the lo
guys,
i am using tap3 and am trying to implement a form. however the user
has the option to click on two buttons, depending upon their choice.
now one button is the submit button and i am reading that input
through formSubmit. however how should i capture the second button
input. can somebody gi
neat. i forgot about t-deli.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
what about tap3. any way of implementing this in the older version.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am trying to implement import and export of files within my web app.
basically the user selects (checkbox ticks) what files they want to
export and press submit, and then i perform the export and import of
files.
i have got the import/export working for one file. i mean when the
user onl
i use log4J. try using that.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
thanks guys. yes i couldnt find anything in tapestry documentation
either so i figured that tapestry would be independent of this.
anyways lets see if i can find a way around this. thanks again.
-
To unsubscribe, e-mail: [EMAIL
guys,
the upload component, displays a browse button, through which the user
is only able to select a single (one) file at any one time. i want the
user to select the source folder and i will pull all files within that
folder with a certain extension instead of selecting each file
manually.
is t
guys,
i am trying to implement a file upload function within my web app. now
i am allowing the user to select a file using a browse button and then
when they click upload, i copy it to a set folder on my server.
however when i try to implement it i am getting a Access is denied
error. I am using
cheers mate.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
thats good. but i am still trying to get the upload example to work
from the documentation. i am still getting the unable to resolve
expression 'listener.formSubmit" for com.example.pageUpload error.
can somebody help me out here.
-
guys,
i have been trying to implement a page upload and download
functionality within my webapp.
the upload example in tap3 doc seems to be incompelete. can somebody
provide the page file content for that example. i am getting an
ExpressBinding [UploadPage listener.formSubmit] error.
any help p
Mark, so as per your example, if i am understanding it corrently, i
can only retrieve the boolean value and not the corresponding string
associated with the checkbox.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
ok. the only other way for me to obtain a users selection would a
radio button. might try that.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
just to clarify again, i want to gather the underlying value of each
checkbox and not its label.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ok i will try again.
i have a bunch of options which the user can select from. they are all
checkboxes (approx say 25). based on this user selection i display
corresponding information on the next page.
now first thing,
1. how should i group these checkboxes, individually, within a span or
somet
may be i should put everything within a span and then pass on values
of checked checkboxes. but how do i group them together. if they were
radio buttons i would have selected RadioGroup.
any help guys.
-
To unsubscribe, e-mail:
i can pass a boolean fine. but how do i pass on the value of the
checkbox on a submit.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
its good for a start. how come i couldnt find it. but thanks anyways.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am trying to implement a big form within my web app. in the form the
user is able to select through checkboxes what information they want
viewed. now each checkbox has a corresponding value associated with
it.
now when the user clicks on the submit button, i want to pass on the
values of
cheers mate. i will give this a try and see how i go.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am trying to implement a upload and download functionality within my web app.
so for upload, the user selects a location they want to upload from,
click upload and i upload the file and save it in my local server set
directory.
for download, they select the file they want to download an
guys,
when i view the source of my tapestry pages (by right click -> view
source) i can view within my source right at the top, there is some
content about Application: blah blah, Page: Blah blah, Generated: blah
blah.
can i customise this content or add some more information to this. has
anybod
nay. just a simple web app. where i generate a report based on user
data. this data is generated based on some calculations i perform on
other tables.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
ok. how can i implement a session time-out.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
am not sure i follow. where am i suppose to store that data.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i am using tap3. how can i check when the user closes my web app. i
mean if they hit ALT+F4 or just click on the X on the browser. there
has to be a way for me to know when the web app is closed.
any ideas.
-
To unsubscri
guys,
i have a tap3 and postgres issue. sorry for posting it here, but i was
hoping to get some help from people who actually use tapestry and have
run into this problem.
now my problem is that i am generating a temp table for some
calculations. a temp table is generated when the user accesses a
guys,
how can i make the content of drop down menu's multi-lingual. the
content is in properties files and my drop down is populated using a
foreach and option.
any ideas.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
so should i change the current implementation. or can i edit it.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
why cant i just put all the output into a array or a list. and then
just manually do a replace on each term. i think this might work.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
and can this output to a drop down menu. i am not using a table within my html
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
i also looked at the source code for the generated page. the option
tag looks like this.
user_username
so essentially, the information sent back is the index of the column
and not the actual column name. i thought it would be like this,
user_username
didnt work. this thing would work if i had a contribtable and i could
specify the table header names in the corresponding properties file
but unfortunately not here.
i am still working on it though.
-
To unsubscribe, e-mail: [EM
so i dont need to do anything within my java or html file. just within
my properties file, i need to associate each column name with a
corresponding text. and it would display the text but the underlying
functionality would still be the same.
i remember doing something like this for the foreach l
guys,
i am running into this problem within my web app. please help me. i am
using tap3.
now i am retrieving column name information from my tables and
displaying to the user in drop down menus. i retrieve the data using
List columns = new ArrayList();
int columnSize = columns.;
while (rsColumns
perhaps i shouldnt have raised this in the first place.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
guys,
i want to underline one letter of a word, which is within my
properties files. i mean say i have a word like "Name". I want to
underline N. If i was using static text I could use tag. but since
this information is now in a properties file, how should i do this.
any ideas.
---
guys,
is there a component available for tap3 for a progress bar or anything
else which can help me display a progress bar.
now i am thinking of generating something myself using a frames and
constantly updating the main page with the status (1%, 50%, 100% and
so on). this can be using either cs
I agree. Geoff great work mate. Thumbs up to you.
I use spindle all the time. I am still using tap3 and this gives me
one more reason to not upgrade. Life without spindle would be very
difficult using eclipse. I wish Geoff all the best for his future and
I hope that his work is picked up by someo
1 - 100 of 218 matches
Mail list logo