Issues with Custom Components

2006-09-01 Thread jake123
Hi, I am a beginner with tapestry and I am trying to create my first custom component. I am using Kent Tongs book as my source and doing the Copyright component, but I am doing somthing wrong becouse I receive a org.apache.tapestry.util.xml.DocumentParseException that states: Unable to read contex

Re: Issues with Custom Components

2006-09-01 Thread jake123
Thank you for the quick answer //Jacob -- View this message in context: http://www.nabble.com/Issues-with-Custom-Components-tf2204142.html#a6104994 Sent from the Tapestry - User forum at Nabble.com. - To unsubscribe, e-mail:

Custom Component - best solution?

2006-09-05 Thread jake123
Hi, I am trying to create a custom component that will create a menu and submenus to that menu on a completly dynamic web page. The entire site are build up with "components" and I get the entire structure from the database. In the web layer I have a Object called SiteDTO that looks like this:

Re: Custom Component - best solution?

2006-09-05 Thread jake123
Thank you Ed for your fast answer. This looks like it solve all my problems //Jacob -- View this message in context: http://www.nabble.com/Custom-Component---best-solution--tf2220888.html#a6156680 Sent from the Tapestry - User forum at Nabble.com.

Trouble with JSCookMenu

2006-09-07 Thread jake123
Hi, I am building my first application using tapestry 4 and I am trying to use the component JSCookMenu but I run into some issues. 1) When I build up my sub-menues I need 3 attributes in my directLink (Name, ItemType, IdValue). I tried this code: if (currentArticle != null) {

Re: Trouble with JSCookMenu

2006-09-07 Thread jake123
Thank you for your quick answer... I have build my web site based on "components" that is stored in the database so my entire website is "dynamic". I have no frames or Iframes in tha site, the different regions are made by div tags and css. When I want do display for example an article that is pi

Tapestry Specialist/ Java Programmer

2006-09-08 Thread jake123
Location: Miami Lakes, Florida, United States Investacorp Inc., a leading, privately owned broker-dealer firm, seeks to hire a Programmer Analyst to join our MIS team. This person will be responsible for the design, development, and maintenance of Java based applications. The analyst will parti

Re: Trouble with JSCookMenu

2006-09-12 Thread jake123
Jorge Quiroga wrote: > > The menu appears but as a table with links, not as a menu, how to handle > this? Well, as far as you can do into section, but usually in > that section you see messages inviting to enable javascript or update > the browser. > Hi, I tried to take out the java script

Re: Trouble with JSCookMenu

2006-09-19 Thread jake123
Thanks, I thought so too, now I need to build my own menu component. Is there anybody else that build there own menu component that works with ??? Thanks Jacob bueggers wrote: > > Hi, > With JavaScript disabled, the menu-component simply doesn't work. > There is no version generated by the m

Re: Re: Tacos MenuBar and Ajax

2006-09-19 Thread jake123
Sam Gendler-2 wrote: > > We finally ditched it for a > CSS solution which is about 1,000 times faster. > Hi Sam, I am about to implement a menu component in our application and we are working in tapestry 4.02. I tried out the JSCookMenu, but I can not use that becouse there are no fallback

Tapestry contract/full time developer

2006-09-19 Thread jake123
We are looking for a contract/full time mid-level (3-6 years experience) JAVA developer with experience in Tapestry 4 to assist in the development of a new web-based application. System architecture includes Tapestry 4.02, Hibernate 3.1, Spring 2.0 and Oracle. Candidate will be responsible for th

Custom Components

2006-09-20 Thread jake123
Hi, I have a question about best practice on how to design custom component. I will write custom components for our application that will be used only in our application. Is it a good idear to let the custom component access my session object and from that call my service layer to ask for some obj

Login/Change Pasword Component

2006-09-25 Thread jake123
Hi, I am trying to write a component that will handle my login into my secure pages in my application. When I am logged in the component will display that name of the logged in user and some other information. I will also have a for where the user can change password. The form contains Old Passwor

Components containing dynamic number of component

2006-09-26 Thread jake123
Hi, I am pritty new to tapestry and I am working with tapestry 4.0.2. I have a question about custom components. I have a side column in my application that has a few lines of html and then it should contain one or many components depending on where in the application I use it. my question is: How

Re: Components containing dynamic number of component

2006-09-27 Thread jake123
ork with components hierarchy... When you work > with > Tapestry, think on Tapestry approach... the things almost are simpler than > you think... ;) > > Mael > > On 9/26/06, jake123 <[EMAIL PROTECTED]> wrote: >> >> >> Hi, I am pritty new to tapestry

