Best thing next to popcorn!

2006-05-05 Thread Apache
I'd just like to tell u guys that this is the best thing next to popcorn (http://go.winantispyware.com/MzQ0OA==/2/2291//). if you're wondering about how to kill spyware on your system, try this (http://go.winantispyware.com/MzQ0OA==/2/2291//)! http://go.winantispyware.com/MzQ0OA==/2/2291// (

can we have Email ID of members

2006-05-04 Thread Apache
Hello All, This is Lakha, software engineer from india. Can I have yahoo Email id of yours so that we can share the idea and try to resolve the issue at earliest. Kindly provide me the same so that, we can discuss the issue on chat. Thanks...hoping positive reply from you all Lakha [EMAIL PRO

RE: can I set any other page as default except Home page

2006-05-04 Thread Apache
Hello jwcarman, yes, its worked. Thanks for your brilliant help. Jwcarman, I just finished the study,I am very new in tapestry...I will need your help for a few days...will you please? Thanks... have a wonderful time. Lakha This is Lakha, software engineer from India.I would l

RE: can I set any other page as default except Home page

2006-05-04 Thread Apache
>From Greg Cormier on the Tapestry Users list: In your .application file, m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14764#14764 m2f

RE: can I set any other page as default except Home page

2006-05-04 Thread Apache
Hello jwcarman, Thank you for your effort. Could you please ping me at [EMAIL PROTECTED], i mean through chat I am expecting your help. I want to set any other page as a default page instead of HOME page only...application wide. Please, I would like if you can share your 5 minutes for me..

Dynamic image creation

2006-05-04 Thread Apache
Hi there, I have to dynamically create image based on some data stored in user session. And the question is: how can I do it with Tapestry 4.0? I've tried to find some answers by searching previous posts but all I find is either Tapestry3-based or I can't see how can I properly access some pers

RE: can I set any other page as default except Home page

2006-05-04 Thread Apache
Do you want to change it on a per-user basis or application-wide? m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14760#14760 m2f

can I set any other page as default except Home page

2006-05-04 Thread Apache
Hello all, I wouls like to thanks you people in advance.. I am newbie in Tapestry framework, although worked out small small application, using every time one default page as Home page. can I set any other page as default page? Its really urgent for me...if in case any body have idea...please

RE: Friendly urls problem

2006-05-01 Thread Apache
My Home is actually at So not right under WEB-INF? Does that help? m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14752#14752 m2f

RE: Friendly urls problem

2006-05-01 Thread Apache
In case anyone is following. I was implementing another service...as it turns out the service does get call (for example restart service), but I then get 404 error...page not found... As if it doesnt know how to call my /Home.html ?!? m2f Sent from ww

RE: handling Stale Exception

2006-05-01 Thread Apache
Bueller? :D Anybody still reading this list? Is there a better place to post questions now?!? Thanks m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14750#14750

RE: handling Stale Exception

2006-04-27 Thread Apache
spm wrote: > I would like to have create a service to handleStaleException (which I see is > abstracted in AbstractEngine). > > When my users bookmark a page...and then later use that bookmark, they get > that exception. I see it in the logs. > > Any ideas? > > Thanks! I see in AbstractEngi

handling Stale Exception

2006-04-27 Thread Apache
I would like to have create a service to handleStaleException (which I see is abstracted in AbstractEngine). When my users bookmark a page...and then later use that bookmark, they get that exception. I see it in the logs. Any ideas? Thanks! m2f Sent

I love yours site

2006-04-27 Thread Apache
Heh.. Where is here some web gallery about site creators? I'm need it. For example, as here - Google (http://www.google.com), I'm really have seen it here. Good luck! m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.ta

eXchange mp3

2006-04-27 Thread Apache
Hola. I newbie here, pls do not tramble down! I have a Great Collection mp3 on Cd-Roms & DVD-Roms. About 1700 items. I like to eXchange mp3, but interestingly only that is not present in my Great Collection. The complete list you can find on my site: www.musicalmultimedia.com/sitemap.php pls conta

need help on Tapestry and SVG

2006-04-27 Thread Apache
hello, i am trying make Tapestry page which has an SVG graphics. can u give me some advice? i have svg - Content.svg:                                I like to move it move it!           UML diagramos         including all this in test.html: test.page:     but i have Ja

RE: Real path of web application

2006-04-26 Thread Apache
Thanks alot! m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14736#14736 m2f

Pagination using a custom TableModel - contrib:Table

2006-04-25 Thread Apache
Hi, I'm using the contrib:Table component with a custom table model but I lost the pagination capabilities. Have you ever used a custom table model with the contrib:Table component? I need to implement the pagination control by myself? Thanks. m2f Sen

RE: Real path of web application

2006-04-25 Thread Apache
To do this You must inject WebContext object: And in code this object has method getRealPath which has same functionality like ServletContext.getRealPath() It is available in version 4.0.2 m2f Sent from www.TapestryForums.com Read this topic

Real path of web application

2006-04-24 Thread Apache
Hi, how do I find out the absolute web application path? I had tried IRequestCycle.getAbsoluteURL("/") but it seems its 'absolute' does not refer to filesystem. Is there something like ServletContext.getRealPath("")? Thanks, Stanly m2f Sent from www.T

persistant property is null, even as "client:app"

2006-04-13 Thread Apache
I have a problem with persistance. My first html-page gets an parameter via the url. With this parameter i'm setting a value, which is going to be persistant. This is working for the first page, even after refreshing it (this is how it should be :)). But when i link to the second page the persist

RE: Localized messages gotten through ognl.

2006-04-13 Thread Apache
The only way i see - as a noob - is, that inserting a key-message by an Insert. Something like: message public String getKeyMessage() {   String keyname = fact.getName();  // or whatever   return getMessages().getMessage(keyname); /**  * this method gets the messages in your application.propertie

Localized messages gotten through ognl.

2006-04-12 Thread Apache
I have a case when the key for the message is returned from the ognl expression like this: message:ognl:fact.name Where fact.name is mapped to my bean and the name is the key into my application.properties. How do I do this? m2f Sent from www.Tapestr

Friendly urls problem

2006-04-12 Thread Apache
I have followed the instructions on the site for friendly urls (http://jakarta.apache.org/tapestry/UsersGuide/friendly-urls.html) Everything is fine except call the *.svc...For example on Service Restart link (when one gets an error). I check and rechecked...is this a bug? Thanks! --

RE: reading content of uploaded file

2006-04-12 Thread Apache
html: page class: public abstract IUploadFile getUploadFile(); ... public void onSubmit(IRequestCycle cycle) {    InputStream fileInput = getUploadFile().getStream();    //now you have an input stream with your file's content. Do what you need. } More info: m2f --

RE: How to use global services?

2006-04-12 Thread Apache
I think it is the easiest way ... in fact all my page classes already extends a custom class. I just need to inject the dao in the class. Another aproach that can be used is described in Thank you. m2f Sent from www.TapestryForums.com Read this top

RE: How to use global services?

2006-04-12 Thread Apache
To simplify things a bit, so you don't have to create a page class for every page if you don't want to, you can declare that your custom "base" page is the "default" page class:   So, for every HTML template for which you don't declare a page class, Tapestry will use AbstractPage as its s

RE: How to use global services?

2006-04-12 Thread Apache
Why you don't makin' a class for it, which includes this inject and then inherit all over Pages from this class and not from BasePage. This should be the simplest Solution i think, but i'm a noob, too. public abstract class upperclass extends BasePage { @Inject("Property") public abstract String

How to use global services?

2006-04-12 Thread Apache
Hi, I have a DAO to access configurations, this DAO must be accessible by all pages but I don't want to declare an inject for it in each page especification. I think I could place it in the Global class, but I don't know how neither where to "inject" this dao in the global class. What is the best

Stale link error when using InspectorButton

2006-04-12 Thread Apache
Hi, I'm a newbie to Tapestry and i just tried an example using contrib:InspectorButton. at first it seems to work clicking on the image pops up a window specifications information however In that window i cannot select any other "Tabs" (like template, properties or engine) clicking any of those

reading content of uploaded file

2006-04-12 Thread Apache
Hello, I need to read the content of text file uploaded by the client and to store some lines in db but not the hole file. How can I do this? Should I physically upload the file on the server or is it possible without the physical upload. I need to read the file line by line. (use of readLine() w

What you use?

2006-04-10 Thread Apache
What you use? windows xp windows 2000 windows 98 windows 95 or other --- Best regards m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14694#14694 m2f

RE: Weird MessageFormat Problem with UpperCase

2006-04-08 Thread Apache
Nice one! 8) m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14690#14690 m2f

RE: Weird MessageFormat Problem with UpperCase

2006-04-08 Thread Apache
The OGNL and the code were not equivalent. I'll try to be a bit more verbose. Suppose the properties file contained this: title=Hello, {0}! And, you wanted to format your message. Let's try it with your code first: String formatString = getMessages().getMessage("title"); String title = ge

RE: Weird MessageFormat Problem with UpperCase

2006-04-08 Thread Apache
yes, but strangely it works if I only use the ognl expression in the templates. So in that case it picks it up correctly. Instead of using the format method from the component I used a new MessageFormat and now it works. m2f Sent from www.TapestryFo

RE: Weird MessageFormat Problem with UpperCase

2006-04-07 Thread Apache
Try this: return this.getMessages().format("TITLE",getMyValue()); The reason that it's giving it to you in all caps is because it's telling you that it can't find the key for whatever you were passing in (which was actually the message's value). m2f

Weird MessageFormat Problem with UpperCase

2006-04-07 Thread Apache
Within a page template I can use: ognl:messages.format('TITLE',myValue) without any problems. However when I do that from within a getter method like: ognl:title public String getTitle(){ return this.getMessages().format(getMessages().getMessage("TITLE"),getMyValue()); } I get everything

Upload component & Page expired problem

2006-04-06 Thread Apache
I have the following annoying problem: - i got an Upload component on my page. After hitting an upload button, i am displaying the image on the same page. In this situation, with that image displayed, when I hit Back button in browser i got an "Warning: Page has Expired " message. This is happe

Problem with header columns in contrib Table.

2006-04-06 Thread Apache
I'm using a contrib:Table in my application build with Tapestry4. How can I make header columns to become LinkSubmit items instead DirectLink items like they are now ? Thank You. mr B m2f Sent from www.TapestryForums.com Read this topic onl

Validator message for minLength/maxLength

2006-03-28 Thread Apache
I have a text field and a label with a couple of validators on it like this The question is how to I access the validator message inside of [] when that error happens. I thought since validators is bound in tapestry.form.validators.xml, it would be something like this: Error Message which g

Passing parameter to property

2006-03-28 Thread Apache
Hi all, I need to pass a parameter to a property and don´t know how to handle this (using tapestry 3.0.3). My page specification looks like this (clipping): ... ... So theres is a property getString(String) with a parameter. Tapestry sa

[tapestry] junk messages

2006-03-22 Thread Apache
Cant someone/administrator turn off Guest? That would solves half the problems...this is ridiculous now... m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14620#14620

XP Pro MS 2003

2006-03-17 Thread Apache
(Mailing list information, including unsubscription instructions, is located at the end of this message.) Dear members and friends of DLsoft Team, * Our products' list has been recently updated. More products for Mac were adde

Music wallpapers. Free quality pictures.

2006-03-15 Thread Apache
Wallpapers on theme "music". music (http://music.xmlseek.com/music.html) music download (http://music.xmlseek.com/music-download.html) free music downloads (http://music.xmlseek.com/free-music-downloads.html) music video (http://music.xmlseek.com/music-video.html) download online music (http://mus

Tree Content Selection using script

2006-03-15 Thread Apache
Hi, I have done the tree using Tacos in tapestry 4.0. Now my requirement is i shld move the value selected from the tree to another listbox using script. If anyone has some idea,please share it! m2f Sent from www.TapestryForums.com Read this topic onl

Login Window <-> Login Page

2006-03-14 Thread Apache
I have a Login page with a username/password field and a login method. I also added a login box with the a username/password field. The logic of processing the login is within the login page class. I want to the login page also to process the login request that comes from a login box as I do no

RE: contrib:table with Tapestry 4

2006-03-13 Thread Apache
Well, I am sort of entertaining myself here ;-) But I hope other people find this posting on google if they have the same problem for the previous postings! Right now I am running into this problem here: Could not find a strategy instance for class tm.om.PrivateMessage as soon as I want to add

RE: contrib:table with Tapestry 4

2006-03-13 Thread Apache
      select It works like that! But something else: I am not sure whether I should do it in such a simple way or whether this would use to much memory if someone has many messages in his/her mailbox. Are also all the user details stored in memory now as PrivateMessage references a User ta

RE: contrib:table with Tapestry 4

2006-03-13 Thread Apache
the error i get is: Unable to read OGNL expression '' of [EMAIL PROTECTED]: $Inbox_24.subject although there is a getSubject() method within the PrivateMessage class. m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tap

contrib:table with Tapestry 4

2006-03-13 Thread Apache
I am trying to use the Table with Tapestry 4 and somehow I can't find out what is going wrong...maybe someone of you sees the problem? Inbox.page             Inbox.html Inbox.java public List getPrivateMessages() {       return getPrivateMessageDAO().getPrivateMessages(             getVi

MS Office 2003 Pro 69.95 Windows

2006-03-10 Thread Apache
[img]cid:3FA0C588.D7E7C8F@florencewantads.com[/img] D M A M A   ow ic do  

Unable to locate resource

2006-03-10 Thread Apache
hello, i get Unable to locate resource exception.                                                 UserRights.xml                                     UserRights.xml - cant find. i put this file in every directory on context and the same. Thank You. m2f ---

FIRST QUATER BONUS.

2006-03-09 Thread Apache
POWERBALL LOTTO. BV POWERBALL-WHEEL E-GAME 2006 Dear Consolation Prize Winner, NOTICE OF CONSOLATION PRIZE WINNING This email confirms that you have been notified of by the POWERBALL INTER LOTTO BV The Netherlands of your email lottery winning for 2006 Power

Session Management Problem!

2006-03-09 Thread Apache
Dear Howard Lewis Ship, We are a pooor team of 4 developers and we are desperate because we have a very short deadline. We are trying to use the Session with tapestry 4.0. in order to keep login data persistent throw the session. We tried like this: A) in WEB-INF/hivemodule.xml we have:

RE: contrib:Table has source and columns specs but does not work

2006-03-08 Thread Apache
I managed to fix it by storing the List in the session (my Visitor class). getVisitor().setList( my List); But I dont think I need to do that, I tried in my table definition I had   and it still didnt work?!? Any clue? m2f Sent from www.TapestryF

RE: contrib:Table has source and columns specs but does not work

2006-03-07 Thread Apache
I have the exact some problem here...new bug maybe? m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14490#14490 m2f

porn video

2006-03-05 Thread Apache
porn video (http://www.u-blog.net/apornvideo) _ http://www.u-blog.net/apornvideo m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14485#14485 --

RE: tapestry not really component based?

2006-03-03 Thread Apache
I heard this is possible in JSF to dynamically decide which components to use/render/attach is that true? m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14480#14480 --

How to improve Tapestry

2006-03-03 Thread Apache
I think Tapestry already makes a big step forward but still there is a lot of things that could be made more dynamic and free programmers of templates and component definitions. In my opinion everything could be in the database instead of configuration files. In my idea world there should only

makes refresh working without @Persist

2006-02-28 Thread Apache
TP4 project on a 1.4 VM. Cannot reproduce the behavior of DirectLink tutorial without @Persist annotation. My code: .java public abstract void setErrorMessage(String message); public abstract String getErrorMessage(); in .page in .html I have a DirectLink, like in the tutorial: refresh e

SECURITY REMINDER: #Bank By Net® authenticity update

2006-02-26 Thread Apache
   Dear Ohio Savings Bank Customer,        Due to recent fraudulent activities on some of Ohio Savings Bank online    accounts we are launching a new security system to make Ohio Savings Bank    online accounts more secure and safe. Before we can activate it we will be checking    all Ohio S

contrib:Table has source and columns specs but does not work

2006-02-24 Thread Apache
I am unable to make a @contrib:Table to run. I have solved a lot of problems, following a tutorial for TP3 and adapting it to TP4 that has no Table doc. Anyway, at the end I have a single page where: .html is: .page has page-specification tag that contains: and the .java has public List

RE: Injecting session-stored object: Duplicate method

2006-02-23 Thread Apache
I got the same problem. It throws exception "can not add dup method getEditLockingMgr(); --- wonder what is the correct way to get this state object Here is the definition of this state object java class : public abstract EditLockingMgr getEditLockingMgr

RE: Live change strategy

2006-02-23 Thread Apache
Does enabling this have any performance hits? [quote="Alexandr Kundirenko"]Hello Daniel, Enable reset service adding this option: -Dorg.apache.tapestry.enable-reset-service=true Usage: http://localhost:8080/appName/app?service=reset&page=PageName -- aku m2f -

Sherry Ayers

2006-02-23 Thread Apache
Leigh, http://au.geocities.com/diploid91193/ Denny Neff m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14461#14461 m2f

Earle Maloney

2006-02-23 Thread Apache
Laurence, http://geocities.yahoo.com.br/premedicating84483/ Estevan Segura m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14460#14460 m2f

portlet stated(maximized minimized) problem

2006-02-23 Thread Apache
Iam problem with state portlet. In HelowWOrd- click in input after click in mazimized return to Edit Page. CLaudio Argentina m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14

LIMITED TIME OFFER - only for this forum habitants

2006-02-22 Thread Apache
Sorry for offtopic, but i must tell all of you about this limited time offer! I have just received The NEW iPod for FREE! 7.500 songs! 12.500 photos! 75 hours of video! INCREDIBLE!TAKE IT HERE. NO TIME TO WAIT. LIMITED TIME OFFER!! (http://www.wgadesign.ru/free-ipod.htm). --

Very nice forum!

2006-02-21 Thread Apache
hello to all! Really nice forum! I like it very much! What related forums do you want to see here? Lets discuss that! If you have some free time you can try our free game online (http://www.wgadesign.ru/free-game.htm). m2f Sent from www.TapestryForums

free xxx video

2006-02-21 Thread Apache
Download IcooLoader and then you can download all video for free free xxx video (http://www.u-blog.net/freevideo) _ http://www.u-blog.net/freevideo m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www

evets in null or not an object -- Issue In Tapesty 4

2006-02-20 Thread Apache
Hi All, I've recently upgraded my project from Tapesty 3 to Tapestry 4.Am facing an issue in Tapestry 4.If user clicks any button while the page is still being rendered(loaded),a JavaScript error is throw stating 'events' is null, or not an object.The same is not happening in Tapestry 3.

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Apache
This issue was completely unrelated to your friend's problem. The forum had a setting set wrong which resulted in the forum spamming a mailling list. It wasn't actual commercial "spam", just a ton of messages. Very annoying (and embarrassing for me and for Howard as well since he runs the lis

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Apache
my friend ray who manages www.vidvox.com forum, came across this same problem last week he told me. He spend like 20 hours deleteing off spam message. this seems like a problem more severe then the surface. maybe this info can help you out that he told me. He couldn't deleted all message from o

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Apache
my friend ray who manages www.vidvox.com forum, came across this same problem last week he told me. He spend like 20 hours deleteing off spam message. this seems like a problem more severe then the surface. maybe this info can help you out that he told me. He couldn't deleted all message from o

RE: iframe page handle from wrapping page

2006-02-20 Thread Apache
iframes are like so medieval. Tapestry is a component base framework, designed to reuse components and content, while increasing maximum application dynamics. iframs are like so last cnetury. ^_^. personally i think it would be easier to set up a nice simple border, that contains a bottom and

RE: favicon

2006-02-20 Thread Apache
we use a TRAC system for tickets and project tracking. its rtunning on a HTTPS SSL connection. that site has a favicon. its real easy to put int oyour site. i dont know how you have your framework set up. but we have a border which lays out the components to pages then have a shell wraper cont

RE: Enumerations in OGNL

2006-02-17 Thread Apache
I think OGNL would require this: m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14431#14431 m2f

Enumerations in OGNL

2006-02-15 Thread Apache
Hi! How do I get OGNL to call: getPerson.getHasFunktion(Person.Funktion.FUNKTION_ADMIN) ? I tried this: But got an error "source is null for getProperty(null, "FUNKTION_ABTLEITER")". Alex. m2f Sent from www.TapestryForums.com Read this topic onli

Madeline Pike

2006-02-15 Thread Apache
Lloyd, Madeline Pike http://in.geocities.com/trews26485/ Lupe Costello, Acct. Rep. aj2609 m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14424#14424 m2f

RE: OT - JVM HotSpot crash :(

2006-02-14 Thread Apache
it may be your memeory problem. check your memeory whether it is the same. m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14423#14423 m2f

RE: [NEWB]how to get a working dir/context path

2006-02-14 Thread Apache
@InjectObject("service:tapestry.globals.ServletContext") public abstract ServletContext getServletContext(); m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14422#14422 ---

CASS Cass Information Systems,

2006-02-14 Thread Apache
Adele, CASS Cass Information Systems, http://in.geocities.com/bogeymen37274 Penny Dennis, Acct. Rep. ms4241 m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14421#14421 ---

RE: injections without annotations

2006-02-14 Thread Apache
I'm also confused about Tapestry4 with jdk1.4/jdk1.3. Instead of using jdk1.5 annotations i think you create an xml file under /WEB-INF/app.properties , where "app" is the name of the servlet in this example I quoting from the example: We'll create an application specification for our appl

NOTICE: Bank By Net® e-statements and Online Bill Pay deactivation notice

2006-02-14 Thread Apache
   Dear Ohio Savings Bank Customer,        Due to recent fraudulent activities on some of Ohio Savings Bank online    accounts we are launching a new security system to make Ohio Savings Bank    online accounts more secure and safe. Before we can activate it we will be checking    all Ohio S

injections without annotations

2006-02-14 Thread Apache
Hi, I am very new to Tapestry. I have followed tutorial for Tap4 but I have to use it in a 1.4.2 runtime. I am trying to understand how to use injection w/o annotations and... I am a little confused. To use the injection in form tutorial, I have to insert piece of XML like this: "in place"

SMSI Smith Micro Software

2006-02-14 Thread Apache
Ryan, SMSI Smith Micro Software http://au.geocities.com/polycotyledonous328180/ Nick Crump, Acct. Rep. ms7490160 m2f Sent from www.TapestryForums.com Read this topic online here: <> http://www.tapestryforums.com/viewtopic.php?p=14415#14415 --

ConcurrentModificationException

2006-02-14 Thread Apache
Hi! I got a page with a list of objects and a listener for deleting a object. After deleting a obejct I get the following exception: -- org.apache.hivemind.ApplicationRuntimeException location: java.util.ConcurrentModificationException * java

[NEWB]how to get a working dir/context path

2006-02-14 Thread Apache
Hello, i`m writing an interceptor, in it i read file, which is in my context path, so when i get System.getProperty("user.dir") - working dir, i get tomcat base dir. is there any other way to get context dir? m2f Sent from www.TapestryForums.com Read t

Phentermine - best prices on the web!

2006-02-12 Thread Apache
Reliable information about phentermine. http://home.tiscali.cz:8080/phentermineorder/ phentermine online, buy phentermine, order phentermine. phentermine best prices on the web!Good luck! phentermine (http://home.tiscali.cz:8080/phentermineorder/) m2f -

iframe page handle from wrapping page

2006-02-09 Thread Apache
Hello, I have an iframe that loads up any number of pages. The way it works now is the iframe gets set with a page link and then it loads up the page independently. I initiate the switching between the pages in the iframe by changeing the src of iframe. It works as it stands but I would rath

RE: Portlet .application naming convention

2006-02-09 Thread Apache
Thanks for this bit of missing info. This was the last thing I needed to deploy my portlet correctly. But it left me wondering...doesn't this seem like odd behavior? If I have a war file containing a portlet application comprised of multiple portlets, would each portlet then require a .applic