Re: img tag (src)

2009-03-10 Thread Christine
e life easier for newbies - like me. Maybe this has been suggested before, couldn't find it in the archives. I'm willing to provide the new chunks of text. dagdag Christine -- dagdag is just a two character rotation of byebye www.christine.nl smime.p7s Description: S/MIME Cryptographic Signature

Loop in javascript?

2009-05-05 Thread Christine
Hi, I'd like to iterate an ArrayList() in my java file from within javascript in the tpl file. It seems that Loop only works as part of an html tag. Is there a way I can have javascript loop over an ArrayList() ? dagdag Christine -- dagdag is just a two-character rotation of b

Re: Loop in javascript?

2009-05-08 Thread Christine
request sends an index which gives it the appropirate element from a List. I use it to put markers on a Google map that's created in my tml file. A friend helped me figure it out :-) dagdag Christine - dagdag is just a two-character rotation of byebye. smime.p7s Description: S

recursion in PropertyConduitSource?

2009-05-13 Thread Christine
After upgrading to 5.1, I get the error below. Apparently, there's an error in my app but when Tapestry wants to complain about the error, something goes wrong, or that's what it looks like to me. I have checked that the app still works with 5.0. dagdag Christine HTTP

Re: recursion in PropertyConduitSource?

2009-06-23 Thread Christine
mentioned before. I have antlr 2.7.6 on my class path, same as before. Christine Sven Homburg wrote: have a look at your console output. may be there ist another exception in front of the shown exception with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org

Re: recursion in PropertyConduitSource?

2009-06-24 Thread Christine
Howard Lewis Ship wrote: Try using the correct dependency: antlr-runtime-3.1.1. thanks, that works. On Tue, Jun 23, 2009 at 10:35 AM, Christine wrote: replying to an old reply, about an error I get when upgrading to Tapestry 5.1 (upgrade consisted of replacing the three Tapeestry lib

Re: Validating nested loops with helper classes

2009-06-29 Thread Christine
Stephan Windmüller wrote: All jobs and select boxes are drawn as expected, but now I am stuck. After submitting the form How do you submit the form? the values reset, job.assignments is never changed. Also I am unable to validate if a user has been assigned twice or more to a job. JobEncoder

stax2 issue

2009-07-01 Thread Christine
I build the map, or rather, before I create the markers. dagdag Christine -- dagdag is just a two-character rotation of byebye. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional comma

Re: stax2 issue

2009-07-02 Thread Christine
Howard Lewis Ship wrote: This is likely related ... ... but it isn't. Eclipse apparently found a woodstox jar that was not put in the war file I created. Sorry for causing confusion here. Christine an effort is underway to release a bug fix release for 5.1 to address this issue an

Portlets?

2009-08-06 Thread Christine
A friend told me that Tapestry will support portlets at some point. Is that true? One of my clients is switching to Liferay and I'd like to develop the portlets with Tapestry dagdag Christine -- dagdag is just a two-character rotation of b

T5 Re: Portlets?

2009-08-11 Thread Christine
spaway wrote: liferay supports tapestry - meaning you can develop liferay's portlet in tapestry as a plugin - I suppose! check liferay's wiki/blog very well! I couldn't find anything. It would be really nice if Tapesty5 would support portlets. dagdag Christine 2009/8/6 Ch

assets:context location in war file

2015-05-18 Thread Christine
uot; I used to be able make it work that way, but it's been a while since I used Tapestry and I don't remember the details. dagdag Christine - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: assets:context location in war file

2015-05-19 Thread Christine
d the layout.css, but not the images. I checked the war file. Now i put the images outside the app, which works, for now. dagdag Christine - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

prefilling password

2015-08-03 Thread Christine
I have a form with a password field. It gets pre-filled with a previously used password string. How can I prevent the browser and/or Tapestry from putting a value in the password field? dagdag Christine - To unsubscribe, e

Ajax issue in beta35

2015-09-12 Thread Christine
had updated the projects from 5.4 beta26 to beta35. Moving back to 26 made the call work again. I can give the code, but it's basically copied and pasted from the Periodic Update example in jumpstart7. dagdag Christine - To u

Re: Ajax issue in beta35

2015-09-13 Thread Christine
On 13-09-15 11:12, françois facon wrote: Hi Christine, Did you try to force the use of jQuery whithout prototype in your beta35 version ? I will try. After I created a .war file from the app and uploaded it to the server, running jetty8, the app worked, but the ajax call doesn't. I

Re: Ajax issue in beta35

2015-09-13 Thread Christine
On 13-09-15 11:12, françois facon wrote: Hi Christine, Did you try to force the use of jQuery whithout prototype in your beta35 version ? This could be done by adding the following code configuration.add( SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"

Re: Ajax issue in beta35

2015-09-13 Thread Christine
Method.java:606) at org.eclipse.jetty.start.Main.invokeMain(Main.java:473) at org.eclipse.jetty.start.Main.start(Main.java:615) at org.eclipse.jetty.start.Main.main(Main.java:96) Best regards François 2015-09-13 17:46 GMT+02:00 Christine : On 13-09-15 11:12, franç

Re: Ajax issue in beta35

2015-09-15 Thread Christine
On 14-09-15 11:41, françois facon wrote: I would suggest you to do a project->clean under eclipse and also to do a mvn clean before the build of your war. I would also try to clean the remote server. Thanks François, now it works. dagdag Christ

javascript error

2015-10-08 Thread Christine
ame="port" type="text">] together with this one TypeError: input.match is not a function(…) defaultValidateAndSubmit @ core.js:443 wrapped @ core.js:413 jQuery.event.dispatch @ core.js:230 jQuery.event.add.elemData.handle @ core.js:220 a jar "js.jar" is on