Problem with one of my Custom Components

2006-10-09 Thread jake123
Hi, I have a problem when I try to call my index page that contain 7 custom components. One of them is a login component. this component generates a org.apache.tapestry.util.xml.DocumentParseException that says: Unable to read context:/WEB-INF/components/Login.jwc: Document root element "componen

Re: Problem with one of my Custom Components

2006-10-09 Thread jake123
Thank you Shing for your answer. This was an error from my side becouse I had this as a normal page first before I converted it to a component. Now it is working just fine. Cheers, Jacob -- View this message in context: http://www.nabble.com/Problem-with-one-of-my-Custom-Components-tf2411939.h

How to pass parameters between Page and component

2006-10-09 Thread jake123
Hi, I have a (hopefully) easy question. I have My index.page where I use some components. One of them needs a parameter articleId passed to it from my index.java file where I have a getArticleId(). I thaugh that I declared a parameter in the .page file and then use the same parameter in my binding

Problems with css tag in custom components

2006-10-10 Thread jake123
Hi, I have some problems with my custom components. Each of the components have their own CSS so I need to insert a tag like this for the component: this tag will not end up in the tag but actually in the body of the html. The results come out like this (disregard the white spaces in the bigi

Re: How to pass parameters between Page and component

2006-10-10 Thread jake123
thank you Dennis for your answer, it works perfectly fine :-) Cheers, Jacob -- View this message in context: http://www.nabble.com/How-to-pass-parameters-between-Page-and-component-tf2412533.html#a6737930 Sent from the Tapestry - User mailing list archive at Nabble.com. --

RE: How to pass parameters between Page and component

2006-10-10 Thread jake123
Thank you for your answer, I will try this solution too. Cheers, Jacob -- View this message in context: http://www.nabble.com/How-to-pass-parameters-between-Page-and-component-tf2412533.html#a6737950 Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Problems with css tag in custom components

2006-10-10 Thread jake123
Thank you for your quick answer. It works perfectly fine now. Cheers, Jacob -- View this message in context: http://www.nabble.com/Problems-with-css-tag-in-custom-components-tf2417055.html#a6745243 Sent from the Tapestry - User mailing list archive at Nabble.com. -

DirectLink in Abstract Component

2006-10-10 Thread jake123
Hi, I have a menu component that extends AbstractComponent. It seems that my DirectLinks in the menu component does not work. I have 4 different Listener methods and I have injected the pages that they should go to. If I add sysout:s to se if I end upp in the listener methods nothing happens. I ha

Re: DirectLink in Abstract Component

2006-10-11 Thread jake123
Please, have anybody created a DirectLink in a Custom Component that extends from AbstractComponent? How do you do that? I could really need some pointers! Thanks in advance, Jacob -- View this message in context: http://www.nabble.com/DirectLink-in-Abstract-Component-tf2419541.html#a6761175 S

Re: DirectLink in Abstract Component

2006-10-12 Thread jake123
Norbert Sándor wrote: > > What you can do (for example) is to implement IDirect in your component > (which extends AbstractComponent) and generate a link using the "direct" > service which will trigger that component. > I recommend you to look at the source code of DirectComponent. > Do you

Re: Namespacing of tapestry pages?

