Re: ACEGI Security and Tapestry...

2006-09-18 Thread soir
I create ASO from my implementation of Acegi AuthenticationProcessingFilter in such way: protected void onSuccessfulAuthentication(HttpServletRequest request, HttpServletResponse response, Authentication authResult) throws IOException { super.onSuccessfulAuthentication(request, re

[Honeycomb] new release

2006-09-18 Thread Schulte Marcus
I've put together a new release of honeycomb ( http://honeycomb.javaforge.com/index.html ), tapestry hibernate integration with session-per-conversation support). Biggest changes are: * re-structuring into 4 libraries * replaced the template

Which radio buttons where selected?

2006-09-18 Thread Rui Pacheco
Hi all I iterate through a ResultSet to create several RadioGroups on my page, but I don't know before hand how many there will be. So, how can I pick their values once the form has been submitted? -- Cumprimentos, Rui Pacheco

problem with using tapestry 4.1 page in iframe (cross-domain)

2006-09-18 Thread Marcus Irven
I'm trying to update to tapestry 4.1 but am running into a problem when trying to include the page as an iframe to another page which is from a different domain. Tapestry generates the following at the end of the :