Re: javascript error

2015-10-08 Thread Christine
So now I'm looking for a fix that allows me to run Ajax properly and have the submit button work. dagdag Christine On 08-10-15 15:49, Christine wrote: Hi, I have a form in a page that worked fine until recently. It stopped working after I reinstalled Ubuntu and after I switched from Tape

Re: javascript error

2015-10-09 Thread Christine
On 08-10-15 15:49, Christine wrote: The page has a submit button, that doesn't seem to do anything. The problem seems to be in regexp. This works: but this doesn't: (I do have the regexp definition in a properties file). When I put I get an error message for the input, always

Tapestry JPA question

2011-10-09 Thread Christine
utorial page and the previous email conversation, I can't find it. Would anyone care to have a quick look? Thanks! Christine - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry JPA question

2011-10-10 Thread Christine
agdag Christine On Oct 9, 2011, at 4:10 PM, Christine wrote: Hi, I read the messages from a month ago about getting the example app running as explained here: http://tapestry.apache.org/integrating-with-jpa.html I have put version 5.3.0 in my pom, so it downloads Tapestry 5.3.0 including jpa. I

JPA again

2011-10-12 Thread Christine
ot;. META-INF is in the root of my war file, persistence.xml is in META-INF. I've tried running my app in eclipse using runjettyrun, and by running mvn jetty:run. What I get is a null em. http://pastebin.com/QCg7Uj65 Christine ---

Re: JPA again

2011-10-12 Thread Christine
On 10/12/2011 04:49 PM, Serge Eby wrote: Hi, Look for JPA here: http://tapestry5.de/ Thank you. Actually, that is the sample I am using. HTH, /Serge -- View this message in context: http://tapestry-users.832.n2.nabble.com/JPA-again-tp6885036p6885313.html Sent from the Tapestry Users mailing

Re: [daniel.a.jo...@gmail.com: Hibernate.cfg or persistence.xml?]

2009-04-02 Thread Christine Karman
ins how to switch from using hibernate.cfg.xml to just persistence.xml. I use persistence.xml, but it all depends - I guess - on how you want to use Hibernate and Java persistence. dagdag Christine Any better sources out there