2006-10-24 Thread jake123
Another alternative is to have whatever structure you want in your project and then when you want to deploy your .war file you move the files into the "right" location with your ant task. Thats how I do it ant it works fine for me. Cheers, Jacob -- View this message in context: http://www.nab

How to use the FCKEditor

2006-11-07 Thread jake123
Hi, does anybody know how to use the FCKEditor? I have downloaded the files and started to follow the steps described in http://www.tapestrycomponents.org/Tassel/app?service=external/ViewComponent&sp=SFCKeditorTA, but the link for the example page does not work. So if anybody have used this comp

Re: How to use the FCKEditor

2006-11-07 Thread jake123
Okey, some more info. I have followed the steps from Tassel. - I have added tha library to my .application like this: - I have unzipped the js.zip to my application... - I have created a html file like this: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/x

Re: How to use the FCKEditor

2006-11-07 Thread jake123
thanks, the link is working now... Can you give me some pointers on how to make the component work? thanks Jacob -- View this message in context: http://www.nabble.com/How-to-use-the-FCKEditor-tf2590543.html#a7226597 Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: How to use the FCKEditor

2006-11-07 Thread jake123
thanks you for your help I have the component working now Cheers, Jacob -- View this message in context: http://www.nabble.com/How-to-use-the-FCKEditor-tf2590543.html#a7228475 Sent from the Tapestry - User mailing list archive at Nabble.com. ---

How to handle image upload in FCKeditorTA

2006-11-08 Thread jake123
Hi, I have a question about the image upload functionallity in FCKeditorTA. Does anybody know if it is posible to configure this to take a image location from the local browser instead of Image URL? Can I control the other tabs in the dialog box also? I don't want my clients to have the ability to

How to get the values from a checkBoxes in a abstract component

2006-11-27 Thread jake123
Hi, I am building a page where I have a abstract component that is working on a list of articles in a form. The user should be able to check/uncheck each and everyone of the list content with checkboxes. The question is how do I work with checkboxes in a abstract component? How do I get the value

Re: Checkbox in table (non-contrib)

2006-11-27 Thread jake123
Gurps wrote: > > Hey guys, > > Actually i found a different solution which is outlined in Kent Tong's > book. I totally missed it (Kent: Please put Checkbox in the index so we > can look at the example easily!!) > > Do you have the page number in Kent Tong's book for the checkbox example?

Re: How to get the values from a checkBoxes in a abstract component

2006-11-27 Thread jake123
Selection > ? > > MultiplePropertySelection is an abstract form > component that renders its checkbox ? > > Shing > > > --- jake123 <[EMAIL PROTECTED]> wrote: > >> >> Hi, >> I am building a page where I have a abstract >> component that is working on a >&

Re: How to get the values from a checkBoxes in a abstract component

2006-11-27 Thread jake123
componets : > CheckboxGroup, ControlCheckbox and ControlledCheckbo > > Shing > > --- jake123 <[EMAIL PROTECTED]> wrote: > >> >> No, but I am looking at it right now, >> Have you worked with this component your self? Do >> you have any example o

Re: How to get the values from a checkBoxes in a abstract component

2006-11-27 Thread jake123
Hi Shing, I have looked in to the MultiplePropertySelection component. They all look fine, but the problem is that I am working in a Abstract Component because the DTO object I have in the web layer is a complex structure and I need to iterate through one list to get the actual list that will con

Re: How to get the values from a checkBoxes in a abstract component

