Hello,
I'm using the code below, enter ../ it's redirected to "Access Denied", any idea why? I don't see any error logged in the Tomcat log.
a!localVariables( local!searchKeyword, a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Search By Keyword", value: local!searchKeyword, saveInto: { local!searchKeyword, a!save( local!searchKeyword, trim(local!searchKeyword) ) }, refreshAfter: "KEYPRESS" ) } ) } ) )
Discussion posts and replies are publicly visible
Hi Sneha Yada Are you using only this component on site or using this, are you filtering any data in record and displaying on site.
Filtering record data using the value entered in search field, but observed the same error with the textbox too.
If possible can you send the remaining code like how you are filtering, using query and filter or read only grid record filter. Don't know exactly but I'm thinking there might be a security issue throwing that error when you are attempting search on records.
1. I can replicate the issue without tagging to any record.
2. I'm able to search the record with valid value.
I think it's not a security issue, if it's a security issue should be flagged out in design_errors.csv? but nothing is recorded in design_errors too.