Hi all
Does anyone know how to integrate the code generated by the Selenium
IDE with Tapestry's AbstractIntegrationTestSuite ?
I'm interested in both java (SeleneseTestNgHelper) and html generated code.
Saludos.
Alejandro.
-
T
Wow! Sergey Kashin, you like having expressions in tml like
"ognl:playersOnline > 100", and tomorrow can be a 600 character
expression string, you think it's a good idea? If so, you can go back
to struts2, where you can completely do a JSP with java scriptlets.
But in T5 world, I prefer clean TML f
One size does not fit all ... that's why in Tapestry there are
different ways of accomplishing the same thing ... such as defining
component types in the template (t:component-type OR
t:type="component-type") OR in the Java class (@Component annotation).
I don't strongly object to simple expressio
thanks all of friends! I got!
On Sat, Sep 26, 2009 at 4:29 AM, Julian Wood wrote:
> I also find this JumpStart page invaluable:
> http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/navigation/whatiscalledandwhen
>
> J
>
> On Fri, Sep 25, 2009 at 10:58 AM, Andreas Andreou wrote:
>
>>
Hi,
I have a html that works under this link:
http://127.0.0.1:8080/html_pages/sample/info.html
now I'd like to be able to use this:
http://127.0.0.1:8080/exinfo
so I added a rewrite:
if ("/exinfo".equalsIgnoreCase(path)) {
return new SimpleRequestWrapper(request,
"/html_pages/samp