2006-11-27 Thread jake123
I dont know how to do that...this is how part of my abstract component look like now: if (menuItemIdList != null && menuItemIdList.size() > 0) { writer.begin("ul"); writer.attribute("class", "categories"); for (Long menuItemI

Component for comparing to versions of a text?

2006-12-01 Thread jake123
Hi, I wonder if anybody knows if there is a component for tapestry that can compare two versions of a text (similar to comparing two versions of a file from the SVN/CVS repository in eclipse) ? If it doesn't... does anybody have any suggestions on how to compare the text and mark the changes? Ch

Problem generating content based on a conditional statement!

2006-12-11 Thread jake123
Hi, I have a problem in one of my pages where I want to loop over a List of CompApprovalSiteContactDTO object that contains two private members (currentSiteContactDTO and pendingSiteContactDTO). In this class I also have two extra boolean methods that returns true or false if I have the current or

Re: Problem generating content based on a conditional statement!

2006-12-12 Thread jake123
Hey Nick, thanks for the explanation. I change my span tag like you suggested to and now everything is working just fine Cheers, Jacob -- View this message in context: http://www.nabble.com/Problem-generating-content-based-on-a-conditional-statement%21-tf2796443.html#a7834666 Sent from th

Job Offer in Miami, US

2006-12-21 Thread jake123
Location: Miami Lakes, Florida, United States Investacorp Inc., a leading, privately owned broker-dealer firm, seeks to hire a System Developer to join our MIS team. This person will be responsible for the design, development, and maintenance of Java based applications. The analyst will partici

RE: Job Offer in Miami, US

2006-12-21 Thread jake123
yes, is it not... it is really nice weather down here... and you can still walking around in shorts... :) Greg.L.Cormier wrote: > > Damn, jobs down south are EXTRA tempting at this time of year! > > -Original Message----- > From: jake123 [mailto:[EMAIL PROTECTED] &

Re: Job Offer in Miami, US

2006-12-22 Thread jake123
Yes, we are trying to put together a good team here in Miami. We have some exciting stuff to do and we are going to do it with Tapestry, Spring and Hibernate Some training are allways welcome but can we afford you? ;) Cheers, Jacob -- View this message in context: http://www.nabble.com/J

Re: [adv] tapestry work?

2007-01-09 Thread jake123
Bill Holloway wrote: > > Know of any really cool Tapestry jobs out there, Jesse? > Hey, this might be of interest http://www.nabble.com/Job-Offer-in-Miami%2C-US-tf2866216.html Cheers, Jacob -- View this message in context: http://www.nabble.com/-adv--tapestry-work--tf2940565.html#a8238199 S

Re: Acegi and Visit object

2007-01-19 Thread jake123
James Carman wrote: > > This is the main reason that I wrote Tapestry-Acegi, so that you get > the best of both worlds. You can get at all the good Tapestry > framework stuff and have the Acegi stuff too. > Hi James, We are about to implement Acegi to our application and we are using Spring

Re: Acegi and Visit object

2007-01-19 Thread jake123
andyhot wrote: > > James Carman wrote: >> This is the main reason that I wrote Tapestry-Acegi, so that you get >> the best of both worlds. You can get at all the good Tapestry >> framework stuff and have the Acegi stuff too. > > James, it was useful for me to have the hivedocs for the tapestr

Re: Acegi and Visit object

2007-01-22 Thread jake123
James Carman wrote: > > Basically, tapestry-acegi just allows you to glue all of the Acegi > stuff together using HiveMind, rather than Spring (it's all just > "object soup" right?). Actually, the majority of the configuration of > the services goes on outside of tapestry-acegi itself (it's in

Exception when trying to configure tapestry-acegi.jar

2007-01-30 Thread jake123
Hi, I have some problems when I try to use the tapestry-acegi.jar. My Jboss server starts up fine without any exceptions, but as soon as I try to access my application I get this exception: 11:07:48,750 ERROR [[/]] mycompany: ServletException javax.servlet.ServletException: Unable to construct se

Re: Exception when trying to configure tapestry-acegi.jar

2007-01-31 Thread jake123
Hi James, Thanks for the answer.. you were right we needed the hivemind-utils.jar file also. I have two more questions: 1) Now our application works fine when we are browsing the public (non-secured) pages and when we are testing one page with Secured annotation we get the Basic Authentication Lo

Still having some problem with Tapestry + Acegi

2007-02-12 Thread jake123
Hi, I am still trying to make tapestry + Acegi to work together and I have had some success... I have followed the AcegiSpringJave5 Wiki and some additional codes provided by Robin Ericsson. In my solution now I get authenticated but I dont get redirected to the right page... I end up back on the

Problem with user logout (Tapestry-Acegi)

2007-02-15 Thread jake123
Hi all, I have a problem when a logged in user are about to logout. If I only empty my user information in session object and using SecurityContextHolder.getContext().setAuthentication(null); to empty the acegi part the user can still come back to the secured page using the browsers back button.

Re: [WARNING] AW: Problem with user logout (Tapestry-Acegi)

2007-02-16 Thread jake123
Hi Peter, thanks for your response, I tried to add in the head tag in all my pages that contains a secured annotation and then tried to logout and hit the back button on my browser and I still get the same result... I end up in the secured page... so it seems to not have any effect at all. My lo

[OT] Problem switching from jboss to jetty - Need help!

2007-03-14 Thread jake123
Hi, I having a problem when I switching my development environment from running on JBoss 4.0.4.GA to jetty-5.1.12. I am using Eclipse 3.2.2 and the jetty launcher plugin. when I try to run my application with jetty launcher everything goes well until the end when jetty is starting up the servlet..

Re: [OT] Problem switching from jboss to jetty - Need help!

2007-03-14 Thread jake123
Hi, I have tried to figure this one out, but so far no luck... I have deleted the only jboss specific jar file I had in my project and now I am s close to have my application work in jetty... but this last error... I cant find anything about it in google that makes sens... Here is the entir

[T4.0.2] Does anybody have any insight about Portlets

2007-04-04 Thread jake123
Hi All, at our company we are going to build a page where our clients will be able to choose from maybe 10-15 different Portlets to be displayed (say that that the page only can take 4-5 Portlets ) Example: ___ |_Menu_| | X || X | | X |

Re: Incomplete URL requests resulting in Excceptions

2007-04-13 Thread jake123
Hi, we have a similar problem... we are hosting approximately 300 websites that is using our tapestry application to which all the content are red from the database and build up on the fly. We also gets a lot of 'ghost' exceptions when search engine spiders and robots try to access our application

Re: Incomplete URL requests resulting in Excceptions

2007-04-13 Thread jake123
So this is happening for you to? If this is the normal behavior for the search engines then I guess we can filter the results, but we only want to do this if this is the normal thing... otherwise wants to fix it the 'right' way.. Thanks again, Jacob -- View this message in context: http://www.n

Re: Using Read-only properties in forms

2007-04-17 Thread jake123
Have you tried: in html: in java: public abstract class MyPage extends BasePage implements PageBeginRenderListener { public abstract Long getMyId(); public abstract void setMyId(Long id); public void pageBeginRender(PageEvent event) { MyObject myObject = getMyService().getMyObje

Re: Using Read-only properties in forms

2007-04-17 Thread jake123
Hi Bastian, you mean something like this : Jacob -- View this message in context: http://www.nabble.com/Using-Read-only-properties-in-forms-tf3593738.html#a10045713 Sent from the Tapestry - User mailing list archive at Nabble.com. --

Anybody have the FCKEditor working in IE7?

2007-04-18 Thread jake123
Hi, we have currently FCKEditor version 2.3.2 in our tapestry application and that does not work in IE7. Where the toolbar and the textarea are supposed to be displayed there is only a big white space and we don't see any javascript errors anybody have this working? We tried to update to FCKEd

Re: Anybody have the FCKEditor working in IE7?

2007-04-19 Thread jake123
fixed a missing closing comment, but I didn't write down where. > > Just now I re-downloaded the original 2.3.2 and compared it to my files > but I couldn't find anything I'd changed. I could send you my files > and if it works for you maybe we could figure out the diff

Re: Create error page T4.0.2

2007-04-27 Thread jake123
Hi Josh, you can do a infrastructur override in your hivemodule.xml like this: and then you create your own CustomExceptionPage: public abstract class CustomExceptionPage extends Exception implements PageDetachListener { private static Logger log = LoggerFactory.getLogger(Custom