Embedded components
I have a page (welcome) in which I am looking to use a custom
simpletextfiled component to display numerous text fields (in the future I
envisage simpledate and simple select components, The simpleTextfield
contains numerous other divs, css and other components).
public class
I don't expect the full asnwer just some general pointers to help me
investigate...
I have a simple base action that extends the majority of my page actions.
Intermittently userWorkspace is null after only a few minutes of activity
for users (session timeout set to 30 mins). Can anyone suggest a
using createPageRenderLinkWithContext appears to create a link with http.
How do i change this to https?
Thanks in advance.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/foward-to-https-tp5716403.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
In an eror mesage for a form I would like to use within the error message the
following text
To correct error message please *click here* to complete the
journey
Unfortunatley all the special characters are escaped.
I have used the t:outputraw component to previously wrap stuff. Is there a
way
I have several pages that several methods within them
public class Page
public void onActivate(EventContext ec){
//Code
}
public void onSuccess(){
//code
}
void onSelectedFromAButton(){
//code
}
In tapestry if any of the code goes wrong within my methods, in Tapestry
wh
For complicated company polictical reasons I need to demonstrate a non maven
eclipse project.
Does any have a good example of this they could share? An axample project
or typical non-maven project structure. I am basically just looking to
produce a tapestry war using eclispe export functionalit
Is there any thing I have to configure or add to my tapestry project if i
want to use memcached sticky sessions please with my apache tomcat server?
Any experiances/general advice much appreciated.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/memcached-sticky-session-tp
In my onvalidate I attempt to change a different form value from one that I
was validating (reset it to blank) but the field always displays the
original form value) and not blank as I would wish. Can anyone suggest
anything obviously wrong? thx in adavnce
@Property
@Persist
private String ans
I have used the standard kaptcha and I'm happy with it.
The problem is the end users (and the boss) don't think it is easily read..
I explained to him this is kind of how they are but he's seen others that
look easier to read and have functionality such as a refresh icon (to change
the text of the
I can see how the localisation of field labels are done in Tapestry...
something like...
with a properties file like
email-confirmation-label=Confirmation Email
but how are field post prefixes and suffix's handled.
I need suffix's for required fields i.e. the field name followed by a "*"
an
I may have missed something here but when dealing with simple pages is it
best to simple include the fields in your page objects or group them in
'model' classes (like Person below)? Is there good technical reasons to do
it one way or does it come down to personal preference? Thx in advance.
Thx for the advice!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Advice-on-creating-new-components-tp5142727p5151135.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscri
Good afternoon.
A few pointers on how to go about doing the following would be apprecaited
from anyone please.
I have a page where one and ONLY ONE of the following unique identifiers
needs to appear on screen to a user, have values entered into those fields
and have the values of the fields val
I got some basic rewriting of differrent partners working. One for Lloyds
and one for Amex.
Simple requests such as
http://localhost:8080/makeaclaim/lloyds/test
or
http://localhost:8080/makeaclaim/amex/test
got url rewrote to
makeaclaim.partner.test
So good so far.
I have a Test class where
The following seems to work but I'm not an experieinced tapestry developer so
comments are more than welcome. Thx for the advice so far.
public Link transformPageRenderLink(
Link defaultLink,
PageRenderRequestParameters parameters) {
I think i can see how to rewrite the incoming urls but the outgoing ones I
seem to be stuck in a loop? Any suggestions? Am i coding correctly for
outgoing urls please?
import com.axa.cao.pages.partner.Test;
import com.axa.cao.pages.partner.TestDetails;
public class UrlLinkTransformer implement
A little xmas cheer to all!
I'm in the process of creating a white label site to handle insurance claims
for different partners.
I'm looking for a general steer on how to handle the urls.
The web page flow is generic for all the different white label partners.
Currently external sites use the f
I am looking to implement a date field as 3 separate drop downs lists of day,
month and year in T5. Has anyone already developed a component that does
this?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/date-field-as-3-drop-down-fields-tp5051531p5051531.html
Sent from t
Is there a maven dependency for tapestry-kaptcha module or is there some
other way I can build it?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/kaptcha-tp5013121p5014170.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
Where do i get the tapestry-kaptcha module from?
Is there a maven repository.
Thanks for all help so far.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/kaptcha-tp5013121p5013697.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
I might be going mad but how do I use the
org.apache.tapestry5.kaptcha.components.KaptchaField
org.apache.tapestry5.kaptcha.components.KaptchaImage
component. I can see the API docs but is there an example and none of the
compenents aoppear in my project? Any examples would be appreciated?
I
I might be going mad but how do I use the
org.apache.tapestry5.kaptcha.components.KaptchaField
org.apache.tapestry5.kaptcha.components.KaptchaImage
component. I can see the API docs but is there an example and none of the
compenents aoppear in my project? Any examples would be appreciated?
I
I think I've worked it out.
referring to articles:
T5: Recording errors for fields in a loop
and
Cross Validation in dynamic Forms
The item you are iterating around must store the controlname of the element
you ultimately want the error to appear on. When you create your list
(probably is onAc
I have a form where I iterate around a list. Each input has its own submit
button. When I validate the input it always marks the last element in the
list as invalid and NOT the one that actually contains the error. A few
other people seem to have had this issue. The posts mention setting the
co
I have a page object with the following
@Property
@Persist
private List infoList;
@Property
private Section info;
My tml then iterates around the list
That would definitely seem to be the way forward. When formfragments become
visible is it possible to use different Scriptilicious or Jquery effects
like fade-in or slide down to make the form fragment visible and hidden and
if so how do you integrate this. I guess it may have something to do wit
Firstly I'm still relatively new to Tapestry but know the basics but I ama
reasonaly experienced struts web developer.
I'm looking for a general steer on how to do the following in Tapestry 5.
Any examples welcome but I'm not stupid or lazy enough to ask for a full
solution.
For my current proj
Thankls for your advice.
I can see how you would capture request information using
ActivationRequestParameter but cannot see how in a page context you would
add parameters in the same way that addparameter works on a link?
Link link =
linkSource.createPageRenderLinkWithContext(PolicySign
I found a way of doing this unless anyone know any different. Is there a
way to this with the page object rather than using a link.
@Inject
private PageRenderLinkSource linkSource;
@Log
public Object onSubmitFromPolicySigninForm()
{
Link link =
linkSource.cre
I understand how I can read from a query string ith Tapestry but how do i
write a query string of a specfic page request.
For example
My initial request is
myapp/redirect?sourceSiteId=aUniqueValue
I use @ActivationRequestParameter to capture the value of the parameter.
My redirect page then
I've download T3.5 using maven and have just added a few datepicker to my
simple pages, but none of the javascript datepickers actually work - they
display but no interactivity.
I've noticed that none of the js libraries are present in my project such as
/assets/1.0-SNAPSHOT/stack/en/core-datefie
I've been building a tapestry prototype over the last few weeks for a new
project.
I've been happily building away and running through jetty.
Now has come the time that other developer(s) are going top have to work on
the project.
I am no expert in Maven but on a high level how would I integrate
I'm looking to be able to listen on changes to a proerties or resource file
and then dynamically load those into static classes in my web app and I was
wondering if anyone please had any example code for the following from the
tapestry online docs.
>From http://tapestry.apache.org/class-reloading
Thanks for you help. As a bit of a maven/tapestry novice I realised I had
not added the dependcies in the POM correctly
com.howardlewisship
tapx-core
${tapx-release-version}
Can anyone spot my deliberate mistake please?
I currently recieve the following exception.
Caused by: org.apache.tapestry5.ioc.util.UnknownValueException: Unable to
resolve 'tapx/datefield' to a component class name.
I'm just trying to use some of the tapx extension s.
.tml file
http://tapestry
The current datepicker component does not enable individual day,month, year
to be inoutted through 3 individual drop down boxes. I have seen some
discussion on the subject but can someone point me in the right direction on
how to achieve such a component?
Is there a component out there that alred
36 matches
Mail list logo