[OT] Cookies enabled on browsers

2006-01-15 Thread Deepa Khetan
Hi! My application requires, "per-session cookie" to be enabled on client browser. How can i determine in my java code if it is enabled or not! Deepa

How to create Dynamic Form elements using Struts ?

2006-01-15 Thread Amol Yadwadkar
Hi List, Can anyone let me know the way to create the dynamic form elements in the Struts Page? I mean I want to add the selectboxes/textboxes etc on the click of the link. Thanks in advance Amol

How does work internally?

2006-01-15 Thread Josh McDonald
As far as I can tell, the taglib creates local members in the "__jspService()" (or whatever it's called in your implementation) method. Is this how it works, or am I way off base? If so, can someone point me towards some documentation on compile-time taglibs or however it works? I can't seem to go

Re: [shale-tiles] navigation outcomes

2006-01-15 Thread Mark Lowe
Looks like I was onto something afterall. When I dont have tiles running the navigation rule works fine, but when i use tiles it gets blocked and only gets to the welcome page when i request via the url bar. Not sure where to start looking, it could be how view handler is playing with the web secu

Re: [shale-tiles] navigation outcomes

2006-01-15 Thread Mark Lowe
Ignore me, its something else.. On 1/15/06, Mark Lowe <[EMAIL PROTECTED]> wrote: > Hello > > I'm putting shale-tiles through its paces, all seems to work except > for when i have a navigation rule defined in > faces-config/navigation-rule. > > > /login.jsp > > suc

[shale-tiles] navigation outcomes

2006-01-15 Thread Mark Lowe
Hello I'm putting shale-tiles through its paces, all seems to work except for when i have a navigation rule defined in faces-config/navigation-rule. /login.jsp success /welcome.jsp /login.jsf is a tile def (/login) and

Re: Help!! - Dynamic validator form not working.

2006-01-15 Thread Ted Husted
One thing not shown here would be plugging in the validator via the struts-config. * http://struts.apache.org/struts-action/userGuide/building_view.html#validator -- HTH, Ted. http://www.husted.com/poe/ On 1/11/06, Maha Venkataraman <[EMAIL PROTECTED]> wrote: > Hi, > > I am having some problems