While saving a form, we got the following error -
Feb 10, 2013 11:26:01 PM
org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler
handleRequestException
SEVERE: Processing of request failed with uncaught exception: Sanity check -
neither a stream response nor a redirect response was
In 5.3.6, I got this error if I use a form based submission. How do I avoid
this? There was no such error prior to 5.3.6.
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Forms-require-that-the-request-method-be-POST-and-that-the-t-formdata-query-parameter-have-va
Works like a charm. Thanks guy!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Disabling-HMAC-check-tp5718156p5718212.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscr
Non-random string? How do I do that?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Disabling-HMAC-check-tp5718156p5718173.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To uns
Yes, it expires the session. How do I disable the warning?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Disabling-HMAC-check-tp5718156p5718170.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Error message is "The symbol 'tapestry.hmac-passphrase' has not been
configured. This is used to configure hash-based message authentication of
Tapestry data stored in forms, or in the URL. You application is less
secure, and more vulnerable to denial-of-service attacks, when this symbol
is not con
Error message is "The symbol 'tapestry.hmac-passphrase' has not been
configured. This is used to configure hash-based message authentication of
Tapestry data stored in forms, or in the URL. You application is less
secure, and more vulnerable to denial-of-service attacks, when this symbol
is not con
Error message is "The symbol 'tapestry.hmac-passphrase' has not been
configured. This is used to configure hash-based message authentication of
Tapestry data stored in forms, or in the URL. You application is less
secure, and more vulnerable to denial-of-service attacks, when this symbol
is not con
Error message is "The symbol 'tapestry.hmac-passphrase' has not been
configured. This is used to configure hash-based message authentication of
Tapestry data stored in forms, or in the URL. You application is less
secure, and more vulnerable to denial-of-service attacks, when this symbol
is not con
Our app does not need this, we have our own timeout check. This check
interfere with ours. How do we disable this without getting the warning on
the screen?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Disabling-HMAC-check-tp5718156.html
Sent from the Tapestry - User m
Alex, great info.
I can't downgrade, as we are testing Cloud endpoints, which is only
available in 1.7.3.
Any idea what is breaking Tapestry 5.3.6 in this case? Any workaround is
acceptable too. Thanks!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/java-lang-IllegalSt
I got a new exception "java.lang.IllegalStateException: Sanity check -
neither a stream response nor a redirect response was generated for this
action request." after I upgraded the tapestry to 5.3.6. I was using 5.3.4
(or maybe earlier) before without any issue.
Our codes -
...
@InjectPa
Do you know where can I get the source codes for this customized pagedloop?
If not, what are the jar files of chenillekit? I don't use Maven. Just
plain old copy and paste into lib/ ;)
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Can-i-edit-chenillekit-pagedloop-navig
http://www.enerjy.com/explorer/index.html
Good news!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-is-2-tp5715422.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To
Thanks, works like a charm!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/How-to-avoid-ul-turning-into-table-tp5715372p5715377.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
T
I am trying to create a iui list using tapestry. I used -
${SR.id}
http://${hostName}/go/${SR.service}
But this is still renders as a table. How do I "turned
I am a bit behind, using plain of ways of copy and paste into lib/. Works
happily on GAEJ. :)
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-4-tp5714512p5715312.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
How do I wrap in CDATA?
Also I tried to put .js fille as external file, but didn't work -
Any clues?
Thanks!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Javascript-in-Tapesytry-tp5713586p5713613.html
Sent from the Tapestry - User mailing list archive at Nabble.co
Thanks for all the quick response, on Saturday! :)
If I would not want to put my codes in external file, what option do I have?
:]
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Javascript-in-Tapesytry-tp5713586p5713589.html
Sent from the Tapestry - User mailing list arch
I wrote javacript codes in Tapestry but I got "Uncaught SyntaxError:
Unexpected token & " error. How do I write && in Tapestry without getting an
error? My codes -
xhr2.onreadystatechange = function() {
if (xhr2.readyState === 4 && xhr2.status === 200) {
...
Layout.tml's head tag contain a lot of html codes and css style sheets, which
need to be populated in LayoutWithSegments.tml. For some reason, they were
filtered by this forum.
Also LayoutWithSegments.tml -
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
xmlns="http://www.w3.org/1999/xhtm
Not sure if it helps, but here you -
Layout.tml
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
...
Layout.java
packag
If I follow the example using parameter, I got Caused by:
java.lang.RuntimeException: Block parameters are only allowed directly
within component elements.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/t-head-tp5712176p5712324.html
Sent from the Tapestry - User mailing li
I would like to achieve the same thing like the one mentioned in
http://blog.progs.be/45/using-a-tapestry5-layout-with-several-content-blocks.
Except that LayoutWithSegments is the one that makes use of Layout.
So how with the codes that are provided, where do they go?
Thanks.
--
View this messa
I got -
Could not convert 'headBlock' into a component parameter binding: Exception
generating conduit for expression 'headBlock': Class
app.components.LayoutWithSegments does not contain a property (or public
field) named 'headBlock'.
There are 4 files involved (2 .tml and 2 java files), which o
Hi,
Is there any easy way to get the count of the total rows of the grid
component?
Thanks!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/t-type-grid-total-records-tp5520539p5520539.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
Hi guys, would anyone advise on what is the best/easiest way to make the
submit button appear at the top?
Thanks
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/beaneditform-submit-at-the-top-instead-of-at-the-bottom-tp5132973p5132973.html
Sent from the Tapestry - User mai
Awesome, finally a reply ! ;p
Hey, how do I fix "you were trying to return a Block without using AJAX
(i.e. without setting
the zone attribute in the Form component"?
Sorry if it sounded too simple to you, but any link or resource would be
great.
--
View this message in context:
http://tapes
After days of scratching my head and banging my head against the wall, with
no help from the guru in this forum, I finally avoided the error by not
using zone. I suspect this is a bug of T5.3.
HTH
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-t
Found this "Improved documentation is coming (we're in the middle of a
transition from Maven to Gradle as the build and packaging tool)." on the
TAPX site.
I guess I need to wait for the documentation?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-3-RichtextEditor-tp5
I found this https://github.com/hlship/tapx/. I am trying to get it to work
on GAEJ. But I got this error -
SEVERE: Processing of request failed with uncaught exception: Unable to
resolve 'tapx/richtexteditor' to a component class name.
I got T5.3RC2.
Any idea? How do I set it up besides copying
I found this https://github.com/hlship/tapx/. I will let everyone know if it
works for me on GAEJ.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p5007540.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Anyone? At least share with me what other rich text editor I can try out that
works on T5.3?
Thanks
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p5002984.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
Have anyone else see the problem of my post?
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4996572.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
Kept only -
Same issue.
Ya, I like the name ;p
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4994467.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
It is a form post though and it is as the following -
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
xmlns:sec="http://www.springframework.org/security/tags";>
${serviceObject.id}
Ok I managed to fix the permgen issue. But now I got this error -
An unexpected application exception has occurred.
org.apache.tapestry5.runtime.ComponentEventException
A component event handler method returned the value Block[Body of
EditorSave:mainzone, at classpath:app/pages/EditorSave.tml, li
I tried https://github.com/plannowtech/tapestry5-ckeditor
and I got
HTTP ERROR 500
Problem accessing /editor/CKEditorDemo. Reason:
PermGen space
Caused by:
java.lang.OutOfMemoryError: PermGen space
Powered by Jetty://
Is there any settings I can change to reserve more memory to the app?
Is it on Google App Engine for Java (GAEJ)? Mine is on GAEJ and it does not
work.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4984586.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
I got this error -
Caused by: java.lang.NoSuchMethodError:
org.apache.tapestry5.ioc.Registry.getService(Ljava/lang/Class;)Ljava/lang/Object;
at
com.orientimport.easyfck.util.LegacyT5ServiceHelper.getService(LegacyT5ServiceHelper.java:40)
at
com.orientimport.easyfck.connector.FckEd
Do we have one? If so, any link to setup and download it? I don't use Maven
just FYI.
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/fckeditor-for-Tapestry-5-3-tp4983201p4983201.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
When you said Done, do you mean you have provided the source somewhere else?
Would you mind sharing the URL? Wiki or otherwise? Thanks!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Beaneditform-with-two-submit-buttons-tp4967644p4978709.html
Sent from the Tapestry - User
Wulf, would you mind share the codes? Thanks ! :)
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Beaneditform-with-two-submit-buttons-tp4967644p4972522.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
Any kind souls out here that can send me samples codes with beaneditor with
two submit buttons that work?
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Beaneditform-with-two-submit-buttons-tp4967644p4972166.html
Sent from the Tapestry - User mailing list archive
I changed it and also changed
but I got
Parameter(s) 'object' are required for
org.apache.tapestry5.corelib.components.BeanEditForm, but have not been
bound.
What do I missed? Can you look at my codes again? Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Beane
I changed my codes to something like this -
${service.id}
and I got the following error -
The
Could you provide sample codes for that? Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Beaneditform-with-two-submit-buttons-tp4967644p4968843.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Is it possible to have two submit buttons for this component? I would like to
implement "save" (the page stays) and "submit" (done, and go to the welcome
page).
Thanks.
TG
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Beaneditform-wit
I added
@Inject
private TypeCoercer typeCoercer;
and change the method to
return new EnumValueEncoder(typeCoercer, UserRole.class);
that seems to resolve the NPE issue.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Unknown-beaneditform-save-ex
Could the following codes cause the exception?
public class UserSave {
...
public ValueEncoder getEncoder() {
return new EnumValueEncoder(null, UserRole.class);
}
If so, how do I need to change it to avoid the NPE?
Thanks
--
View this message in context:
http://tapestry.10
I used rc2, it gave the same exception. What else I could do? :(
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Unknown-beaneditform-save-exception-tp4956725p4962763.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
.tapestry5.corelib.components.Form.executeStoredActions(Form.java:664)
... 96 more
Any idea if this is an existing issue with Tapestry 5.3 beta 18.
Thanks!
TG
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Unknown-beaneditform-save-exception-tp4956725p4956725.html
Sent from the Tapestry - User ma
'ApplicationDefaults': Failure
reading bytecode for class app.services.AppModule: Illegal character in path
at index 33: file:/Users/tg/Workspaces/Eclipse 3.7
Java/Light/war/WEB-INF/classes/app/services/AppModule.class
at
org.apache.tapestry5.ioc.internal.ContributionDefImpl.in
It is beta 9. Which jar file(s) is it in? I do not use Maven. Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/PageCatalog-and-ServiceStatus-tp4880131p4885211.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
I read somewhere that in Tapestry 5.3, I can hit /pagecatalog and
/servicestatus to look at the memory usage etc. But when I hit the URL, it
said not found.
How do I configure to get these two functionalities?
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/PageCa
Hi,
If I sounded like to greedy, please let me know :) Do you know if there is
any tapestry component that allow user registration feature, like including
email notificatiion, captcha etc as a tapestry components/mixins?
If not, what is the workaround/best alternative(s)?
Thanks!
--
View this m
Thanks guy!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Textarea-with-character-count-tp4843530p4858058.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail:
Hi,
I wonder in Tapestry world, is there such a component that while user types,
it will counts how many characters have the user typed. Alternatively, I
would like to know if there is a way to restrict the textarea to a fixed
size, say 500 characters. If exceeded, no more text will be allowed.
A
Thanks Howard, beta 9 seems to fix the issue :)
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-IOCSymbols-THREAD-POOL-ENABLED-does-not-work-tp4728718p4817670.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Is this issue fixed? Anyway I can download the binaries? Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-IOCSymbols-THREAD-POOL-ENABLED-does-not-work-tp4728718p4814755.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
I do not use Maven and I am trying to build Tapestry 5.3. I got error like -
TGs-MacBook-Pro:apache-tapestry-5.3.0-sources ag$ gradle
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/tg/Downloads/apache-tapestry-5.3.0-sources/build.gradle'
line: 15
* What wen
I grabbed the latest build for T5.3 and now I have this error -
Sep 12, 2011 12:42:46 AM com.google.apphosting.utils.jetty.JettyLogger warn
WARNING: failed app: java.lang.IllegalArgumentException: Contribution
org.got5.tapestry5.jquery.services.JQueryModule.provideWorkers(OrderedConfiguration)
(at
Ok guys, I tried to look at the forum and Googled, I am still stuck. So I am
trying my luck to see if anyone could help me to figure out this error -
An unexpected application exception has occurred.
org.apache.tapestry5.ioc.internal.OperationException
Unable to resolve 'jquery/autocomplete' to a
You are right, no difference still does not invoke the service override
method.
Anything else that I can try?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T-5-3-Alert-and-AlertManager-Tutorials-tp4732469p4736001.html
Sent from the Tapestry - User mailing list archive at
Here you go -
org.apache.tapestry5.TapestryFilter
app
/*
Also I put a system out in the method like this -
@Contribute(ServiceOverride.class)
public static void
setupApplicationServiceOverrides(MappedConfiguration
configuration) {
System.out
Hope the following helps -
In web.xml:
tapestry.app-package
tapp
At least the following methods are called in AppModule -
public static void bind(ServiceBinder binder) {
public static void
contributeApplicationDefaults(MappedConfiguration
configuration) {
But
Yup GAEJ failed, but the method you wrote was not invoked. It might works if
it does? :o
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T-5-3-Alert-and-AlertManager-Tutorials-tp4732469p4732903.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
I put the method in AppModule but it does not seem to be invoked, anything
else I need to do?
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T-5-3-Alert-and-AlertManager-Tutorials-tp4732469p4732706.html
Sent from the Tapestry - User mailing list archive at Nabble.
I am stuck with issue https://issues.apache.org/jira/browse/TAP5-1616. What a
bummer, seems like AlertManager depends on threading too? :(
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T-5-3-Alert-and-AlertManager-Tutorials-tp4732469p4732600.html
Sent from the Tapestry -
I got the following in my WEB-INF/lib -
plastic-5.3.jar
tapestry-annotations-5.3.0.jar
tapestry-beanvalidator-5.3.0.jar
tapestry-core-5.3.0.jar
tapestry-func-5.3.0.jar
tapestry-hibernate-5.3.0.jar
tapestry-hibernate-core-5.3.0.jar
tapestry-ioc-5.3.jar
tapestry-json-5.3.0.jar
tapestry-test-5.3.0.ja
AlertManager is located in what jar? I am not using Maven. And I can't import
it from Eclipse ...
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T-5-3-Alert-and-AlertManager-Tutorials-tp4732469p4732546.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
I would like to use the transient alert in the new T 5.3, but I could not
find any sample codes anywhere. Does it exists? Could someone kindly send me
a sample or two? :)
TIA
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T-5-3-Alert-and-AlertManager-Tutorials-tp4732469p4
Whole app is not working anymore. Using alpha 12, it works. Not sure if this
helps.
I remember the "backward compatibility" with GAEJ is one of the feature of
Tapestry, I am hoping it is still true.
Thanks!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-IOCS
Could any other kind soul advice if this flag works at all in the latest
alpha? If I revert to some other version before alpha 13 of 5.3, it works
but it has some other issue like -
Exception constructing service 'PageSource': Error invoking service builder
method
org.apache.tapestry5.internal.ser
The AppModule is recognized and loaded Howard. I put a sysout inpublic
static void bind(ServiceBinder binder), thus confirming that.
Anything else is different in 5.3? I see that the flags used to be Strings,
not a boolean, I was just wondering ...
--
View this message in context:
http:
My AppModule's method -
public static void
contributeApplicationDefaults(MappedConfiguration
configuration) {
configuration.add("tapestry.thread-pool-enabled", false);
...
I also tried -
public static void
contributeApplicationDefaults(Mapp
Ok I missed one jar, I fixed that. Now I got the following -
Exception constructing service 'PageSource': Error invoking service
builder method
org.apache.tapestry5.internal.services.InternalModule.buildPageSource(PageSourceImpl,
InvalidationEventHub, InvalidationEventHub) (at InternalModule.j
readAppEngineWebXml
INFO: Successfully processed /Users/tg/Workspaces/Eclipse 3.7
Java/Project/war/WEB-INF/appengine-web.xml
Aug 23, 2011 7:27:48 PM
com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed /Users/tg/Workspaces/Eclipse 3.7
Java/Project/war
Downloaded from somewhere on Sunday, August 14, 2011 12:51 PM.
Is the latest available at
https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/tapestry-core/5.3-SNAPSHOT/
?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-3-Checklist-Sample-Co
Yup, thanks for the sample source at the given URL. I managed to remove
Chenillekit multiselect component and integrated T 5.3 Checklist. However,
with existing data (which were saved by Chenilekit component), it gave the
following error. Any idea? Could it be a T 5.3 bug?
org.apache.tapestry5.ioc
It seems like with http://tapestry.1045711.n5.nabble.com/Add-extra-buttons-in-beaneditform-tp4723870p4723870.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tapest
Anyone? Sorting of grid column programmatically should not be that difficult
correct?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-display-after-a-new-row-insertion-tp4715298p4718683.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
I have this -
t:type="grid" source="items" t:model="beanModel"
and
public BeanModel getBeanModel() {
BeanModel model = beanModelSource.createDisplayModel(Item.class,
messages);
PropertyModel nameColumn = model.getById("lastU
I noticed that if my grid is more than the maximum row that it can display,
say 25 rows per page, it does not display the page that the row is inserted
in. For example, say existing table consists of 50 rows (say 25 rows max per
page) and I inserted the new one, the start page shows the rows at th
I prefer not to use Palette component for multiple selections, I read about
Checklist component for T5.3. Could any kind soul share the codes on how to
use it? Currently I am using ChenilleKit's component and I am trying to move
away from that...
Thanks.
--
View this message in context:
http://t
All, thanks for your explanations, it works. I can see ... now :)
Antalk, your Java example codes is the answer that fill the missing gap. I
understand the use case of excerpt now. Thanks a lot and it is not late at
all.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/t-ty
Could you clarify with a sample codes of what you mean by "add a String
getStoryExcerpt() methord that returns the excerpt."? Also, do I implement
it in the Page?
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/t-type-grid-Excerpt-column-tp4708859p4710871.html
S
I am trying to display a table using grid and one of the column are the
details of a story, but in the start page, I would like an excerpt of that
column. Meaning the text should be truncated to say first 100 characters.
What is the best way to do this? With minimal codes in Tapestry 5?
Thanks.
Any one know how to resolve this issue?
location
classpath:org/apache/tapestry5/corelib/pages/PropertyDisplayBlocks.tml, line
8
javax.jdo.JDOFatalInternalException
Null LifeCycleState
Hide uninteresting stack frames Stack trace
org.datanucleus.state.JDOStateManagerImpl.replacingStateManager(
Dmitry, your solution works like a charm :) ! I think it is the simplest that
works with Tapestry grid I have seen so far.
Thanks a lot!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Zebra-Grid-in-Tapestry-5-2-6-tp4680461p4681963.html
Sent from the Tapestry - User mailin
What is the simplest way to do this without writing any codes but maybe just
css3?
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Zebra-Grid-in-Tapestry-5-2-6-tp4680461p4680461.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
Taha, it works! Thanks so much.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-Forum-tp2404216p4640804.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-m
Come on guys, please help a fellow newbie tapestry here :) Taha provided me
with those two links, one is confirm.js another is Confirm.java. How do I
incorporate that in my Grid action hyperlink?
TIA
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-Forum-tp2404216p
So how do I make use of these two files (.js and .java)?
Delete ?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Delete-confirmation-with-beaneditform-tp4634451p4635174.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Sorry I meant with Grid component not beaneditform, do you know what is the
simplest way to provide confirmation dialog? Confirm or Cancel?
Thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Delete-confirmation-with-beaneditform-tp4634451p4634451.html
Sent from the Ta
I use beaneditform to generate my CRUD UI and web tiers automagically. I
would like to have Delete action prompt me to confirm or cancel the action,
no customization required, plain confirmation box. I saw some threads in
this forum, it does not seem to have any one link annotation or codes that
ca
Yup, it works. Thanks so much for all responses!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Hyperlink-not-becoming-hyperlink-tp4403607p4404798.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Richard, I wish it is that simple :) No, it does not work. Thanks anyway for
the tips.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Hyperlink-not-becoming-hyperlink-tp4403607p4403780.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
Thanks for the prompt response. Actually I meant url as part of tapestry grid
component. So I tried this -
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
xmlns:p="tapestry:parameter">
...
...
${url.endpoint} Link
Hi,
This is a newbie question so please bear with me :) I used beanedit to
display HTML. So far I like it, but a column that contains hyperlink, the
values does not "become" a hyperlink that I can click to launch an external
site.
How do I make the values becoming a clickable hyperlink in Tapestr
1 - 100 of 117 matches
Mail list logo